- Update to 6.10.0

* Added support for Qt v6.10 (excluding QRangeModel).
  * Added support for QGuiApplication.nativeInterface().
  * The indentation used by pylupdate in .ts files has been
    adjusted to exactly match the behaviour of Qt Linguist.
    However the different ways empty elements are handled means
    files generated by each are not identical.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=47
This commit is contained in:
2025-10-29 09:34:36 +00:00
committed by Git OBS Bridge
parent 118c0528ad
commit 2ebe6a0c6b
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Oct 29 09:29:40 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 6.10.0
* Added support for Qt v6.10 (excluding QRangeModel).
* Added support for QGuiApplication.nativeInterface().
* The indentation used by pylupdate in .ts files has been
adjusted to exactly match the behaviour of Qt Linguist.
However the different ways empty elements are handled means
files generated by each are not identical.
-------------------------------------------------------------------
Mon Jun 9 16:50:12 UTC 2025 - Ben Greiner <code@bnavigator.de>