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 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5-sip?expand=0&rev=14
106 lines
3.8 KiB
Plaintext
106 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jan 22 08:47:55 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- 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 10:53:06 UTC 2025 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- update to 12.16.1
|
|
No changelog provided
|
|
* fix-build-gcc14.patch (fixed upstream)
|
|
* refresh support-python3.6.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 7 07:49:00 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
- Add fix-build-gcc14.patch to fix build with GCC14 (boo#1221016)
|
|
- Switch to %autosetup
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|