From e688133d4fe113f9b64684d97307a25e69112298c237fd068abf5479fcdd3467 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 23 Jun 2025 05:48:18 +0000 Subject: [PATCH] - Update to 1.6.0 * Fix a regression in pluggy 1.1.0 where using result.get_result() on the same failed pluggy.Result causes the exception's traceback to get longer and longer. * Correctly pass StopIteration through hook wrappers. * Fix python 3.14 SyntaxError by rearranging code. * Python 3.8 is no longer supported. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pluggy?expand=0&rev=32 --- pluggy-1.5.0.tar.gz | 3 --- pluggy-1.6.0.tar.gz | 3 +++ python-pluggy.changes | 11 +++++++++++ python-pluggy.spec | 5 ++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 pluggy-1.5.0.tar.gz create mode 100644 pluggy-1.6.0.tar.gz diff --git a/pluggy-1.5.0.tar.gz b/pluggy-1.5.0.tar.gz deleted file mode 100644 index 29e6735..0000000 --- a/pluggy-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 -size 67955 diff --git a/pluggy-1.6.0.tar.gz b/pluggy-1.6.0.tar.gz new file mode 100644 index 0000000..43e875e --- /dev/null +++ b/pluggy-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3 +size 69412 diff --git a/python-pluggy.changes b/python-pluggy.changes index e4bb40e..9ba1718 100644 --- a/python-pluggy.changes +++ b/python-pluggy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jun 20 05:17:13 UTC 2025 - Markéta Machová + +- Update to 1.6.0 + * Fix a regression in pluggy 1.1.0 where using result.get_result() + on the same failed pluggy.Result causes the exception's traceback + to get longer and longer. + * Correctly pass StopIteration through hook wrappers. + * Fix python 3.14 SyntaxError by rearranging code. + * Python 3.8 is no longer supported. + ------------------------------------------------------------------- Mon May 6 05:24:03 UTC 2024 - Steve Kowalik diff --git a/python-pluggy.spec b/python-pluggy.spec index 70c7659..d485dbc 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -1,7 +1,7 @@ # # spec file for package python-pluggy # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%define skip_python2 1 %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -27,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pluggy%{psuffix} -Version: 1.5.0 +Version: 1.6.0 Release: 0 Summary: A minimalist production ready plugin system License: MIT