Accepting request 1083089 from KDE:Qt:PyQt

- Update to 13.5.1
  * Fixed the new handling of ctors with /Transfer/ annotated
    arguments.

OBS-URL: https://build.opensuse.org/request/show/1083089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6-sip?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-04-27 18:00:49 +00:00 committed by Git OBS Bridge
commit e7af149d02
5 changed files with 24 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e00e287ea05bbc293fc6e2198301962af9b7b622bd2daf4288f925a88ae35dc9
size 111256

BIN
PyQt6_sip-13.5.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 24 19:44:27 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 13.5.1
* Fixed the new handling of ctors with /Transfer/ annotated
arguments.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 14 06:16:41 UTC 2023 - Antonio Larrosa <alarrosa@suse.com> Tue Mar 14 06:16:41 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -17,7 +17,7 @@
Name: python-PyQt6-sip Name: python-PyQt6-sip
Version: 13.4.1 Version: 13.5.1
Release: 0 Release: 0
Summary: The sip module support for PyQt6 Summary: The sip module support for PyQt6
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

View File

@ -1,7 +1,7 @@
Index: PyQt6_sip-13.4.1/PKG-INFO Index: PyQt6_sip-13.5.1/PKG-INFO
=================================================================== ===================================================================
--- PyQt6_sip-13.4.1.orig/PKG-INFO --- PyQt6_sip-13.5.1.orig/PKG-INFO
+++ PyQt6_sip-13.4.1/PKG-INFO +++ PyQt6_sip-13.5.1/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP @@ -9,7 +9,7 @@ License: SIP
Platform: X11 Platform: X11
Platform: macOS Platform: macOS
@ -11,10 +11,10 @@ Index: PyQt6_sip-13.4.1/PKG-INFO
License-File: LICENSE License-File: LICENSE
License-File: LICENSE-GPL3 License-File: LICENSE-GPL3
License-File: LICENSE-GPL2 License-File: LICENSE-GPL2
Index: PyQt6_sip-13.4.1/PyQt6_sip.egg-info/PKG-INFO Index: PyQt6_sip-13.5.1/PyQt6_sip.egg-info/PKG-INFO
=================================================================== ===================================================================
--- PyQt6_sip-13.4.1.orig/PyQt6_sip.egg-info/PKG-INFO --- PyQt6_sip-13.5.1.orig/PyQt6_sip.egg-info/PKG-INFO
+++ PyQt6_sip-13.4.1/PyQt6_sip.egg-info/PKG-INFO +++ PyQt6_sip-13.5.1/PyQt6_sip.egg-info/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP @@ -9,7 +9,7 @@ License: SIP
Platform: X11 Platform: X11
Platform: macOS Platform: macOS
@ -24,22 +24,22 @@ Index: PyQt6_sip-13.4.1/PyQt6_sip.egg-info/PKG-INFO
License-File: LICENSE License-File: LICENSE
License-File: LICENSE-GPL3 License-File: LICENSE-GPL3
License-File: LICENSE-GPL2 License-File: LICENSE-GPL2
Index: PyQt6_sip-13.4.1/setup.py Index: PyQt6_sip-13.5.1/setup.py
=================================================================== ===================================================================
--- PyQt6_sip-13.4.1.orig/setup.py --- PyQt6_sip-13.5.1.orig/setup.py
+++ PyQt6_sip-13.4.1/setup.py +++ PyQt6_sip-13.5.1/setup.py
@@ -40,6 +40,6 @@ setup( @@ -40,6 +40,6 @@ setup(
name='PyQt6_sip', name='PyQt6_sip',
version='13.4.1', version='13.5.1',
license='SIP', license='SIP',
- python_requires='>=3.7', - python_requires='>=3.7',
+ python_requires='>=3.6', + python_requires='>=3.6',
ext_modules=[module] ext_modules=[module]
) )
Index: PyQt6_sip-13.4.1/sip.h Index: PyQt6_sip-13.5.1/sip.h
=================================================================== ===================================================================
--- PyQt6_sip-13.4.1.orig/sip.h --- PyQt6_sip-13.5.1.orig/sip.h
+++ PyQt6_sip-13.4.1/sip.h +++ PyQt6_sip-13.5.1/sip.h
@@ -24,8 +24,8 @@ @@ -24,8 +24,8 @@
#include <Python.h> #include <Python.h>