Accepting request 1117887 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1117887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyqt-builder?expand=0&rev=18
This commit is contained in:
commit
0fd866382f
@ -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
BIN
PyQt-builder-1.15.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Wed Sep 27 08:56:45 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define mname pyqt-builder
|
%define mname pyqt-builder
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-%{mname}
|
Name: python-%{mname}
|
||||||
Version: 1.15.2
|
Version: 1.15.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The PEP 517 compliant PyQt build system
|
Summary: The PEP 517 compliant PyQt build system
|
||||||
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
|
||||||
|
@ -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.15.3.orig/PKG-INFO
|
||||||
+++ PyQt-builder-1.14.0/PKG-INFO
|
+++ PyQt-builder-1.15.3/PKG-INFO
|
||||||
@@ -9,7 +9,7 @@ License: SIP
|
@@ -9,7 +9,7 @@ License: SIP
|
||||||
Platform: X11
|
Platform: X11
|
||||||
Platform: macOS
|
Platform: macOS
|
||||||
@ -9,12 +9,12 @@ Index: PyQt-builder-1.14.0/PKG-INFO
|
|||||||
-Requires-Python: >=3.7
|
-Requires-Python: >=3.7
|
||||||
+Requires-Python: >=3.6
|
+Requires-Python: >=3.6
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
License-File: LICENSE-GPL3
|
|
||||||
License-File: LICENSE-GPL2
|
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.15.3.orig/PyQt_builder.egg-info/PKG-INFO
|
||||||
+++ PyQt-builder-1.14.0/PyQt_builder.egg-info/PKG-INFO
|
+++ PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO
|
||||||
@@ -9,7 +9,7 @@ License: SIP
|
@@ -9,7 +9,7 @@ License: SIP
|
||||||
Platform: X11
|
Platform: X11
|
||||||
Platform: macOS
|
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.7
|
||||||
+Requires-Python: >=3.6
|
+Requires-Python: >=3.6
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
License-File: LICENSE-GPL3
|
|
||||||
License-File: LICENSE-GPL2
|
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.15.3.orig/setup.py
|
||||||
+++ PyQt-builder-1.14.0/setup.py
|
+++ PyQt-builder-1.15.3/setup.py
|
||||||
@@ -48,7 +48,7 @@ setup(
|
@@ -48,7 +48,7 @@ setup(
|
||||||
name='PyQt-builder',
|
name='PyQt-builder',
|
||||||
version=version,
|
version=version,
|
||||||
|
Loading…
Reference in New Issue
Block a user