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-05-12 20:37:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tldextract (Old)
and /work/SRC/openSUSE:Factory/.python-tldextract.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tldextract"
Fri May 12 20:37:11 2023 rev:17 rq:1086553 version:3.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tldextract/python-tldextract.changes
2022-11-10 14:24:27.091085600 +0100
+++
/work/SRC/openSUSE:Factory/.python-tldextract.new.1533/python-tldextract.changes
2023-05-12 20:40:02.534775795 +0200
@@ -1,0 +2,14 @@
+Thu May 4 13:11:06 UTC 2023 - Mia Herkt <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
tldextract-3.4.0.tar.gz
New:
----
tldextract-3.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tldextract.spec ++++++
--- /var/tmp/diff_new_pack.6Q92wB/_old 2023-05-12 20:40:02.962778148 +0200
+++ /var/tmp/diff_new_pack.6Q92wB/_new 2023-05-12 20:40:02.966778170 +0200
@@ -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 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-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 @@
%files %{python_files}
%license LICENSE
%doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/tldextract*
%python_alternative %{_bindir}/tldextract
%changelog
++++++ tldextract-3.4.0.tar.gz -> tldextract-3.4.1.tar.gz ++++++
++++ 2730 lines of diff (skipped)