From e8afca6cd83e56f413407a6430f12270cee47ca6 Mon Sep 17 00:00:00 2001 From: mia <> Date: Mon, 23 Oct 2023 21:40:35 +0000 Subject: [PATCH] Update python-tldextract to version 5.0.1 / rev 20 via SR 1119465 https://build.opensuse.org/request/show/1119465 by user mia + anag+factory - Update to 5.0.1: Bugfixes: * Indicate MD5 not used in a security context (FIPS compliance) #gh/john-kurkowski/tldextract#309 Misc.: * Increase typecheck aggression - Changes in 5.0.0: Breaking Changes: * Migrate `ExtractResult` from `namedtuple` to `dataclass` #gh/john-kurkowski/tldextract#306 Bugfixes: * Drop support for EOL Python 3.7 - Changes in 4.0.0: Breaking Bugfixes: * Always include suffix if private suffix enabled and private suffix exists #gh/john-kurkowski/tldextract#300 - Changes in 3.5.0: Features: * Support IPv6 addresses #gh/john-kurkowski/tldextract#298 Bugfixes: * Accept only 4 decimal octet IPv4 addresses #gh/john-kurkowski/tldextract#292 * Support IPv4 addresses with unicode dots * Reject IPv4 addresses with trailing whitespace --- packages/p/python-tldextract/.files | Bin 260 -> 260 bytes packages/p/python-tldextract/.rev | 34 ++++++++++++++++++ .../python-tldextract.changes | 31 ++++++++++++++++ .../python-tldextract/python-tldextract.spec | 19 +++++----- .../python-tldextract/tldextract-3.4.4.tar.gz | 1 - .../python-tldextract/tldextract-5.0.1.tar.gz | 1 + 6 files changed, 74 insertions(+), 12 deletions(-) delete mode 120000 packages/p/python-tldextract/tldextract-3.4.4.tar.gz create mode 120000 packages/p/python-tldextract/tldextract-5.0.1.tar.gz diff --git a/packages/p/python-tldextract/.files b/packages/p/python-tldextract/.files index 77b59c49a11e00445c324f30da6ce8ce16c76af6..1ad877d82efece6ac686d355bb55f23d7b083d1f 100644 GIT binary patch literal 260 zcmZXPF>b>!3`GsJU37pHMHgSd0ws%-bR3G5lK`n}*c#fNKFZV~`+x7@Z%2bS^D+#> zs~L-rWiE-B0tA$0!9`|DsfOq^vh>w^yJ`JtJ4>6;f_1j>ZqI*a%vq@rV|G{yI;tLU zuH-nYWAP98WBYBF?{)fjSh?_eu7??C0uI1FM_{K~IC9XWp=45w-gW%*37_`u>vmn+ hE@oVy=W8lnYXV3R5BpuO3b|`r=WVvH@u}?+S~J0 z;n3}xrrCErIEP-51SyGF!xlYJ$QUtFD7sz8`pD&7=Op!F2HvV^9`2v@d+h;|(`cM3 o#8Fss2(n2zsmIa9bvpN>5K|#3M!W`V5R1#K=nHtukk{Yo4}p>?M*si- diff --git a/packages/p/python-tldextract/.rev b/packages/p/python-tldextract/.rev index ab37aa883e6..5480e08342c 100644 --- a/packages/p/python-tldextract/.rev +++ b/packages/p/python-tldextract/.rev @@ -284,4 +284,38 @@ Bugfixes 1096279 + + 80a617fd31bcfe802a516ccbac4de223 + 5.0.1 + + anag+factory + - Update to 5.0.1: +Bugfixes: + * Indicate MD5 not used in a security context (FIPS compliance) + #gh/john-kurkowski/tldextract#309 +Misc.: + * Increase typecheck aggression +- Changes in 5.0.0: +Breaking Changes: + * Migrate `ExtractResult` from `namedtuple` to `dataclass` + #gh/john-kurkowski/tldextract#306 +Bugfixes: + * Drop support for EOL Python 3.7 +- Changes in 4.0.0: +Breaking Bugfixes: + * Always include suffix if private suffix enabled and private + suffix exists + #gh/john-kurkowski/tldextract#300 +- Changes in 3.5.0: +Features: + * Support IPv6 addresses + #gh/john-kurkowski/tldextract#298 +Bugfixes: + * Accept only 4 decimal octet IPv4 addresses + #gh/john-kurkowski/tldextract#292 + * Support IPv4 addresses with unicode dots + * Reject IPv4 addresses with trailing whitespaces + non-whitespaces + #gh/john-kurkowski/tldextract#293 + 1119465 + diff --git a/packages/p/python-tldextract/python-tldextract.changes b/packages/p/python-tldextract/python-tldextract.changes index a9ca8e0db48..9addc6f8f13 100644 --- a/packages/p/python-tldextract/python-tldextract.changes +++ b/packages/p/python-tldextract/python-tldextract.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Oct 23 00:56:58 UTC 2023 - Mia Herkt + +- Update to 5.0.1: +Bugfixes: + * Indicate MD5 not used in a security context (FIPS compliance) + #gh/john-kurkowski/tldextract#309 +Misc.: + * Increase typecheck aggression +- Changes in 5.0.0: +Breaking Changes: + * Migrate `ExtractResult` from `namedtuple` to `dataclass` + #gh/john-kurkowski/tldextract#306 +Bugfixes: + * Drop support for EOL Python 3.7 +- Changes in 4.0.0: +Breaking Bugfixes: + * Always include suffix if private suffix enabled and private + suffix exists + #gh/john-kurkowski/tldextract#300 +- Changes in 3.5.0: +Features: + * Support IPv6 addresses + #gh/john-kurkowski/tldextract#298 +Bugfixes: + * Accept only 4 decimal octet IPv4 addresses + #gh/john-kurkowski/tldextract#292 + * Support IPv4 addresses with unicode dots + * Reject IPv4 addresses with trailing whitespaces + non-whitespaces + #gh/john-kurkowski/tldextract#293 + ------------------------------------------------------------------- Sat Jul 1 09:06:29 UTC 2023 - ecsos diff --git a/packages/p/python-tldextract/python-tldextract.spec b/packages/p/python-tldextract/python-tldextract.spec index b97585e3ea3..68f0a549375 100644 --- a/packages/p/python-tldextract/python-tldextract.spec +++ b/packages/p/python-tldextract/python-tldextract.spec @@ -17,9 +17,8 @@ %define oldpython python -%{?sle15_python_module_pythons} Name: python-tldextract -Version: 3.4.4 +Version: 5.0.1 Release: 0 Summary: Python module to separate the TLD of a URL License: BSD-3-Clause @@ -29,17 +28,16 @@ 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 pip} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.1.0} BuildRequires: %{python_module requests-file >= 1.4} +BuildRequires: %{python_module responses} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} -### SECTION test requirements -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 Requires: python-filelock >= 3.0.8 @@ -50,6 +48,7 @@ Requires(post): update-alternatives Requires(postun):update-alternatives Obsoletes: %{oldpython}-tldextract <= 2.0.1 BuildArch: noarch +%{?sle15_python_module_pythons} %python_subpackages %description @@ -63,16 +62,14 @@ as well. %setup -q -n tldextract-%{version} %build -sed -i 's:--pylint::' pytest.ini -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/tldextract %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py develop --user %pytest tests %post diff --git a/packages/p/python-tldextract/tldextract-3.4.4.tar.gz b/packages/p/python-tldextract/tldextract-3.4.4.tar.gz deleted file mode 120000 index d3b885d887e..00000000000 --- a/packages/p/python-tldextract/tldextract-3.4.4.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreic74mqqyv3umnkfdeoullksfu6v46gvkimm5fzbl2baatok4hqsgq \ No newline at end of file diff --git a/packages/p/python-tldextract/tldextract-5.0.1.tar.gz b/packages/p/python-tldextract/tldextract-5.0.1.tar.gz new file mode 120000 index 00000000000..bf78661b27e --- /dev/null +++ b/packages/p/python-tldextract/tldextract-5.0.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreifmdro2uatbn2ocmchv7nw5smcj3mb5bt2gy73pvvdofbiktbhqde \ No newline at end of file