Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-rerunfailures for openSUSE:Factory checked in at 2023-05-10 16:17:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-rerunfailures (Old) and /work/SRC/openSUSE:Factory/.python-pytest-rerunfailures.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-rerunfailures" Wed May 10 16:17:24 2023 rev:9 rq:1085836 version:11.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-rerunfailures/python-pytest-rerunfailures.changes 2023-04-25 16:53:28.730188769 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-rerunfailures.new.1533/python-pytest-rerunfailures.changes 2023-05-10 16:17:28.662603178 +0200 @@ -1,0 +2,23 @@ +Tue May 9 21:10:26 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 11.1.2: + * Execute teardown when test was skipped in setup phase of a + fixture. + * Fix crash during teardown when runtest protocol hook is + overwritten by another plugin. + * Fix crash during teardown when TestCase class is used as base + class. + * Run teardown of session, class, ... scoped fixtures only once + after rerunning tests + * Expose `reruns` and `reruns_delay` through `pytest.ini` file. + * Drop support for Python 3.6. + * Drop support for pytest < 6. + * Fix crash when pytest-xdist is installed but disabled. + * Fix crash when xfail(strict=True) mark is used with --rerun- + only flag. + * Added option `--rerun-except` to rerun failed tests those are + other than the mentioned Error. + * Add support for Python 3.11. + * Add support for pytest 7.0, 7.1, 7.2. + +------------------------------------------------------------------- Old: ---- pytest-rerunfailures-10.2.tar.gz New: ---- pytest-rerunfailures-11.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-rerunfailures.spec ++++++ --- /var/tmp/diff_new_pack.djarY9/_old 2023-05-10 16:17:29.130605947 +0200 +++ /var/tmp/diff_new_pack.djarY9/_new 2023-05-10 16:17:29.134605970 +0200 @@ -20,21 +20,21 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pytest-rerunfailures -Version: 10.2 +Version: 11.1.2 Release: 0 Summary: A pytest plugin to re-run tests License: MPL-2.0 URL: https://github.com/pytest-dev/pytest-rerunfailures Source: https://files.pythonhosted.org/packages/source/p/pytest-rerunfailures/pytest-rerunfailures-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.6} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools >= 40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 5.3 +Requires: python-pytest >= 6.0 Requires: python-setuptools >= 40.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest >= 5.3} +BuildRequires: %{python_module pytest >= 6.0} BuildRequires: %{python_module pytest-xdist} # /SECTION %python_subpackages ++++++ pytest-rerunfailures-10.2.tar.gz -> pytest-rerunfailures-11.1.2.tar.gz ++++++ ++++ 3072 lines of diff (skipped)