Sync from SUSE:SLFO:Main python-PyQt6-sip revision b3c55e1f958ba350bb48c91b5f0bddd0

This commit is contained in:
2025-04-25 00:23:31 +02:00
parent c5872138ec
commit 30fc274137
5 changed files with 20 additions and 32 deletions

View File

@@ -1,26 +0,0 @@
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.10.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Apr 4 01:19:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support older and current versions of setuptools WRT to the case of
the metadata directory.
-------------------------------------------------------------------
Thu Apr 3 17:09:30 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 13.10.0
* New ABI version 13.10
* Match python3-sip6-devel 6.10
* Drop fix-license-in-setup_py.patch
-------------------------------------------------------------------
Tue Jan 21 12:54:55 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -17,14 +17,14 @@
%{?sle15_python_module_pythons}
# Check PyPI for version: https://pypi.org/project/PyQt6-sip/
Name: python-PyQt6-sip
Version: 13.9.1
Version: 13.10.0
Release: 0
Summary: The sip module support for PyQt6
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}
@@ -58,6 +58,6 @@ export CFLAGS="%{optflags}"
%license LICENSE
%dir %{python_sitearch}/PyQt6
%{python_sitearch}/PyQt6/sip*
%{python_sitearch}/PyQt6_sip-%{version}.dist-info
%{python_sitearch}/[Pp]y[Qq]t6_sip-%{version}.dist-info
%changelog