- 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
This commit is contained in:
Dirk Mueller 2024-03-16 09:34:55 +00:00 committed by Git OBS Bridge
parent 93b346d60c
commit fed9d66259
4 changed files with 12 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0256041af78082dfc08e22ccf860aaa878d8029557f03f4bfc2007fc291b1e61
size 125223

3
pytest-qt-4.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76896142a940a4285339008d6928a36d4be74afec7e634577e842c9cc5c56844
size 125443

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 16 09:34:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>

View File

@ -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