Accepting request 951795 from home:bnavigator:branches:KDE:Qt:PyQt

OBS-URL: https://build.opensuse.org/request/show/951795
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=14
This commit is contained in:
2022-02-05 21:40:22 +00:00
committed by Git OBS Bridge
parent 560a873fdd
commit 8e0453f569
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Feb 5 20:32:11 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to version 6.2.3
* All Qt.GestureType callable arguments will also accept an int.
All callables that return a Qt::GestureType in C++ will return
an int (which can be compared with a Qt.GestureType member).
* Bug fixes.
-------------------------------------------------------------------
Fri Dec 3 14:36:02 UTC 2021 - Ben Greiner <code@bnavigator.de>