76 Commits

Author SHA256 Message Date
ea875a33aa Accepting request 1314369 from KDE:Qt:PyQt
- 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/request/show/1314369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=32
2025-10-30 16:09:43 +00:00
7a0b57640c - 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
2025-10-29 09:34:36 +00:00
0f0777402a Accepting request 1284331 from KDE:Qt:PyQt
Update

OBS-URL: https://build.opensuse.org/request/show/1284331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=31
2025-06-18 20:28:28 +00:00
45e569f0e3 .
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=46
2025-06-09 19:25:33 +00:00
4b62909a79 .
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=45
2025-06-09 19:23:25 +00:00
76b53548c2 .
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=44
2025-06-09 18:12:00 +00:00
f644b4f035 .
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=43
2025-06-09 18:11:28 +00:00
88daac7a67 - Update to 6.9.1
* The licensing information now conforms to PEP 639.
  * Added the missing setNativeArguments() and nativeArguments() to QProcess (Windows only).
  * Enums that have a base type smaller than int are now properly specified and handled.
  * Fixed a regression that broke building against versions of Qt older than v6.5.
  * Fixed pyuic6 to handle QIcons created from QIcon.ThemeIcon.
- Release note for 6.9.0
  * This adds support for Qt v6.9.
- Drop PyQt6-Qt6.9.0.patch

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=42
2025-06-09 17:56:13 +00:00
e0f3c5e3e2 Accepting request 1272850 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1272850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=30
2025-04-28 14:16:04 +00:00
8d0d48fea6 - Split the package to build the Qt6Pdf bindings as a separate
flavor. This allows to build most of the bindings in SLFO but
  only build the Qt6Pdf bindings (which need qt6-webengine) in
  Backports.
- Add patch to allow building only the Qt6Pdf bindings without
  having to build Qt6Core too:
  * fix-build-without-qtcore.patch

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=41
2025-04-26 10:59:43 +00:00
caae201481 Accepting request 1266947 from KDE:Qt:PyQt
- Update to 6.8.1
  * Added the QtStateMachine module.
  * Bug fixes.
- Drop 0001-Fix-build-with-Qt-6.8.2.patch
- Add PyQt6-Qt6.9.0.patch in order to build with Qt 6.9.0. This is
  basically PyQt6 6.9.0.dev2504021615 without the version bump (forwarded request 1266946 from bnavigator)

OBS-URL: https://build.opensuse.org/request/show/1266947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=29
2025-04-07 15:35:54 +00:00
4d8ac99d05 - Update to 6.8.1
* Added the QtStateMachine module.
  * Bug fixes.
- Drop 0001-Fix-build-with-Qt-6.8.2.patch
- Add PyQt6-Qt6.9.0.patch in order to build with Qt 6.9.0. This is
  basically PyQt6 6.9.0.dev2504021615 without the version bump

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=40
2025-04-03 18:18:01 +00:00
58b9532b70 Accepting request 1242235 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1242235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=28
2025-02-03 20:41:39 +00:00
36e6d0ad47 - Add build fix:
* 0001-Fix-build-with-Qt-6.8.2.patch

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=39
2025-02-02 15:03:24 +00:00
522d0aff90 Accepting request 1236044 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1236044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=27
2025-01-12 10:10:02 +00:00
dab0bb9bc5 - Update to 6.8.0
* Added support for Qt v6.8 (excluding any technical previews).
  * Python enums are now handled correctly by Qt Designer (requires
    Qt v6.8.1 or later).
  * Implemented QtAudio as a synonym for QAudio.
  * Added QWindow.setVulkanInstance(), QWindow.vulkanInstance(),
    QVulkanExtension, QVulkanInstance and QVulkanLayer.
  * Bug fixes.
- Should fix boo#1234295

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=38
2025-01-08 21:19:26 +00:00
c7564e60b7 Accepting request 1222700 from KDE:Qt:PyQt
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185

OBS-URL: https://build.opensuse.org/request/show/1222700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=26
2024-11-09 19:52:50 +00:00
bb7ea86855 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=37 2024-11-08 09:50:23 +00:00
f94abdbf09 - Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=36
2024-11-08 09:14:04 +00:00
e9f8220df3 Accepting request 1221363 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1221363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=25
2024-11-06 15:49:35 +00:00
b7b4a15a84 - Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=35
2024-11-05 09:24:16 +00:00
f14b7bb29e Accepting request 1208477 from KDE:Qt:PyQt
- Change version to 6.8.0~dev2410061818
  * Mark development version for correct order before release
- Changes from 6.7.1
  * SIP v6.8.6 and PyQt6-sip v13.8 are now required for Python
    v3.13 support and for Linux on ARM.

- Update to 6.8.0.dev2410061818:
  * Added support for Qt v6.8 (excluding any technical previews).
  * Implemented QtAudio as a synonym for QAudio.
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/1208477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=24
2024-10-17 16:38:29 +00:00
c8e6cde1d2 - Changes from 6.7.1
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=34
2024-10-16 15:52:16 +00:00
da98f8b6d3 - Change version to 6.8.0~dev2410061818
* Mark development version for correct order before release
- Changes from 6.7.  
  * SIP v6.8.6 and PyQt6-sip v13.8 are now required for Python
    v3.13 support and for Linux on ARM.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=33
2024-10-16 15:51:38 +00:00
Christophe Marin
1f035e94c5 PyQt6 for 6.8. Tested on 15.6 by using retext + webengine. Works!
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=32
2024-10-16 09:39:44 +00:00
ab0c32c0ca Accepting request 1199909 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1199909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=23
2024-09-12 14:53:53 +00:00
9ed3c204ff - Use sources from pypi. They're what we were using and upstream
doesn't seem to release sources from their homepage anymore.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=31
2024-09-10 15:52:41 +00:00
a557082aba Accepting request 1169543 from KDE:Qt:PyQt
Update to 6.7.0

OBS-URL: https://build.opensuse.org/request/show/1169543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=22
2024-04-23 16:55:02 +00:00
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
a15d7687cc Accepting request 1167027 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1167027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=21
2024-04-12 15:35:07 +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
c4c028586a Accepting request 1141575 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1141575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=20
2024-01-26 21:47:38 +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
c5ffc98921 Accepting request 1121486 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1121486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=19
2023-11-01 21:09:51 +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
b7d9cac93b Accepting request 1118548 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1118548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=18
2023-10-18 19:26:19 +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
c0a830d982 Accepting request 1114143 from KDE:Qt:PyQt
- Update to 6.5.2
  * Added the missing NativeGesture, Quit, EnterEditFocus and
    LeaveEditFocus members of QEventType.

OBS-URL: https://build.opensuse.org/request/show/1114143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=17
2023-09-29 19:14:08 +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
ad04d06507 Accepting request 1099759 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1099759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=16
2023-07-25 09:50:19 +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
6b7a69d8fd Accepting request 1092338 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1092338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=15
2023-06-12 13:26:00 +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
c3a7a6d7cd Accepting request 1083083 from KDE:Qt:PyQt
update

OBS-URL: https://build.opensuse.org/request/show/1083083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=14
2023-04-27 18:00:44 +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
bcfb2fb381 Accepting request 1063979 from KDE:Qt:PyQt
- Update to v6.4.2
  * Fixed a regression in pylupdate

OBS-URL: https://build.opensuse.org/request/show/1063979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=13
2023-02-09 15:41:25 +00:00
c7b975dc2b .
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-PyQt6?expand=0&rev=20
2023-02-09 10:24:51 +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
49ac94663f Accepting request 1062115 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1062115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=12
2023-01-31 15:09:20 +00:00