14
0
forked from pool/python-tld
Files
python-tld/python-tld.changes

35 lines
1.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Jul 6 20:58:36 UTC 2018 - sebix+novell.com@sebix.at
- add remove-download-test.patch to remove download test requiring internet
- add fix-setup-test.patch to fix setup.py test_suite specifier
- 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.
-------------------------------------------------------------------
Sat Apr 7 19:13:40 UTC 2018 - sebix+novell.com@sebix.at
- update to version 0.7.10:
* more documentation files included
* included license file
* update tld data
-------------------------------------------------------------------
Thu Dec 7 13:45:24 UTC 2017 - sebix+novell.com@sebix.at
- initial package for version 0.7.9