From 6138396fd7272d8a134b9e6d0b866dc9054178a2a00245549196c66be45d1576 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 09:49:50 +0000 Subject: [PATCH] - update to 14.0: * Fix missing teardown for non-function scoped fixtures when using only_rerun or rerun_except queries. (#234) and * Drop support for Python 3.7. * Drop support for pytest < 7.2. * Add support for pytest 8.0, 8.1. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=25 --- pytest-rerunfailures-13.0.tar.gz | 3 --- pytest-rerunfailures-14.0.tar.gz | 3 +++ python-pytest-rerunfailures.changes | 10 ++++++++++ python-pytest-rerunfailures.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 pytest-rerunfailures-13.0.tar.gz create mode 100644 pytest-rerunfailures-14.0.tar.gz diff --git a/pytest-rerunfailures-13.0.tar.gz b/pytest-rerunfailures-13.0.tar.gz deleted file mode 100644 index ab314a2..0000000 --- a/pytest-rerunfailures-13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e132dbe420bc476f544b96e7036edd0a69707574209b6677263c950d19b09199 -size 20846 diff --git a/pytest-rerunfailures-14.0.tar.gz b/pytest-rerunfailures-14.0.tar.gz new file mode 100644 index 0000000..4781a96 --- /dev/null +++ b/pytest-rerunfailures-14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a400bcbcd3c7a4ad151ab8afac123d90eca3abe27f98725dc4d9702887d2e92 +size 21350 diff --git a/python-pytest-rerunfailures.changes b/python-pytest-rerunfailures.changes index 680fc1c..4264629 100644 --- a/python-pytest-rerunfailures.changes +++ b/python-pytest-rerunfailures.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Mar 16 09:48:54 UTC 2024 - Dirk Müller + +- update to 14.0: + * Fix missing teardown for non-function scoped fixtures when + using only_rerun or rerun_except queries. (#234) and + * Drop support for Python 3.7. + * Drop support for pytest < 7.2. + * Add support for pytest 8.0, 8.1. + ------------------------------------------------------------------- Thu Dec 14 21:18:17 UTC 2023 - Dirk Müller diff --git a/python-pytest-rerunfailures.spec b/python-pytest-rerunfailures.spec index 5e23429..4c6f040 100644 --- a/python-pytest-rerunfailures.spec +++ b/python-pytest-rerunfailures.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-rerunfailures # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-rerunfailures -Version: 13.0 +Version: 14.0 Release: 0 Summary: A pytest plugin to re-run tests License: MPL-2.0 @@ -28,11 +28,11 @@ BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools >= 40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 6.2 +Requires: python-pytest >= 7.2 Requires: python-setuptools >= 40.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest >= 6.0} +BuildRequires: %{python_module pytest >= 7.2} BuildRequires: %{python_module pytest-xdist} # /SECTION %python_subpackages