diff --git a/python-tldextract.changes b/python-tldextract.changes index 56c0324..02e1f80 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 28 16:29:56 UTC 2024 - Mia Herkt + +- Update to 5.1.2: + * Remove socket.inet_pton, to fix platform-dependent IP parsing + #gh/john-kurkowski/tldextract#318 + * Use non-capturing groups for IPv4 address detection, for a + slight speed boost + #gh/john-kurkowski/tldextract#323 + ------------------------------------------------------------------- Fri Dec 8 13:44:38 UTC 2023 - Dirk Müller diff --git a/python-tldextract.spec b/python-tldextract.spec index d1b9a50..ba869cd 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -1,7 +1,7 @@ # # spec file for package python-tldextract # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-tldextract -Version: 5.1.1 +Version: 5.1.2 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause @@ -38,6 +38,7 @@ BuildRequires: %{python_module responses} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: %{python_module syrupy} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -46,10 +47,9 @@ Requires: python-idna >= 2.1.0 Requires: python-requests >= 2.1.0 Requires: python-requests-file >= 1.4 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Obsoletes: %{oldpython}-tldextract <= 2.0.1 BuildArch: noarch - %python_subpackages %description diff --git a/tldextract-5.1.1.tar.gz b/tldextract-5.1.1.tar.gz deleted file mode 100644 index bed4e85..0000000 --- a/tldextract-5.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b6dbf803cb5636397f0203d48541c0da8ba53babaf0e8a6feda2d88746813d4 -size 112645 diff --git a/tldextract-5.1.2.tar.gz b/tldextract-5.1.2.tar.gz new file mode 100644 index 0000000..8c99596 --- /dev/null +++ b/tldextract-5.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e17f756f05afb5abac04fe8f766e7e70f9fe387adb1859f0f52408ee060200 +size 116825