From fed9d6625970b0b24f7f1d51a623e1dcc8b5cf53b8ee5516c5ff5bb8870b5982 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 09:34:55 +0000 Subject: [PATCH] - update to 4.4.0: * Fixed exception handling so they are properly cleared in Python 3.12, due to the new sys.last_exc attribute (#532). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-qt?expand=0&rev=30 --- pytest-qt-4.3.1.tar.gz | 3 --- pytest-qt-4.4.0.tar.gz | 3 +++ python-pytest-qt.changes | 7 +++++++ python-pytest-qt.spec | 6 ++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 pytest-qt-4.3.1.tar.gz create mode 100644 pytest-qt-4.4.0.tar.gz diff --git a/pytest-qt-4.3.1.tar.gz b/pytest-qt-4.3.1.tar.gz deleted file mode 100644 index 235ba30..0000000 --- a/pytest-qt-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0256041af78082dfc08e22ccf860aaa878d8029557f03f4bfc2007fc291b1e61 -size 125223 diff --git a/pytest-qt-4.4.0.tar.gz b/pytest-qt-4.4.0.tar.gz new file mode 100644 index 0000000..b3c8d45 --- /dev/null +++ b/pytest-qt-4.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76896142a940a4285339008d6928a36d4be74afec7e634577e842c9cc5c56844 +size 125443 diff --git a/python-pytest-qt.changes b/python-pytest-qt.changes index c6e7431..7026627 100644 --- a/python-pytest-qt.changes +++ b/python-pytest-qt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 16 09:34:01 UTC 2024 - Dirk Müller + +- update to 4.4.0: + * Fixed exception handling so they are properly cleared in + Python 3.12, due to the new sys.last_exc attribute (#532). + ------------------------------------------------------------------- Sun Jan 28 17:40:13 UTC 2024 - Ben Greiner diff --git a/python-pytest-qt.spec b/python-pytest-qt.spec index 43e627d..967ba46 100644 --- a/python-pytest-qt.spec +++ b/python-pytest-qt.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package python-pytest-qt # # Copyright (c) 2024 SUSE LLC # @@ -19,7 +19,6 @@ %{?sle15_python_module_pythons} # pyside is for one flavor only %define pyside_python %{?sle15_python_module_pythons:%pythons}%{!?sle15_python_module_pythons:python3} - %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "" %define psuffix %{nil} @@ -65,9 +64,8 @@ BuildConflicts: %{python_module PyQt6} BuildConflicts: %{python_module pyside2} BuildConflicts: %{python_module qt5} %endif - Name: python-pytest-qt%{psuffix} -Version: 4.3.1 +Version: 4.4.0 Release: 0 Summary: Pytest support for PyQt and PySide applications License: MIT