From 1750e2966a65ba00d26e83058276f5581ce7f2f59f79928006598396f41a5a21 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 12:11:49 +0000 Subject: [PATCH] - update to 2.0.2: * :bug:`32` Fix dangling compatibility issues with pytest version 8.x. Thanks to Alex Gaynor for the patch! OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-relaxed?expand=0&rev=27 --- pytest-relaxed-2.0.1.tar.gz | 3 --- pytest-relaxed-2.0.2.tar.gz | 3 +++ python-pytest-relaxed.changes | 7 +++++++ python-pytest-relaxed.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pytest-relaxed-2.0.1.tar.gz create mode 100644 pytest-relaxed-2.0.2.tar.gz diff --git a/pytest-relaxed-2.0.1.tar.gz b/pytest-relaxed-2.0.1.tar.gz deleted file mode 100644 index 258799e..0000000 --- a/pytest-relaxed-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53a7372e3feaa527409bb40353f813c59b760e5d8bd47e6f6fcf187c5d96dd0c -size 26063 diff --git a/pytest-relaxed-2.0.2.tar.gz b/pytest-relaxed-2.0.2.tar.gz new file mode 100644 index 0000000..846e9d7 --- /dev/null +++ b/pytest-relaxed-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956ea028ec30dbbfb680dd8e7b4a7fb8f80a239595e88bace018bf2c0d718248 +size 27876 diff --git a/python-pytest-relaxed.changes b/python-pytest-relaxed.changes index 59a8605..f1ce939 100644 --- a/python-pytest-relaxed.changes +++ b/python-pytest-relaxed.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 6 12:11:05 UTC 2024 - Dirk Müller + +- update to 2.0.2: + * :bug:`32` Fix dangling compatibility issues with pytest + version 8.x. Thanks to Alex Gaynor for the patch! + ------------------------------------------------------------------- Wed May 31 19:43:48 UTC 2023 - Dirk Müller diff --git a/python-pytest-relaxed.spec b/python-pytest-relaxed.spec index 28822e3..02ec1ee 100644 --- a/python-pytest-relaxed.spec +++ b/python-pytest-relaxed.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-relaxed # -# 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-relaxed -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Relaxed test discovery/organization for pytest License: BSD-2-Clause