1
0

Accepting request 1117884 from home:bnavigator:branches:KDE:Qt:PyQt

- Update to 12.13.0
  * Added sipPyTypeDictRef() to the v12 and v13 ABIs.
    sipPyTypeDict() is now deprecated and must not be used with
    Python v3.12 and later.
  * Classes will automatically support being iterated over if they
    implement '__getitem__()' or 'operator[]' and have a method
    annotated with '__len__'.
  * Bug fixes.

OBS-URL: https://build.opensuse.org/request/show/1117884
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5-sip?expand=0&rev=10
This commit is contained in:
2023-10-15 15:32:02 +00:00
committed by Git OBS Bridge
parent 8b9d11e506
commit 229d925fa1
5 changed files with 36 additions and 24 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Oct 15 13:56:21 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 12.13.0
* Added sipPyTypeDictRef() to the v12 and v13 ABIs.
sipPyTypeDict() is now deprecated and must not be used with
Python v3.12 and later.
* Classes will automatically support being iterated over if they
implement '__getitem__()' or 'operator[]' and have a method
annotated with '__len__'.
* Bug fixes.
-------------------------------------------------------------------
Wed Sep 27 09:04:14 UTC 2023 - Ben Greiner <code@bnavigator.de>