diff --git a/python-tldextract.changes b/python-tldextract.changes index f173002..4974d45 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 1 07:26:20 UTC 2021 - Mia Herkt + +- Update to 3.1.2 (no visible changes) +- Changes in 3.1.1: + * Bugfixes + + Support Python 3.9 + + Drop support for EOL Python 3.5 + ------------------------------------------------------------------- Thu Feb 4 20:10:10 UTC 2021 - Benjamin Greiner diff --git a/python-tldextract.spec b/python-tldextract.spec index 7892fe0..efc9173 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -1,7 +1,7 @@ # # spec file for package python-tldextract # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define oldpython python Name: python-tldextract -Version: 3.1.0 +Version: 3.1.2 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause @@ -30,8 +30,8 @@ Source: https://files.pythonhosted.org/packages/source/t/tldextract/tlde Source1: %{name}-rpmlintrc BuildRequires: %{python_module filelock >= 3.0.8} BuildRequires: %{python_module idna >= 2.1.0} -BuildRequires: %{python_module requests-file >= 1.4} BuildRequires: %{python_module requests >= 2.1.0} +BuildRequires: %{python_module requests-file >= 1.4} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} ### SECTION test requirements @@ -47,7 +47,7 @@ Requires: python-requests >= 2.1.0 Requires: python-requests-file >= 1.4 Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Obsoletes: %{oldpython}-tldextract <= 2.0.1 BuildArch: noarch %python_subpackages diff --git a/tldextract-3.1.0.tar.gz b/tldextract-3.1.0.tar.gz deleted file mode 100644 index 50e4ab9..0000000 --- a/tldextract-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfae9bc8bda37c3e8c7c8639711ad20e95dc85b207a256b60b0b23d7ff5540ea -size 101874 diff --git a/tldextract-3.1.2.tar.gz b/tldextract-3.1.2.tar.gz new file mode 100644 index 0000000..27742c8 --- /dev/null +++ b/tldextract-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2034c3558651f7d8fdadea83fb681050b2d662dc67a00d950326dc902029444 +size 103248