Changelog for
python311-qt5-sip-12.16.1-lp160.1.1.x86_64.rpm :
* Wed Jan 22 2025 Antonio Larrosa
- Add patch to fix license in setup.py and PKG-INFO files. I contacted upstream (Phil Thompson) and he confirmed that pyqt6-sip is now licensed just as BSD-2-Clause and setup.py needs fixing. Considering the sources of pyqt6-sip and pyqt5-sip had the same license related changes, I added the following patch to fix this here too:
* fix-license-in-setup_py.patch- Rebase patch:
* support-python3.6.patch
* Tue Jan 21 2025 Dirk Stoecker - update to 12.16.1 No changelog provided
* fix-build-gcc14.patch (fixed upstream)
* refresh support-python3.6.patch
* Thu Mar 07 2024 Fabian Vogt - Add fix-build-gcc14.patch to fix build with GCC14 (boo#1221016)- Switch to %autosetup
* Sun Oct 15 2023 Ben Greiner - 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 Ben Greiner - Update to ABI version 12.12.2
* Match python-sip6-devel 6.7.10+
* Sat Jun 10 2023 ecsos - Add %{?sle15_python_module_pythons}
* Mon Apr 24 2023 Ben Greiner - Update to 12.12.1
* Fixed the new handling of ctors with /Transfer/ annotated arguments.
* Sun Jan 29 2023 Ben Greiner - Update to ABI version 12.11.1
* error on subclassing enums
* Thu Jan 12 2023 Antonio Larrosa - Add patch to revert the drop of support for python 3.6:
* support-python3.6.patch
* Mon Jun 20 2022 Ben Greiner - Update to ABI version 12.11.0
* The array type is now accessible from the sip module.
* Wed Apr 13 2022 Ben Greiner - Update to ABI version 12.10.1- Support for Python 3.6 has been dropped
* Fri Jun 18 2021 Ben Greiner - Provide the PyPI name
* Thu May 13 2021 Ben Greiner - Update to 12.9.0
* no release notes, new ABI version.
* Sun Aug 30 2020 Benjamin Greiner - Update to version 12.8.1
* minor bugfix release
* Fri Aug 28 2020 Benjamin Greiner - 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.