Hello community,
here is the log from the commit of package python-tldextract for
openSUSE:Factory checked in at 2020-10-21 14:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tldextract (Old)
and /work/SRC/openSUSE:Factory/.python-tldextract.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tldextract"
Wed Oct 21 14:39:08 2020 rev:8 rq:843031 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tldextract/python-tldextract.changes
2020-09-21 17:19:36.739752336 +0200
+++
/work/SRC/openSUSE:Factory/.python-tldextract.new.3486/python-tldextract.changes
2020-10-21 14:39:12.473633253 +0200
@@ -1,0 +2,26 @@
+Tue Oct 20 22:45:59 UTC 2020 - Mia Herkt <[email protected]>
+
+- Update to 3.0.0:
+ This release fixes the long standing bug that public and private
+ suffixes were generated separately and could not be switched at
+ runtime, https://github.com/john-kurkowski/tldextract/issues/66
+
+ * Breaking Changes
+ + Rename `cache_file` to `cache_dir` as it is no longer a
+ single file but a directory
+ (https://github.com/john-kurkowski/tldextract/issues/207)
+ + Rename CLI arg also, from `--cache_file` to `--cache_dir`
+ + Remove Python 2.7 support
+ * Features
+ + Can pass `include_psl_private_domains` on call, not only on
+ construction
+ + Use filelocking to support multi-processing and
+ multithreading environments
+ * Bugfixes
+ + Select public or private suffixes at runtime
+ (https://github.com/john-kurkowski/tldextract/issues/66)
+ * Removals
+ + Do not `debug` log the diff during update
+ * Drop tldextract-tests-offline.patch
+
+-------------------------------------------------------------------
Old:
----
tldextract-2.2.3.tar.gz
tldextract-tests-offline.patch
New:
----
tldextract-3.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-tldextract.spec ++++++
--- /var/tmp/diff_new_pack.Z1trTz/_old 2020-10-21 14:39:14.769634551 +0200
+++ /var/tmp/diff_new_pack.Z1trTz/_new 2020-10-21 14:39:14.773634554 +0200
@@ -16,9 +16,10 @@
#
+%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tldextract
-Version: 2.2.3
+Version: 3.0.0
Release: 0
Summary: Python module to separate the TLD of a URL
License: BSD-3-Clause
@@ -26,9 +27,8 @@
URL: https://github.com/john-kurkowski/tldextract
Source:
https://files.pythonhosted.org/packages/source/t/tldextract/tldextract-%{version}.tar.gz
Source1: %{name}-rpmlintrc
-# No internet connection on OBS build hosts; skip suffix list snapshot diff
-Patch0: tldextract-tests-offline.patch
### BEGIN test requirements
+BuildRequires: %{python_module filelock} >= 3.0.8
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests-file} >= 1.4
@@ -39,6 +39,7 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-filelock >= 3.0.8
Requires: python-idna >= 2.1.0
Requires: python-requests >= 2.1.0
Requires: python-requests-file >= 1.4
@@ -58,7 +59,6 @@
%prep
%setup -q -n tldextract-%{version}
-%autopatch -p1
%build
sed -i 's:--pylint::' pytest.ini
++++++ tldextract-2.2.3.tar.gz -> tldextract-3.0.0.tar.gz ++++++
++++ 22040 lines of diff (skipped)