Sync from SUSE:SLFO:Main python-PyQt6-WebEngine revision 636f11750d17a29a2bdde283f343d4e9

This commit is contained in:
2025-02-07 11:05:57 +01:00
parent aa789cf23d
commit 63e23e4715
4 changed files with 52 additions and 22 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Jan 8 16:23:00 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 6.8.0
* Added support for Qt v6.8.
- Use sip-build --concatenate 1 as a workaround for incomplete type
class error
https://www.riverbankcomputing.com/pipermail/pyqt/2024-December/046097.html
-------------------------------------------------------------------
Fri Nov 8 08:52:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Back to PyPI source
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
-------------------------------------------------------------------
Tue Nov 5 08:21:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Avoid using requires_eq, which after the last modifications
conflicts with python singlespec (order of expansion).
-------------------------------------------------------------------
Sun Apr 21 13:58:16 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 6.7.0
* Add support for Qt 6.7
-------------------------------------------------------------------
Thu Jan 25 20:33:30 UTC 2024 - Ben Greiner <code@bnavigator.de>