15
0
forked from pool/python-tld

- update to version 0.9.8:

- Fix for occasional issue when some domains are not correctly recognised.
- update to version 0.9.7:
 - Handling urls that are only a TLD.
 - Accepts already splitted URLs.
 - Tested against Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tld?expand=0&rev=19
This commit is contained in:
2019-11-26 14:05:08 +00:00
committed by Git OBS Bridge
parent 847c173db2
commit 96d1b1bf2b
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 26 14:03:36 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.9.8:
- Fix for occasional issue when some domains are not correctly recognised.
- update to version 0.9.7:
- Handling urls that are only a TLD.
- Accepts already splitted URLs.
- Tested against Python 3.8.
-------------------------------------------------------------------
Mon Sep 16 13:21:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>