Package Release Info

python-qt5-sip-12.13.0-150600.4.2.1

Update Info: SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3619
Available in Package Hub : 15 SP6 Subpackages Updates

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-qt5-sip

Change Logs

* Thu Mar 07 2024 fabian@ritter-vogt.de
- Add fix-build-gcc14.patch to fix build with GCC14 (boo#1221016)
- Switch to %autosetup
* Sun Oct 15 2023 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 2023 code@bnavigator.de
- Update to ABI version 12.12.2
  * Match python-sip6-devel 6.7.10+
* Sat Jun 10 2023 ecsos@opensuse.org
- Add %{?sle15_python_module_pythons}
* Mon Apr 24 2023 code@bnavigator.de
- Update to 12.12.1
  * Fixed the new handling of ctors with /Transfer/ annotated
    arguments.
* Sun Jan 29 2023 code@bnavigator.de
- Update to ABI version 12.11.1
  * error on subclassing enums
* Thu Jan 12 2023 alarrosa@suse.com
- Add patch to revert the drop of support for python 3.6:
  * support-python3.6.patch
* Mon Jun 20 2022 code@bnavigator.de
- Update to ABI version 12.11.0
  * The array type is now accessible from the sip module.
* Wed Apr 13 2022 code@bnavigator.de
- Update to ABI version 12.10.1
- Support for Python 3.6 has been dropped
* Fri Jun 18 2021 code@bnavigator.de
- Provide the PyPI name
* Thu May 13 2021 code@bnavigator.de
- Update to 12.9.0
  * no release notes, new ABI version.
* Sun Aug 30 2020 code@bnavigator.de
- Update to version 12.8.1
  * minor bugfix release
* Fri Aug 28 2020 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.