* Sat Feb 05 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 03 2021 Ben Greiner <code@bnavigator.de>
- Update to version 6.2.2
* Added the missing QBluetoothUuid constructors.
* Added the missing QMediaPlayer loop-related methods.
* Bug fixes.
* Wed Nov 03 2021 Ben Greiner <code@bnavigator.de>
- Don't require python-sip-devel for python-PyQt6-devel.
The project building against PyQt should explicitly know about
the proper requirement.
* Fri Oct 29 2021 Ben Greiner <code@bnavigator.de>
- Update to version 6.2.1
* Bug fixes.
* Sun Oct 03 2021 Ben Greiner <code@bnavigator.de>
- Update to version 6.2.0
* Added support for Qt v6.2 including the QtBluetooth,
QtMultimedia, QtMultimediaWidgets, QtNfc, QtPositioning,
QtRemoteObjects, QtSensors, QtSerialPort, QtWebChannel and
QtWebSockets modules.
* Added support for QAxContainer on Windows.
* Ported the QtMultimedia examples from PyQt5.
* Bug fixes.
- Drop PyQt6-6.1.1-OpenGL_ES2.patch merged upstream
* Thu Aug 19 2021 Bernhard Wiedemann <bwiedemann@suse.com>
- Stop writing mtime-based pyc files during tests (boo#1047218)
* Wed Jul 14 2021 Ben Greiner <code@bnavigator.de>
- Add PyQt6-6.1.1-OpenGL_ES2.patch for building ARM with OpenGL ES2
https://www.riverbankcomputing.com/pipermail/pyqt/2021-July/044117.html
- first obs service cleaned specfile commit
* Tue Jul 06 2021 Ben Greiner <code@bnavigator.de>
- remove the noop %requires_ge libqt6-x11
* Mon Jul 05 2021 Ben Greiner <code@bnavigator.de>
- Define skip_python2 for Leap
* Tue Jun 15 2021 Ben Greiner <code@bnavigator.de>
* Update to version 6.1.1
* Added the missing QtCore.QXmlStreamAttributes class.
* Added the missing QtQml.QQmlExtensionPlugin class.
* Added the --exclude command line option to pylupdate6.
* pylupdate6 now handles PEP 263 embedded source encodings in .py
files.
* Bug fixes.
* Thu May 13 2021 Ben Greiner <code@bnavigator.de>
- Update to version 6.1.0
* Added support for Qt v6.1.
* All flag-based enums have been renamed so that they use the
name of the Qt enum rather than the name of the Qt QFlag.
* An integer ARGB value can now be used whenever a QColor is
expected.
* Thu Mar 11 2021 Ben Greiner <code@bnavigator.de>
- Update to version 6.0.3
* Bug fixes.
* Thu Feb 25 2021 Ben Greiner <code@bnavigator.de>
- Update to version 6.0.2
* Bug fixes.
* Fri Feb 19 2021 Ben Greiner <code@bnavigator.de>
- Initial specfile for version 6.0.1, based on python-qt5