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 2021-02-07 15:21:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tldextract (Old) and /work/SRC/openSUSE:Factory/.python-tldextract.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tldextract" Sun Feb 7 15:21:49 2021 rev:12 rq:869865 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tldextract/python-tldextract.changes 2020-11-29 12:32:49.770269270 +0100 +++ /work/SRC/openSUSE:Factory/.python-tldextract.new.28504/python-tldextract.changes 2021-02-07 15:24:21.898222880 +0100 @@ -1,0 +2,8 @@ +Thu Feb 4 20:10:10 UTC 2021 - Benjamin Greiner <[email protected]> + +- Fix python-rpm-macros singlespec glitches: + * The versions go inside python_module + * The obsoletion of the old python2 package did not work with + the python_subpackages rewrite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tldextract.spec ++++++ --- /var/tmp/diff_new_pack.DLcm0W/_old 2021-02-07 15:24:22.354223400 +0100 +++ /var/tmp/diff_new_pack.DLcm0W/_new 2021-02-07 15:24:22.354223400 +0100 @@ -16,8 +16,9 @@ # -%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 +%define oldpython python Name: python-tldextract Version: 3.1.0 Release: 0 @@ -27,16 +28,17 @@ URL: https://github.com/john-kurkowski/tldextract Source: https://files.pythonhosted.org/packages/source/t/tldextract/tldextract-%{version}.tar.gz Source1: %{name}-rpmlintrc -### BEGIN test requirements -BuildRequires: %{python_module filelock} >= 3.0.8 +BuildRequires: %{python_module filelock >= 3.0.8} +BuildRequires: %{python_module idna >= 2.1.0} +BuildRequires: %{python_module requests-file >= 1.4} +BuildRequires: %{python_module requests >= 2.1.0} +BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} +### SECTION test requirements BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module requests-file} >= 1.4 -BuildRequires: %{python_module requests} >= 2.1.0 BuildRequires: %{python_module responses} -### END test requirements -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +### /SECTION test requirements BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-filelock >= 3.0.8 @@ -46,7 +48,7 @@ Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives -Obsoletes: python-tldextract <= 2.0.1 +Obsoletes: %{oldpython}-tldextract <= 2.0.1 BuildArch: noarch %python_subpackages
