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 2026-02-11 18:47:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-rerunfailures (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-rerunfailures.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-rerunfailures"
Wed Feb 11 18:47:29 2026 rev:15 rq:1332173 version:16.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-rerunfailures/python-pytest-rerunfailures.changes
2024-11-26 20:55:27.949351437 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-rerunfailures.new.1670/python-pytest-rerunfailures.changes
2026-02-11 18:47:49.550803085 +0100
@@ -1,0 +2,38 @@
+Mon Feb 9 16:40:28 UTC 2026 - Andreas Prittwitz <[email protected]>
+
+ - Update to version 16.1
+ * Change version requirements to specification.
+ * Change source path to reflect change in source name.
+ * Drop support for Python 3.9.
+ * Changed "localhost" to "127.0.0.1" to avoid bad
+ hostname resolution.
+ * Added ``--force-reruns`` to override rerun count globally.
+ Fixes #306
+ <https://github.com/pytest-dev/pytest-rerunfailures/issues/306>.
+- Changes in version 16.0.1
+ * Reverted the ability to access error attributes because of an
+ incompatibility with
+ `pytest-xdist <https://github.com/pytest-dev/pytest-xdist/issues/843>.
+ Fixes #302
+ <https://github.com/pytest-dev/pytest-rerunfailures/issues/302>,
+ and #303
+ <https://github.com/pytest-dev/pytest-rerunfailures/issues/303>.
+- Changes in version 16.0
+ * Drop support for pytest < 8.
+ * Add support for pytest 8.4.x.
+ * Add support for upcoming Python 3.14.
+ * Allow ``@pytest.mark.flaky(condition)`` to accept a callable or
+ a string to be evaluated. The evaluated string has access to
+ the exception instance via the ``error`` object. #230
+ <https://github.com/pytest-dev/pytest-rerunfailures/issues/230>.
+- Changes in version 15.1
+ * Fix ``--fail-on-flaky`` option to fail the test run with custom
+ exit code only when reruns are detected. #287
+ <https://github.com/pytest-dev/pytest-rerunfailures/issues/287>
+ * Switched to using the SPDX license identifier in the
+ project metadata.
+ * Change exception filtering logic to match ``AssertionError``
+ raised via ``assert`` statements when filtering by
+ "AssertionError".#292
+ <https://github.com/pytest-dev/pytest-rerunfailures/issues/292>
+-------------------------------------------------------------------
Old:
----
pytest-rerunfailures-15.0.tar.gz
New:
----
_scmsync.obsinfo
build.specials.obscpio
pytest_rerunfailures-16.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-rerunfailures.spec ++++++
--- /var/tmp/diff_new_pack.HTGH8w/_old 2026-02-11 18:47:50.274833491 +0100
+++ /var/tmp/diff_new_pack.HTGH8w/_new 2026-02-11 18:47:50.286833995 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package python-pytest-rerunfailures
+# spec file for package python-pytest_rerunfailures
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,24 @@
%{?sle15_python_module_pythons}
Name: python-pytest-rerunfailures
-Version: 15.0
+Version: 16.1
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.7}
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-rerunfailures/pytest_rerunfailures-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 40.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-packaging >= 17.1
-Requires: python-pytest >= 7.4
+Requires: python-pytest >= 8.0
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module pytest >= 7.4}
-BuildRequires: %{python_module pytest-xdist}
+BuildRequires: %{python_module pytest >= 8.0}
+BuildRequires: %{python_module pytest-xdist >= 2.3.0}
# /SECTION
%python_subpackages
@@ -44,7 +44,7 @@
tests to eliminate intermittent failures.
%prep
-%setup -q -n pytest-rerunfailures-%{version}
+%setup -q -n pytest_rerunfailures-%{version}
%build
%pyproject_wheel
++++++ _scmsync.obsinfo ++++++
mtime: 1770655695
commit: 7fdc7b38ed42e821de9fd4e6a54037f91bea52d667e6e7ac555f5be22cc89bdb
url: https://src.opensuse.org/python-pytest/python-pytest-rerunfailures.git
revision: 7fdc7b38ed42e821de9fd4e6a54037f91bea52d667e6e7ac555f5be22cc89bdb
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-02-10 08:21:27.000000000 +0100
@@ -0,0 +1 @@
+.osc