Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-beren for openSUSE:Factory checked in at 2021-09-08 21:36:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-beren (Old) and /work/SRC/openSUSE:Factory/.python-beren.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-beren" Wed Sep 8 21:36:42 2021 rev:5 rq:917371 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-beren/python-beren.changes 2021-07-27 14:32:38.051450109 +0200 +++ /work/SRC/openSUSE:Factory/.python-beren.new.1899/python-beren.changes 2021-09-08 21:37:04.077920172 +0200 @@ -1,0 +2,7 @@ +Tue Aug 31 18:03:24 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- skip python36: apiron on TW does not support Python 3.6 anymore +- remove apiron version pinning from Python sitelib metadata + (upstream uses apiron==6.0.0) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-beren.spec ++++++ --- /var/tmp/diff_new_pack.jflHfi/_old 2021-09-08 21:37:04.585920767 +0200 +++ /var/tmp/diff_new_pack.jflHfi/_new 2021-09-08 21:37:04.585920767 +0200 @@ -17,10 +17,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} - +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 - +%define skip_python36 1 %define modname beren Name: python-%{modname} Version: 0.7.1 @@ -29,11 +28,10 @@ License: GPL-3.0-or-later URL: https://github.com/teffalump/beren Source: https://files.pythonhosted.org/packages/source/b/%{modname}/%{modname}-%{version}.tar.gz -BuildRequires: %{python_module apiron >= 5.1.0 } +BuildRequires: %{python_module apiron} BuildRequires: %{python_module setuptools} BuildRequires: fdupes - -Requires: python-apiron >= 5.1.0 +Requires: python-apiron %python_subpackages @@ -42,17 +40,23 @@ %prep %setup -q -n %{modname}-%{version} +# remove the pinning from the metadata +sed -i 's/apiron==.*$/apiron/' requirements.txt %build %python_build %install %python_install -%python_expand %fdupes %{buildroot}%{python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +#%%check +# unit tests all test against a live demo server. %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/beren +%{python_sitelib}/beren-%{version}*-info %changelog