Sync from SUSE:SLFO:Main python-pyqt-builder revision e746811630475b5cc638b2e496bce471
This commit is contained in:
parent
88213f55f3
commit
ee7081502f
BIN
PyQt-builder-1.15.3.tar.gz
(Stored with Git LFS)
BIN
PyQt-builder-1.15.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
PyQt-builder-1.15.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
PyQt-builder-1.15.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 20:05:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 1.15.4
|
||||||
|
* Added QtMultimediaQuick to the Qt5 bundle.
|
||||||
|
* Removed some plugins from the PyQt5 bundle.
|
||||||
|
* Bundle the QtWebChannelQuick library.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 15 13:48:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Oct 15 13:48:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%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.3
|
Version: 1.15.4
|
||||||
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
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqt-builder
|
URL: https://www.riverbankcomputing.com/software/pyqt-builder
|
||||||
Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
|
||||||
# PATCH-FEATURE-SUSE support-python3.6.patch alarrosa@suse.com
|
# PATCH-FEATURE-SUSE support-python3.6.patch alarrosa@suse.com -- The PyQt5 packages have the SLE15 python module macro, but it is disable in some maintance projects
|
||||||
Patch0: support-python3.6.patch
|
Patch0: support-python3.6.patch
|
||||||
BuildRequires: %{python_module base >= 3.6}
|
BuildRequires: %{python_module base >= 3.6}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: PyQt-builder-1.15.3/PKG-INFO
|
Index: PyQt-builder-1.15.4/PKG-INFO
|
||||||
===================================================================
|
===================================================================
|
||||||
--- PyQt-builder-1.15.3.orig/PKG-INFO
|
--- PyQt-builder-1.15.4.orig/PKG-INFO
|
||||||
+++ PyQt-builder-1.15.3/PKG-INFO
|
+++ PyQt-builder-1.15.4/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: PyQt-builder-1.15.3/PKG-INFO
|
|||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
License-File: LICENSE-GPL2
|
License-File: LICENSE-GPL2
|
||||||
License-File: LICENSE-GPL3
|
License-File: LICENSE-GPL3
|
||||||
Index: PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO
|
Index: PyQt-builder-1.15.4/PyQt_builder.egg-info/PKG-INFO
|
||||||
===================================================================
|
===================================================================
|
||||||
--- PyQt-builder-1.15.3.orig/PyQt_builder.egg-info/PKG-INFO
|
--- PyQt-builder-1.15.4.orig/PyQt_builder.egg-info/PKG-INFO
|
||||||
+++ PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO
|
+++ PyQt-builder-1.15.4/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
|
||||||
@ -24,10 +24,10 @@ Index: PyQt-builder-1.15.3/PyQt_builder.egg-info/PKG-INFO
|
|||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
License-File: LICENSE-GPL2
|
License-File: LICENSE-GPL2
|
||||||
License-File: LICENSE-GPL3
|
License-File: LICENSE-GPL3
|
||||||
Index: PyQt-builder-1.15.3/setup.py
|
Index: PyQt-builder-1.15.4/setup.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- PyQt-builder-1.15.3.orig/setup.py
|
--- PyQt-builder-1.15.4.orig/setup.py
|
||||||
+++ PyQt-builder-1.15.3/setup.py
|
+++ PyQt-builder-1.15.4/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