From 96d1b1bf2baa1fdb0cd3ef4e3475f4658159670b1e68d82daa3346725d85abfb Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 26 Nov 2019 14:05:08 +0000 Subject: [PATCH] - 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 --- python-tld.changes | 10 ++++++++++ python-tld.spec | 6 +++--- tld-0.9.6.tar.gz | 3 --- tld-0.9.8.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 tld-0.9.6.tar.gz create mode 100644 tld-0.9.8.tar.gz 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