Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-tldextract for
openSUSE:Factory checked in at 2023-10-23 23:40:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tldextract (Old)
and /work/SRC/openSUSE:Factory/.python-tldextract.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tldextract"
Mon Oct 23 23:40:34 2023 rev:20 rq:1119465 version:5.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tldextract/python-tldextract.changes
2023-07-01 23:18:26.902403135 +0200
+++
/work/SRC/openSUSE:Factory/.python-tldextract.new.1945/python-tldextract.changes
2023-10-23 23:40:45.999097212 +0200
@@ -1,0 +2,31 @@
+Mon Oct 23 00:56:58 UTC 2023 - Mia Herkt <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
tldextract-3.4.4.tar.gz
New:
----
tldextract-5.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tldextract.spec ++++++
--- /var/tmp/diff_new_pack.TbQ8pA/_old 2023-10-23 23:40:46.731123785 +0200
+++ /var/tmp/diff_new_pack.TbQ8pA/_new 2023-10-23 23:40:46.735123931 +0200
@@ -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 @@
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(postun):update-alternatives
Obsoletes: %{oldpython}-tldextract <= 2.0.1
BuildArch: noarch
+%{?sle15_python_module_pythons}
%python_subpackages
%description
@@ -63,16 +62,14 @@
%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
++++++ tldextract-3.4.4.tar.gz -> tldextract-5.0.1.tar.gz ++++++
++++ 2863 lines of diff (skipped)