forked from pool/python-pyotherside
* Dropped support for Python < 3.8 (PR#131) * Added support for Python 3.12 (PR#131) * Support for Qt 6.5 and newer (backwards-incompatible ``Q_RETURN_ARG()`` change) (fixes #128) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=19
65 lines
2.2 KiB
Plaintext
65 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 20 13:03:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.6.1:
|
|
* Dropped support for Python < 3.8 (PR#131)
|
|
* Added support for Python 3.12 (PR#131)
|
|
* Support for Qt 6.5 and newer (backwards-incompatible
|
|
``Q_RETURN_ARG()`` change) (fixes #128)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 7 19:46:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.6.0:
|
|
* PyOtherSide now supports Qt 6 while retaining source
|
|
compatibility with Qt 5.
|
|
* PyGLArea is currently broken with Qt 6, use PyFBO
|
|
instead.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 9 09:15:05 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.5.9:
|
|
* New version to support python 3.8+
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 10 11:47:54 UTC 2019 - t.gruner@katodev.de
|
|
|
|
- update to version 1.5.4git (commit ebe2845 on 8 Feb 2019)
|
|
* Initialize sys.argv in Python for libraries that depend on it (issue #77)
|
|
* Update plugins.qmltypes and cleanup project files (by martyone, PR#95)
|
|
* Allow calling signals on QML objects from Python (issue #98)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 1 11:56:07 UTC 2019 - t.gruner@katodev.de
|
|
|
|
- fix build for Factory
|
|
- update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 10 08:10:33 UTC 2018 - t.gruner@katodev.de
|
|
|
|
- disable qtquicktests (debug files)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 25 14:45:59 UTC 2018 - t.gruner@katodev.de
|
|
|
|
- fix build for Leap (debug files)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 4 08:39:45 UTC 2018 - t.gruner@katodev.de
|
|
|
|
- cleanup spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 27 23:43:12 UTC 2017 - dmacvicar@suse.de
|
|
|
|
- update to 1.5.3
|
|
- disable python2
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 1 14:55:04 UTC 2017 - t.gruner@katodev.de
|
|
|
|
- Initial release 1.5.1
|
|
|