python-qt5-sip/python-qt5-sip.changes

79 lines
2.8 KiB
Plaintext

-------------------------------------------------------------------
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>
- Update to ABI version 12.12.2
* Match python-sip6-devel 6.7.10+
-------------------------------------------------------------------
Sat Jun 10 09:46:33 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Mon Apr 24 19:47:19 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 12.12.1
* Fixed the new handling of ctors with /Transfer/ annotated
arguments.
-------------------------------------------------------------------
Sun Jan 29 19:42:52 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to ABI version 12.11.1
* error on subclassing enums
-------------------------------------------------------------------
Thu Jan 12 07:37:05 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Add patch to revert the drop of support for python 3.6:
* support-python3.6.patch
-------------------------------------------------------------------
Mon Jun 20 21:29:16 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to ABI version 12.11.0
* The array type is now accessible from the sip module.
-------------------------------------------------------------------
Wed Apr 13 08:33:33 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to ABI version 12.10.1
- Support for Python 3.6 has been dropped
-------------------------------------------------------------------
Fri Jun 18 21:29:46 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Provide the PyPI name
-------------------------------------------------------------------
Thu May 13 21:30:08 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 12.9.0
* no release notes, new ABI version.
-------------------------------------------------------------------
Sun Aug 30 18:04:41 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 12.8.1
* minor bugfix release
-------------------------------------------------------------------
Fri Aug 28 19:54:17 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Initial specfile for version 12.8.0
Quote from https://www.riverbankcomputing.com/static/Docs/PyQt5/installation.html#building-the-sip-module
It is not necessary to install the PyQt5.sip module before
building PyQt5 but it must be installed before PyQt5 can be used.