14
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=19
This commit is contained in:
2024-06-20 13:04:37 +00:00
committed by Git OBS Bridge
parent 8d5ca9907e
commit efb01dc8e5
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>