Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Fabric for openSUSE:Factory checked in at 2022-01-03 10:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old) and /work/SRC/openSUSE:Factory/.python-Fabric.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Fabric" Mon Jan 3 10:49:21 2022 rev:36 rq:943314 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes 2021-08-16 10:17:17.798679952 +0200 +++ /work/SRC/openSUSE:Factory/.python-Fabric.new.1896/python-Fabric.changes 2022-01-03 10:49:46.507588619 +0100 @@ -1,0 +2,7 @@ +Tue Dec 28 21:46:08 UTC 2021 - Ben Greiner <[email protected]> + +- Don't test on python310 -- gh#bitprophet/pytest-relaxed#12 + (This is mainly required by azure-cli in the primary python3 + flavor) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Fabric.spec ++++++ --- /var/tmp/diff_new_pack.y8EbrO/_old 2022-01-03 10:49:47.543589016 +0100 +++ /var/tmp/diff_new_pack.y8EbrO/_new 2022-01-03 10:49:47.551589018 +0100 @@ -32,13 +32,15 @@ BuildRequires: %{python_module invoke >= 1.3} BuildRequires: %{python_module mock >= 2.0.0} BuildRequires: %{python_module paramiko >= 2.4} -BuildRequires: %{python_module pytest-relaxed} -# gh#bitprophet/pytest-relaxed#12 -BuildRequires: %{python_module pytest < 6.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +# SECTION only test for Python < 3.10 +# gh#bitprophet/pytest-relaxed#12 +BuildRequires: %{python_module pytest-relaxed if %python-base < 3.10} +BuildRequires: %{python_module pytest < 6.1 if %python-base < 3.10} +# /SECTION Requires: python-cryptography >= 1.1 Requires: python-decorator Requires: python-invoke >= 1.3 @@ -46,6 +48,8 @@ Requires: python-pathlib2 Requires: python-setuptools Requires: python-six +Requires(post): update-alternatives +Requires(postun):update-alternatives Conflicts: python-Fabric3 Provides: python-Fabric2 = %{version} Provides: python-Fabric3 = %{version} @@ -86,6 +90,8 @@ %python_clone -a %{buildroot}%{_bindir}/fab %check +# only test for Python < 3.10 -- gh#bitprophet/pytest-relaxed#12 +alias pytest-3.10='echo "Not testing: no pytest<6 on python 3.10"' %pytest tests/ %post @@ -98,6 +104,7 @@ %license LICENSE %doc README.rst %python_alternative %{_bindir}/fab -%{python_sitelib}/* +%{python_sitelib}/fabric +%{python_sitelib}/fabric-%{version}*-info %changelog
