15
0
forked from pool/python-QtPy

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
This commit is contained in:
2025-02-19 14:19:29 +00:00
committed by Git OBS Bridge
parent 34b09b151e
commit 5e48b4e4a5
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 19 13:25:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <nico.krapp@suse.com>