forked from pool/python-qt5-sip
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user