Files
python-AnyQt/python-AnyQt.changes
Matej Cepl 9c948f1443 Accepting request 911991 from home:glaubitz:branches:devel:languages:python
- Update to 0.0.13
  * Raise deprecation warning on getContentsMargins
  * Add missing QPdfWriter.setPageSize(QPageSize) overload for PyQt5
  * QtWidgets: Raise a DeprecationWarning on use of QApplication.desktop
  * Raise a DeprecationWarning on use of QFontMetrics(F).width
  * QtGui: Add QFontMetrics.horizontalAdvance when not present
  * QtWidgets: Add QWidget.screen when not present
  * QtGui: Add QGuiApplication.screenAt when not present
- from version 0.0.12
  * QtCore: Add a QT_VERSION_INFO tuple with parsed qVersion
  * Add AnyQt.sip stub
  * QTest: Add qWaitFor where not available

OBS-URL: https://build.opensuse.org/request/show/911991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-AnyQt?expand=0&rev=15
2021-08-13 14:02:04 +00:00

51 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
Fri Aug 13 13:34:44 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.0.13
* Raise deprecation warning on getContentsMargins
* Add missing QPdfWriter.setPageSize(QPageSize) overload for PyQt5
* QtWidgets: Raise a DeprecationWarning on use of QApplication.desktop
* Raise a DeprecationWarning on use of QFontMetrics(F).width
* QtGui: Add QFontMetrics.horizontalAdvance when not present
* QtWidgets: Add QWidget.screen when not present
* QtGui: Add QGuiApplication.screenAt when not present
- from version 0.0.12
* QtCore: Add a QT_VERSION_INFO tuple with parsed qVersion
* Add AnyQt.sip stub
* QTest: Add qWaitFor where not available
-------------------------------------------------------------------
Mon Jan 25 16:38:19 UTC 2021 - Markéta Machová <mmachova@suse.com>
- update to 0.0.11
* QtGui: Make WheelEvent >=PyQt5.12 constructor work <PyQt5.12
-------------------------------------------------------------------
Fri Jan 22 16:16:24 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Use the upstream provided test
- Add patch to fix tests in Backports/Leap so we don't try testing
the PyQt4 api since we don't have Qt4 anymore in any case
(boo#1181294):
* do-not-test-pyqt4.patch
-------------------------------------------------------------------
Thu Jan 30 10:01:51 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Stop building python2-AnyQt. There are no user in factory.
-------------------------------------------------------------------
Wed Mar 6 18:32:49 UTC 2019 - Todd R <toddrme2178@gmail.com>
- qtwebengine is now a separate package
-------------------------------------------------------------------
Tue Dec 4 11:45:24 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Grammar fixes.
-------------------------------------------------------------------
Tue Nov 7 18:23:13 UTC 2017 - toddrme2178@gmail.com
- initial version