Accepting request 1239434 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1239434 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-sip?expand=0&rev=15
This commit is contained in:
commit
a2601369fb
26
fix-license-in-setup_py.patch
Normal file
26
fix-license-in-setup_py.patch
Normal 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]
|
||||
)
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -21,9 +21,10 @@ Name: python-PyQt6-sip
|
||||
Version: 13.9.1
|
||||
Release: 0
|
||||
Summary: The sip module support for PyQt6
|
||||
License: BSD-2-Clause AND SUSE-SIP
|
||||
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user