- Allow lowercase distinfo due to new pyqt-builder following PEP 639
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qtwebengine-qt5?expand=0&rev=11
This commit is contained in:
154
python-qtwebengine-qt5.changes
Normal file
154
python-qtwebengine-qt5.changes
Normal file
@@ -0,0 +1,154 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 19:18:32 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Allow lowercase distinfo due to new pyqt-builder following PEP 639
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 09:25:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 08:34:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Avoid using requires_eq, which after the last modifications
|
||||
conflicts with python singlespec (order of expansion).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 14:30:34 UTC 2024 - Gustavo Pichorim Boiko <gboiko@suse.com>
|
||||
|
||||
- Disable building on all s390 and ppc platforms as Qt5WebEngine
|
||||
itself is not built on those archs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 20:02:03 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Enable SLE15 python module
|
||||
- Clean old python2 directives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:41:05 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 5.15.6
|
||||
* A bug-fix release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 09:01:20 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 5.15.5
|
||||
* PyQtWebEngine.msp: Only enable QWebEngineClientCertificateStore
|
||||
when SSL is enabled.
|
||||
* PyQtWebEngine.msp: Removed the internal QtWebEngineCore
|
||||
namespace.
|
||||
- Merge sip and api subpackage into devel, update requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 15:58:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Remove the Supplements for python-sip -- boo#1190441
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 18 21:42:21 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Provide the PyPI name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 19:36:21 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 5.15.4
|
||||
* Packaging bug fixes.
|
||||
- Fixes problems with packages checking the package metadata like
|
||||
boo#1183144
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 09:50:43 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 5.15.3
|
||||
* Sync release with PyQt5
|
||||
- Switch all distros to SIP v5+
|
||||
- Disable Python 2 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 24 20:02:11 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to Version 5.15.2
|
||||
* Build system changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 17:29:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Use sip5 where available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 15:57:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to Version 5.15.1
|
||||
* A bug-fix release.
|
||||
- drop update-timeline-patch again. Nobody uses nonexistent tags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 17:09:44 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix single line patch info for update-timeline.patch
|
||||
- remove the skip python2 tumbleweed hack. Tumbleweed/Factory repos
|
||||
take care of it by themselves
|
||||
- Update might fix boo#1176023
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 29 08:04:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update update-timeline.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 19:44:00 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 5.15.0
|
||||
* Added support for Qt v5.15.0.
|
||||
- v5.14.0 added support for Qt v5.14.0 in December 2019
|
||||
- The source location has changed to PyPI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 12:46:38 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Stop building the python2 package for openSUSE Tumbleweed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 7 08:25:49 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update update-timeline.patch for Qt 5.14.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 15:21:27 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Update to 5.13.2
|
||||
* Added PYQT_WEBENGINE_VERSION and PYQT_WEBENGINE_VERSION_STR.
|
||||
* Added support for SIP v5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 11:44:26 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.13.1
|
||||
* Added the missing QWebEnginePage.Feature.Notifications enum member.
|
||||
* Fix building against Qt v5.12 and earlier.
|
||||
* Fixed building when Qt doesn't support QtWebChannel.
|
||||
* Added support for sip v5.
|
||||
- Add update-timeline.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 12 10:27:56 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.13.0
|
||||
* Bindings updated for QtWebEngine 5.13.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 15:26:54 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.12.1
|
||||
* Fixed the configure.py options that relate to stub files.
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 21 18:54:50 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Initial version (5.12)
|
||||
|
Reference in New Issue
Block a user