14
0
forked from pool/python-tld

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=7
This commit is contained in:
Sebastian Wagner
2018-07-09 20:33:11 +00:00
committed by Git OBS Bridge
parent eee0e82ae7
commit 892cde046a
5 changed files with 20 additions and 29 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Fri Jul 6 20:58:36 UTC 2018 - sebix+novell.com@sebix.at