Sync from SUSE:SLFO:Main python-PyQt6-sip revision 44fa5b001bf4d0cbe4a777fcd474a6f3

This commit is contained in:
Adrian Schröter 2025-02-07 11:06:14 +01:00
parent bf4a9d54ef
commit c5872138ec
5 changed files with 62 additions and 11 deletions

BIN
PyQt6_sip-13.6.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -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]
)

BIN
pyqt6_sip-13.9.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Jan 21 12:54:55 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
- 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 <code@bnavigator.de>
- 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 <fvogt@suse.com>
- 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 <code@bnavigator.de>

View File

@ -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