From 45c883f490befe910c9bd357722e9bce7d4dcedec8c4979c8db4fd242f657dc6 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Thu, 4 May 2023 13:20:34 +0000 Subject: [PATCH] - Update to 3.4.1 Bugfixes * Fix Pyright not finding tldextract public interface #gh/john-kurkowski/tldextract#279 * Fix various Pyright checks * Use SPDX license identifier #gh/john-kurkowski/tldextract#280 * Support Python 3.11 Docs * Add FAQ about private domains OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=35 --- python-tldextract.changes | 14 ++++++++++++++ python-tldextract.spec | 11 +++++------ tldextract-3.4.0.tar.gz | 3 --- tldextract-3.4.1.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 tldextract-3.4.0.tar.gz create mode 100644 tldextract-3.4.1.tar.gz diff --git a/python-tldextract.changes b/python-tldextract.changes index 0fd2e7e..966343c 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu May 4 13:11:06 UTC 2023 - Mia Herkt + +- Update to 3.4.1 +Bugfixes + * Fix Pyright not finding tldextract public interface + #gh/john-kurkowski/tldextract#279 + * Fix various Pyright checks + * Use SPDX license identifier + #gh/john-kurkowski/tldextract#280 + * Support Python 3.11 +Docs + * Add FAQ about private domains + ------------------------------------------------------------------- Thu Nov 10 09:04:18 UTC 2022 - Mia Herkt diff --git a/python-tldextract.spec b/python-tldextract.spec index ff5e0f3..23b37af 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -1,7 +1,7 @@ # # spec file for package python-tldextract # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %define oldpython python Name: python-tldextract -Version: 3.4.0 +Version: 3.4.1 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause @@ -38,6 +36,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module responses} +BuildRequires: %{python_module six} +BuildRequires: %{python_module wheel} ### /SECTION test requirements BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -45,7 +45,6 @@ Requires: python-filelock >= 3.0.8 Requires: python-idna >= 2.1.0 Requires: python-requests >= 2.1.0 Requires: python-requests-file >= 1.4 -Requires: python-setuptools Requires(post): update-alternatives Requires(postun):update-alternatives Obsoletes: %{oldpython}-tldextract <= 2.0.1 @@ -84,7 +83,7 @@ sed -i 's:--pylint::' pytest.ini %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/tldextract* %python_alternative %{_bindir}/tldextract %changelog diff --git a/tldextract-3.4.0.tar.gz b/tldextract-3.4.0.tar.gz deleted file mode 100644 index fa3e985..0000000 --- a/tldextract-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78aef13ac1459d519b457a03f1f74c1bf1c2808122a6bcc0e6840f81ba55ad73 -size 111437 diff --git a/tldextract-3.4.1.tar.gz b/tldextract-3.4.1.tar.gz new file mode 100644 index 0000000..3458428 --- /dev/null +++ b/tldextract-3.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9e50c4a03bede2a1d95dca620d661678484626858ccf388cf9671a0dd497a4 +size 104202