diff --git a/python-tld.changes b/python-tld.changes index a42aadb..3c25171 100644 --- a/python-tld.changes +++ b/python-tld.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 26 14:03:36 UTC 2019 - Sebastian Wagner + +- 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 diff --git a/python-tld.spec b/python-tld.spec index 47278d5..29dab1e 100644 --- a/python-tld.spec +++ b/python-tld.spec @@ -1,7 +1,7 @@ # # spec file for package python-tld # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tld -Version: 0.9.6 +Version: 0.9.8 Release: 0 Summary: URL top level domain (TLD) extraction module License: MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-only Group: Development/Languages/Python -Url: https://github.com/barseghyanartur/tld +URL: https://github.com/barseghyanartur/tld Source: https://files.pythonhosted.org/packages/source/t/tld/tld-%{version}.tar.gz # PATCH-FIX-OPENSUSE skip_internet_tests.patch Patch0: skip_internet_tests.patch diff --git a/tld-0.9.6.tar.gz b/tld-0.9.6.tar.gz deleted file mode 100644 index 999b693..0000000 --- a/tld-0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a7a403a4a5de1ca7b64550df8a8a2abdfbbd1556e1b8cdfe251c0f90ab2f3a -size 251010 diff --git a/tld-0.9.8.tar.gz b/tld-0.9.8.tar.gz new file mode 100644 index 0000000..06a1844 --- /dev/null +++ b/tld-0.9.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5963b22029e632a17bde87e35a19dc8c5b17266fb8c58e4d550d5593307e3a72 +size 251551