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-03-13 22:01:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Fabric (Old) and /work/SRC/openSUSE:Factory/.python-Fabric.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Fabric" Sun Mar 13 22:01:55 2022 rev:37 rq:960648 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes 2022-01-03 10:49:46.507588619 +0100 +++ /work/SRC/openSUSE:Factory/.python-Fabric.new.25692/python-Fabric.changes 2022-03-13 22:01:56.404471598 +0100 @@ -1,0 +2,5 @@ +Thu Mar 10 06:31:30 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- pytest-relaxed now supports pytest 6, so test on all python versions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Fabric.spec ++++++ --- /var/tmp/diff_new_pack.UCCTeb/_old 2022-03-13 22:01:57.112471947 +0100 +++ /var/tmp/diff_new_pack.UCCTeb/_new 2022-03-13 22:01:57.116471949 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Fabric # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,15 +32,11 @@ BuildRequires: %{python_module invoke >= 1.3} BuildRequires: %{python_module mock >= 2.0.0} BuildRequires: %{python_module paramiko >= 2.4} +BuildRequires: %{python_module pytest-relaxed} 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 @@ -90,8 +86,6 @@ %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