diff --git a/PyQt6_sip-13.6.0.tar.gz b/PyQt6_sip-13.6.0.tar.gz deleted file mode 100644 index c778722..0000000 --- a/PyQt6_sip-13.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2486e1588071943d4f6657ba09096dc9fffd2322ad2c30041e78ea3f037b5778 -size 111576 diff --git a/fix-license-in-setup_py.patch b/fix-license-in-setup_py.patch new file mode 100644 index 0000000..191080f --- /dev/null +++ b/fix-license-in-setup_py.patch @@ -0,0 +1,26 @@ +Index: pyqt6_sip-13.9.1/PKG-INFO +=================================================================== +--- pyqt6_sip-13.9.1.orig/PKG-INFO ++++ pyqt6_sip-13.9.1/PKG-INFO +@@ -5,7 +5,7 @@ Summary: The sip module support for PyQt + Home-page: https://github.com/Python-SIP/sip + Author: Phil Thompson + Author-email: phil@riverbankcomputing.com +-License: SIP ++License: BSD-2-Clause + Platform: X11 + Platform: macOS + Platform: Windows +Index: pyqt6_sip-13.9.1/setup.py +=================================================================== +--- pyqt6_sip-13.9.1.orig/setup.py ++++ pyqt6_sip-13.9.1/setup.py +@@ -17,7 +17,7 @@ module = Extension('PyQt6.sip', module_s + setup( + name='PyQt6_sip', + version='13.9.1', +- license='SIP', ++ license='BSD-2-Clause', + python_requires='>=3.9', + ext_modules=[module] + ) diff --git a/pyqt6_sip-13.9.1.tar.gz b/pyqt6_sip-13.9.1.tar.gz new file mode 100644 index 0000000..7e72834 --- /dev/null +++ b/pyqt6_sip-13.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15be741d1ae8c82bb7afe9a61f3cf8c50457f7d61229a1c39c24cd6e8f4d86dc +size 92358 diff --git a/python-PyQt6-sip.changes b/python-PyQt6-sip.changes index 0ce9bdc..888e0f1 100644 --- a/python-PyQt6-sip.changes +++ b/python-PyQt6-sip.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Jan 21 12:54:55 UTC 2025 - Antonio Larrosa + +- Change license to just BSD-2-Clause. Since all files are using + this license and it's the only LICENSE file included I contacted + upstream (Phil Thompson) and he confirmed that it's licensed + just as BSD-2-Clause and setup.py needs fixing, so I added the + following patch to change it: + * fix-license-in-setup_py.patch + +------------------------------------------------------------------- +Wed Jan 8 16:19:41 UTC 2025 - Ben Greiner + +- Update to 13.9.1 + * New ABI version 13.9 + * Match python3-sip6-devel 6.9.1+ + +------------------------------------------------------------------- +Tue Oct 15 12:41:08 UTC 2024 - Fabian Vogt + +- Update to ABI version 13.8.0 + * Match python3-sip6-devel 6.8.6+ + * Is now BSD-2-Clause licensed + ------------------------------------------------------------------- Thu Jan 25 20:33:30 UTC 2024 - Ben Greiner diff --git a/python-PyQt6-sip.spec b/python-PyQt6-sip.spec index 56deeed..dc640d8 100644 --- a/python-PyQt6-sip.spec +++ b/python-PyQt6-sip.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyQt6-sip # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,14 @@ %{?sle15_python_module_pythons} Name: python-PyQt6-sip -Version: 13.6.0 +Version: 13.9.1 Release: 0 Summary: The sip module support for PyQt6 -License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP -URL: https://www.riverbankcomputing.com/software/sip/ -Source0: https://files.pythonhosted.org/packages/source/P/PyQt6-sip/PyQt6_sip-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.7} +License: BSD-2-Clause +URL: https://github.com/Python-SIP/sip +Source0: https://files.pythonhosted.org/packages/source/P/PyQt6-sip/pyqt6_sip-%{version}.tar.gz +Patch0: fix-license-in-setup_py.patch +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -43,7 +44,7 @@ can also be used write self contained extension modules, i.e. without a library to be wrapped. %prep -%autosetup -p1 -n PyQt6_sip-%{version} +%autosetup -p1 -n pyqt6_sip-%{version} %build export CFLAGS="%{optflags}" @@ -54,7 +55,7 @@ export CFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} -%license LICENSE LICENSE-GPL2 LICENSE-GPL3 +%license LICENSE %dir %{python_sitearch}/PyQt6 %{python_sitearch}/PyQt6/sip* %{python_sitearch}/PyQt6_sip-%{version}.dist-info