From 5e48b4e4a522e554749e97f1757cb7f24f5b9a0479749044c816d051c78fd996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 19 Feb 2025 14:19:29 +0000 Subject: [PATCH] Accepting request 1247088 from home:glaubitz:branches:devel:languages:python - Update to 2.4.3 * Breaking change related to QMenu in 2.4.2 (PR 507) by @dalthviz * Hijacked PyQt types are not returned from native Qt APIs (PR 507) by @dalthviz * Check/fix several CI warnings (PR 511) by @dalthviz * PR: Remove `Mambaforge` usage and update Linux setup (CI), by @dalthviz) #501 * PR: Ensure `QMenu` and `QToolBar` `isinstance` checks succeed and remove unneeded wrapper classes , by @dalthviz #505, #502 * PR: Ignore PySide6 `QSqlDatabase.exec` `DeprecationWarning`, by @juliangilbey OBS-URL: https://build.opensuse.org/request/show/1247088 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=54 --- python-QtPy.changes | 12 ++++++++++++ python-QtPy.spec | 4 ++-- qtpy-2.4.2.tar.gz | 3 --- qtpy-2.4.3.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 qtpy-2.4.2.tar.gz create mode 100644 qtpy-2.4.3.tar.gz diff --git a/python-QtPy.changes b/python-QtPy.changes index e62ba8c..6373f9f 100644 --- a/python-QtPy.changes +++ b/python-QtPy.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Feb 19 13:25:19 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.4.3 + * Breaking change related to QMenu in 2.4.2 (PR 507) by @dalthviz + * Hijacked PyQt types are not returned from native Qt APIs (PR 507) by @dalthviz + * Check/fix several CI warnings (PR 511) by @dalthviz + * PR: Remove `Mambaforge` usage and update Linux setup (CI), by @dalthviz) #501 + * PR: Ensure `QMenu` and `QToolBar` `isinstance` checks succeed and remove + unneeded wrapper classes , by @dalthviz #505, #502 + * PR: Ignore PySide6 `QSqlDatabase.exec` `DeprecationWarning`, by @juliangilbey + ------------------------------------------------------------------- Thu Nov 7 16:24:15 UTC 2024 - Nico Krapp diff --git a/python-QtPy.spec b/python-QtPy.spec index 4b3bab6..c87e299 100644 --- a/python-QtPy.spec +++ b/python-QtPy.spec @@ -1,7 +1,7 @@ # # spec file for package python-QtPy # -# 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 @@ -40,7 +40,7 @@ BuildArch: noarch %endif %{?sle15_python_module_pythons} Name: python-QtPy%{psuffix} -Version: 2.4.2 +Version: 2.4.3 Release: 0 Summary: Abstraction layer on top of Qt bindings License: MIT diff --git a/qtpy-2.4.2.tar.gz b/qtpy-2.4.2.tar.gz deleted file mode 100644 index ba05232..0000000 --- a/qtpy-2.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d6ec91a587cc1495eaebd23130f7619afa5cdd34a277acb87735b4ad7c65156 -size 66849 diff --git a/qtpy-2.4.3.tar.gz b/qtpy-2.4.3.tar.gz new file mode 100644 index 0000000..cb3b272 --- /dev/null +++ b/qtpy-2.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db744f7832e6d3da90568ba6ccbca3ee2b3b4a890c3d6fbbc63142f6e4cdf5bb +size 66982