Revisions of python-tld

buildservice-autocommit accepted request 1154937 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 45)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 44)
- Update to 0.13.0:
  * Drop Python 2.7, 3.5 and 3.6 support. Minimum required version now is
    Python 3.7.
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
buildservice-autocommit accepted request 1029738 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 43)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1029559 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 42)
- python-six is not required
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 41)
- update to version 0.12.6:
 - Move Registry class from tld.registry to tld.base.
 - Reformat code using black.
 - Log information on updated resources of the update_tld_names.
buildservice-autocommit accepted request 895487 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 40)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 39)
- Update to version 0.12.5:
      Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh)
      and all the victims of Turkish and Azerbaijani aggression.
  - Fixed lower-cased `parsed_url` attributes (`SplitResult`) when getting
    tld as object (`as_object=True`).
- Update to version 0.12.4:
  - Tested against Python 3.9.
buildservice-autocommit accepted request 858871 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 38)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 37)
- Update to version 0.12.3
  - Separate parsers for (a) public and private and (b) public only domains. This
    fixes a bug. If you want an old behaviour:
    The following code would raise exception in past.
    .. code-block:: python
      from tld import get_tld
      get_tld(
          'http://silly.cc.ua',
          search_private=False
      )
    Now it would return `ua`.
    .. code-block:: python
      get_tld(
          'http://silly.cc.ua',
          search_private=False
      )
    If you want old behavior, do as follows:
    .. code-block:: python
      from tld.utils import MozillaTLDSourceParser
      get_tld(
          'http://silly.cc.ua',
          search_private=False,
          parser_class=MozillaTLDSourceParser
      )
    Same goes for ``get_fld``, ``process_url``, ``parse_tld`` and ``is_tld``
    functions.
buildservice-autocommit accepted request 809926 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 36)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 35)
- Update to version 0.12.2:
  - Add mozilla license to dist.
  - Fix MyPy issues.
buildservice-autocommit accepted request 806968 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 34)
baserev update by copy to link target
buildservice-autocommit accepted request 802509 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 32)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 31)
- update to version 2.4.125:
 - New
   - Extended option on get event. [Raphaël Vinot]
     Related to #567
 - Changes
   - Bump objects, deps. [Raphaël Vinot]
   - Bump dependencies. [Raphaël Vinot]
   - Remove old suricata script, keep reference to old code. [Raphaël
     Vinot]
 - Fix
   - Enable autoalert on admin user. [Raphaël Vinot]
   - [abstract] Forces file to be read with utf8 encoding. [mokaddem]
   - Properly handle timezone in tests. [Raphaël Vinot]
 - Other
   - Update up.py. [Raphaël Vinot]
     Fix #563
   - Fixed __query_virustotal return type. [DocArmoryTech]
     __query_virustotal returned a Response object and not the json expected; modified so that report_json is returned instead of report.
buildservice-autocommit accepted request 797840 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 30)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 29)
- update to version 0.12:
 - Use Public Suffix list instead of deprecated Mozilla's MXR.
buildservice-autocommit accepted request 788522 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 28)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 788501 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 27)
- version update to 0.11.11
  * - Minor speed-ups, reduce memory usage.
buildservice-autocommit accepted request 774244 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 26)
baserev update by copy to link target
Displaying revisions 1 - 20 of 45
openSUSE Build Service is sponsored by