Accepting request 1117883 from home:bnavigator:branches:KDE:Qt:PyQt

- Update to 1.15.3
  * Added the '--apple-universal2' command line option to the build
    tools to specify a universal build on macOS.

OBS-URL: https://build.opensuse.org/request/show/1117883
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=20
This commit is contained in:
Benjamin Greiner 2023-10-15 15:31:38 +00:00 committed by Git OBS Bridge
parent 435193eb69
commit 316645d60d
5 changed files with 22 additions and 15 deletions

View File

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

BIN
PyQt-builder-1.15.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Oct 15 13:48:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.15.3
* Added the '--apple-universal2' command line option to the build
tools to specify a universal build on macOS.
-------------------------------------------------------------------
Wed Sep 27 08:56:45 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -19,7 +19,7 @@
%define mname pyqt-builder
%{?sle15_python_module_pythons}
Name: python-%{mname}
Version: 1.15.2
Version: 1.15.3
Release: 0
Summary: The PEP 517 compliant PyQt build system
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP

View File

@ -1,7 +1,7 @@
Index: PyQt-builder-1.14.0/PKG-INFO
Index: PyQt-builder-1.15.3/PKG-INFO
===================================================================
--- PyQt-builder-1.14.0.orig/PKG-INFO
+++ PyQt-builder-1.14.0/PKG-INFO
--- PyQt-builder-1.15.3.orig/PKG-INFO
+++ PyQt-builder-1.15.3/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP
Platform: X11
Platform: macOS
@ -9,12 +9,12 @@ Index: PyQt-builder-1.14.0/PKG-INFO
-Requires-Python: >=3.7
+Requires-Python: >=3.6
License-File: LICENSE
License-File: LICENSE-GPL3
License-File: LICENSE-GPL2
Index: PyQt-builder-1.14.0/PyQt_builder.egg-info/PKG-INFO
License-File: LICENSE-GPL3
Index: PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO
===================================================================
--- PyQt-builder-1.14.0.orig/PyQt_builder.egg-info/PKG-INFO
+++ PyQt-builder-1.14.0/PyQt_builder.egg-info/PKG-INFO
--- PyQt-builder-1.15.3.orig/PyQt_builder.egg-info/PKG-INFO
+++ PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP
Platform: X11
Platform: macOS
@ -22,12 +22,12 @@ Index: PyQt-builder-1.14.0/PyQt_builder.egg-info/PKG-INFO
-Requires-Python: >=3.7
+Requires-Python: >=3.6
License-File: LICENSE
License-File: LICENSE-GPL3
License-File: LICENSE-GPL2
Index: PyQt-builder-1.14.0/setup.py
License-File: LICENSE-GPL3
Index: PyQt-builder-1.15.3/setup.py
===================================================================
--- PyQt-builder-1.14.0.orig/setup.py
+++ PyQt-builder-1.14.0/setup.py
--- PyQt-builder-1.15.3.orig/setup.py
+++ PyQt-builder-1.15.3/setup.py
@@ -48,7 +48,7 @@ setup(
name='PyQt-builder',
version=version,