Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-qt for
openSUSE:Factory checked in at 2025-09-30 17:43:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-qt (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-qt.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-qt"
Tue Sep 30 17:43:27 2025 rev:23 rq:1308167 version:4.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-qt/python-pytest-qt.changes
2025-06-05 20:37:40.957634429 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-qt.new.11973/python-pytest-qt.changes
2025-09-30 17:49:10.234403259 +0200
@@ -1,0 +2,20 @@
+Tue Sep 30 09:17:30 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 4.5.0:
+ * Added official support for Python 3.13.
+ * Dropped support for EOL Python 3.8.
+ * Dropped support for EOL PySide 2.
+ * Type annotations are now provided. Note that because the Qt
+ library used is defined at runtime, Qt classes are currently
+ annotated as Any.
+ * Fixed PySide6 exceptions / warnings about being unable to
+ disconnect signals with qtbot.waitSignal (#552, #558).
+ * Reduced the likelyhood of trouble when using
+ qtbot.waitSignal(s) and qtbot.waitCallback where the
+ signal/callback is emitted from a non-main thread. In theory,
+ more problems remain and this isn't a proper fix yet. In
+ practice, it seems impossible to provoke any problems in
+ pytest-qt's testsuite.
+- remove fix-pyside6-test.patch
+
+-------------------------------------------------------------------
Old:
----
fix-pyside6-test.patch
pytest-qt-4.4.0.tar.gz
New:
----
pytest_qt-4.5.0.tar.gz
----------(Old B)----------
Old: pytest-qt's testsuite.
- remove fix-pyside6-test.patch
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-qt.spec ++++++
--- /var/tmp/diff_new_pack.zuBwol/_old 2025-09-30 17:49:11.002435694 +0200
+++ /var/tmp/diff_new_pack.zuBwol/_new 2025-09-30 17:49:11.002435694 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-qt
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -42,14 +42,13 @@
BuildConflicts: %{python_module PyQt6}
%endif
Name: python-pytest-qt%{psuffix}
-Version: 4.4.0
+Version: 4.5.0
Release: 0
Summary: Pytest support for PyQt and PySide applications
License: MIT
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-qt
-Source:
https://files.pythonhosted.org/packages/source/p/pytest-qt/pytest-qt-%{version}.tar.gz
-Patch0: fix-pyside6-test.patch
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-qt/pytest_qt-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
@@ -61,6 +60,7 @@
# https://github.com/pytest-dev/pytest-qt/issues/317
Requires: bitstream-vera-fonts
Requires: python-pytest >= 3.0
+Requires: python-typing-extensions
Suggests: python-PyQt6
Suggests: python-pyside6
BuildArch: noarch
@@ -79,7 +79,7 @@
like key presses and mouse clicks.
%prep
-%autosetup -p1 -n pytest-qt-%{version}
+%autosetup -p1 -n pytest_qt-%{version}
dos2unix LICENSE
# https://github.com/pytest-dev/pytest-qt/pull/419#discussion_r1240198866
sed -i /xfail_strict/d setup.cfg