Commit Graph

25 Commits

Author SHA256 Message Date
659d1e4aab - Update to 6.7.0
* Implemented QBluetoothUuid.__hash__
- Switch from development snapshot to pre-release tarball

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=30
2024-04-21 13:33:57 +00:00
bb7b0e6154 Accepting request 1167025 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to 6.7.0~dev2404081550
  * Added support for Qt v6.7 (excluding any technical previews).
  * Bug fixes.
- Use not yet released development version: boo#1222514

OBS-URL: https://build.opensuse.org/request/show/1167025
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=29
2024-04-12 09:35:14 +00:00
6cfa105dc4 Accepting request 1141574 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to 6.6.1
  * Fix QWidgetAction ownership annotations.

OBS-URL: https://build.opensuse.org/request/show/1141574
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=28
2024-01-25 21:48:48 +00:00
3449297e46 Accepting request 1121197 from home:mcalabkova:branches:devel:languages:python
- Update to 6.6.0
  * This adds support for Qt v6.6.
- Drop no longer needed pyqt6-fix-build-with-qt-6.6.0.patch

OBS-URL: https://build.opensuse.org/request/show/1121197
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=27
2023-10-31 18:12:09 +00:00
b4701d82f4 Accepting request 1118546 from home:bnavigator:branches:KDE:Qt:PyQt
update reqs

OBS-URL: https://build.opensuse.org/request/show/1118546
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=26
2023-10-18 09:21:10 +00:00
dffb2bc6f6 Accepting request 1118541 from home:llyyr:branches:KDE:Qt:PyQt
- Update to 6.5.3
  * Added support for Python 3.12 and the missing
    QAbstractItemModel.multiData() method, as well as the missing
    QModelRoleDataSpan class.
- Add patch pyqt6-fix-build-with-qt-6.6.0.patch to fix build with
  Qt 6.6.0.
- Set CXX flag "-DQT_NO_INT128" to fix buil with Qt 6.6.0.

OBS-URL: https://build.opensuse.org/request/show/1118541
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=25
2023-10-18 09:08:23 +00:00
e8dff16625 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=24 2023-09-28 19:12:41 +00:00
b5100a6344 Accepting request 1099716 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 6.5.1
  * Added support for QPermission and related classes and methods.
  * Added the max_workers argument to uic.compileUiDir() to specify 
    the maximum number of worker processes to use when compiling 
    the .ui files in a directory.
  * pyuic6 will now compile all the .ui files in a directory if the 
    name of the directory is passed instead of a .ui file.
  * Added the --max-workers command line option to pyuic6.

OBS-URL: https://build.opensuse.org/request/show/1099716
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=23
2023-07-20 14:41:14 +00:00
c1980c6bbc Accepting request 1092047 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092047
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=22
2023-06-11 14:58:46 +00:00
a8bab9032c Accepting request 1082871 from home:bnavigator:branches:KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1082871
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=21
2023-04-26 16:35:21 +00:00
e2b985b436 - Update to v6.4.2
* Bug fixes
  * Fixed a regression in pylupdate

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=19
2023-02-09 10:17:08 +00:00
1527a564c9 Accepting request 1062107 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to 6.4.1
  * Added allocationLimit() and setAllocationLimit() to
    QImageReader.
  * Added toHBITMAP(), fromHBITMAP(), toHICON() and fromHICON() to
    QImage on Windows.
  * Bug fixes.
- Qt6TextToSpeech is not in 15.x

OBS-URL: https://build.opensuse.org/request/show/1062107
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=18
2023-01-30 19:20:15 +00:00
50d5fa968b Accepting request 1007730 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.4.0
  * Added support for Qt v6.4 including the QtPdf, QtPdfWidgets and
    QtTextToSpeech modules.
  * Added QAction.menu() and QAction.setMenu().
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/1007730
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=17
2022-10-03 17:08:36 +00:00
ec14c5340a Accepting request 984164 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.3.1
  * Added qRegisterResourceData() and qUnregisterResourceData() to
    QtCore to help in supporting legacy resource files from PyQt5.
  * Requires v13.4 of the sip module which adds support for enums
    with missing members and the sip.array support.
  * Reverted the Qt.GestureType related changes made in v6.2.3 as
    they are no longer necessary with the support for missing enum
    members.
  * The QEvent constructor that takes an int argument is now
    deprecated.
  * Refactored the draw methods of QPainter to accept sip.array
    objects of appropriate types.  Such arrays, once initialised,
    can be used very efficiently as they do not require repeated
    conversion from the usual Python collection types.
  * Added resize() to QPolygon, QPolygonF and QXmlStreamAttributes.
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/984164
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=16
2022-06-25 09:40:21 +00:00
d63129176b Accepting request 969960 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.3.0
  * Added support for Qt v6.3.
  * Bug fixes.
- Enable Quick3D for Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/969960
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=15
2022-04-14 15:17:18 +00:00
9413e28831 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
2022-02-05 21:40:22 +00:00
d80f635ec2 Accepting request 935565 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.2.2
  * Added the missing QBluetoothUuid constructors.
  * Added the missing QMediaPlayer loop-related methods.
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/935565
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=13
2021-12-03 18:21:21 +00:00
120cc54934 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=12 2021-11-03 14:27:46 +00:00
bc3ecb7ce9 Accepting request 928220 from home:bnavigator:branches:KDE:Qt:PyQt
- Update to version 6.2.1
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/928220
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=9
2021-10-29 22:04:25 +00:00
103ddc98fc Accepting request 922900 from home:bnavigator:branches:KDE:Qt:PyQt
- 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

OBS-URL: https://build.opensuse.org/request/show/922900
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=8
2021-10-06 21:13:03 +00:00
ddc3d38171 Accepting request 913014 from home:bmwiedemann:branches:KDE:Qt:PyQt
Stop writing mtime-based pyc files during tests (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/913014
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=7
2021-08-19 09:02:41 +00:00
ff75876522 Accepting request 906359 from home:bnavigator:branches:KDE:Qt:PyQt
- 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

OBS-URL: https://build.opensuse.org/request/show/906359
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=6
2021-07-15 10:12:02 +00:00
3a3bc22fb9 Accepting request 904374 from home:bnavigator:branches:KDE:Qt:PyQt
- remove the noop %requires_ge libqt6-x11
- Define skip_python2 for Leap

OBS-URL: https://build.opensuse.org/request/show/904374
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=4
2021-07-06 11:54:26 +00:00
d1342647b8 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=2 2021-07-05 22:43:18 +00:00
62dea6c162 Accepting request 904243 from home:bnavigator:pyqt
OBS-URL: https://build.opensuse.org/request/show/904243
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=1
2021-07-05 17:54:00 +00:00