forked from pool/python-pytest-qt
- 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:
parent
93b346d60c
commit
fed9d66259
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0256041af78082dfc08e22ccf860aaa878d8029557f03f4bfc2007fc291b1e61
|
||||
size 125223
|
BIN
pytest-qt-4.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-qt-4.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user