Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-invocations for openSUSE:Factory checked in at 2022-03-13 20:25:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-invocations (Old) and /work/SRC/openSUSE:Factory/.python-invocations.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-invocations" Sun Mar 13 20:25:10 2022 rev:8 rq:960647 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-invocations/python-invocations.changes 2021-12-16 21:19:31.926526259 +0100 +++ /work/SRC/openSUSE:Factory/.python-invocations.new.25692/python-invocations.changes 2022-03-13 20:25:29.363678089 +0100 @@ -1,0 +2,5 @@ +Thu Mar 10 06:25:34 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- pytest-relaxed now supports pytest 6, so test on all python versions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-invocations.spec ++++++ --- /var/tmp/diff_new_pack.ZoPYBq/_old 2022-03-13 20:25:29.875678691 +0100 +++ /var/tmp/diff_new_pack.ZoPYBq/_new 2022-03-13 20:25:29.883678700 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-invocations # -# 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 @@ -30,6 +30,8 @@ BuildRequires: %{python_module blessings >= 1.6} BuildRequires: %{python_module invoke >= 1.6} BuildRequires: %{python_module lexicon} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module pytest-relaxed} BuildRequires: %{python_module releases >= 1.2} BuildRequires: %{python_module semantic_version >= 2.4} BuildRequires: %{python_module setuptools} @@ -38,11 +40,6 @@ BuildRequires: %{python_module tqdm >= 4.8.1} BuildRequires: %{python_module twine >= 1.15} BuildRequires: %{python_module wheel >= 0.24.0} -# SECTION gh#bitprophet/pytest-relaxed#12, no pytest5 on python310 -BuildRequires: %{python_module mock if (%python-base without python310-base)} -BuildRequires: %{python_module pytest < 6.1 if (%python-base without python310-base)} -BuildRequires: %{python_module pytest-relaxed if (%python-base without python310-base)} -# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-blessings >= 1.6 @@ -92,7 +89,6 @@ # packaging: not applicable to openSUSE # cannot use --ignore because of pytest-relaxed plugin rm -r tests/autodoc/ tests/packaging/ -alias pytest-3.10='echo "Not testing: no pytest<6 on python 3.10"' %pytest %files %{python_files}