- Adding test TLDs list to the package.
- switch back to pypi file.
- Switch to github tarball because of missing test files.
- update to version 0.11.8:
- Minor fixes in setup.py.
- update to version 0.11.7
- There have been no code changes since 0.11.2. The only change is that
support for Python 2.7 and 3.5 has been added.
- Added support for Python 2.7.
- update to version 0.11.6:
- Targeted releases for all supported Python versions.
- update to version 0.11.5:
- Targeted releases for all supported Python versions.
- update to version 0.11.4:
- Changed order of the releases (Python 3.6 and up come first, then Python 3.5).
- Make all distributions except Python 3.5 universal.
- update to version 0.11.3:
- Added missing resources to the Python 3.5 release.
- update to version 0.11.2:
- Bring back Python 3.5 support.
- update to version 0.11.1:
- Minor speed ups.
- More on adding typing.
- update to version 0.11:
- Since introduction of parser classes, usage of
``NAMES_SOURCE_URL`` and ``NAMES_LOCAL_PATH`` of the ``tld.conf``
module is deprecated. Also, ``tld_names_local_path``
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=21
- update to version 0.9.1:
* Correctly handling nested TLDs.
- update to version 0.9:
* This release contains backward incompatible changes. You should update your code.
* The active_only option has been removed from get_tld, get_fld and parse_url functions. Update your code accordingly.
* Removed active_only option from get_tld, get_fld and parse_url functions.
* Correctly handling exceptions (!) in the original TLD list.
* Fixes in documentation.
* Added parse_tld function.
* Fixes the python setup.py test command.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=7
- update to version 0.8:
- This release contains backward incompatible changes. You should update
your code.
Old `get_tld` functionality remain is moved to `get_fld` (first-level
domain definition). The `as_object` argument (False by default) has been
deprecated for `get_fld`.
Have a look at the packages' documentation and changelog for details and examples.
- Move to a Trie to match TLDs. This brings a speed up of 15-20%.
- It's now possible to search in public, private or all suffixes (old
behaviour). Use `search_public` and `search_private` arguments accordingly.
By default (to support old behavior), both are set to True.
- Correct TLD definitions.
- Domains like `*****.xn--fiqs8s` are now recognized as well.
- Due to usage of `urlsplit` instead of `urlparse`, the initial list of TLDs
is assembled quicker (a speed-up of 15-20%).
- Docs/ directory is included in source distribution tarball.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=6