2019-09-16 13:22:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 16 13:21:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.9.6:
|
|
|
|
* Fix for update-tld-names returns a non-zero exit code on success
|
|
|
|
* Minor tests improvements.
|
|
|
|
|
2019-09-14 20:24:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 14 20:05:33 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- update to version 0.9.5:
|
|
|
|
- Tests improvements.
|
|
|
|
- update to version 0.9.4:
|
|
|
|
- Optimisations in setup.py, tests and console scripts.
|
|
|
|
- Skip testing the update-tld-names functionality if no internet is available.
|
|
|
|
- add skip_internet_tests.patch
|
|
|
|
- remove remove-download-test.patch
|
|
|
|
|
2019-04-07 11:35:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 7 11:31:45 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- update to version 0.9.3:
|
|
|
|
- Added `is_tld` function.
|
|
|
|
- Docs updated.
|
|
|
|
- Upgrade test suite.
|
|
|
|
|
2019-01-24 07:17:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 23 21:26:49 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Use noun phrase.
|
|
|
|
|
2019-01-15 20:52:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 15 20:37:18 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
|
|
|
|
- Update to version 0.9.2:
|
|
|
|
* Fix an issue causing certain punycode TLDs to be deemed invalid.
|
|
|
|
* Tested against Python 3.7.
|
|
|
|
* Added tests for commands.
|
|
|
|
* Dropped Python 2.6 support.
|
|
|
|
* TLD source updated to the latest version.
|
|
|
|
- Update and extend remove-download-test.patch
|
|
|
|
|
2018-12-04 14:10:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:21 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-09 20:33:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 9 20:12:12 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- remove fix-setup-test.patch, merged upstream
|
|
|
|
- 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.
|
|
|
|
|
2018-07-07 08:33:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2018-04-07 19:19:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2017-12-12 08:28:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 7 13:45:24 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- initial package for version 0.7.9
|