Sync from SUSE:SLFO:Main python-pyqt-builder revision 12e1b9f0324ce221428644374f385750
This commit is contained in:
parent
ee7081502f
commit
01bb6953ec
BIN
PyQt-builder-1.15.4.tar.gz
(Stored with Git LFS)
BIN
PyQt-builder-1.15.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pyqt_builder-1.16.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
pyqt_builder-1.16.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 13:05:02 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Use pypi url for source
|
||||||
|
- Update to 1.16.4
|
||||||
|
* Support for Windows on Arm for Qt6
|
||||||
|
* Support for Linux on Arm for Qt6
|
||||||
|
1.16.3:
|
||||||
|
* Link to the stable SIP documentation
|
||||||
|
* missing multimedia libraries in Qt v6.7
|
||||||
|
* Added support for sub-wheels to pyqt-qt-wheel
|
||||||
|
1.16.2:
|
||||||
|
* The links to the SIP documentation have been fixed.
|
||||||
|
* The ICU libraries were missing from the Linux Qt v6.7 wheels.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 21 14:08:07 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 1.16.1
|
||||||
|
* The QtQuick3DHelpersImpl, QtQuickControls2MacOSStyleImpl and
|
||||||
|
QtQuickTimelineBlendTrees libraries added to Qt v6.7.0 are now
|
||||||
|
bundled.
|
||||||
|
* The missing `LICENSE` file was added.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 9 07:36:05 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 1.16.0
|
||||||
|
* The project repository has been migrated to GitHub.
|
||||||
|
* PyQt-builder is now licensed under the BSD-2-Clause license.
|
||||||
|
* The project has now been migrated from setup.py to
|
||||||
|
setuptools_scm and pyproject.toml.
|
||||||
|
* The documentation is now hosted at Read the Docs.
|
||||||
|
* The QtQuickPhysics libraries added to Qt v6.6.0 are now
|
||||||
|
bundled.
|
||||||
|
* The QtQuickControls2 style libraries added to Qt v6.6.3 are
|
||||||
|
now bundled.
|
||||||
|
* The example in the documentation no longer uses deprecated
|
||||||
|
features that will be removed in SIP v7.
|
||||||
|
* The example is now PyQt6-based rather than PyQt5.
|
||||||
|
* The default ABI versions are now v12.13 and v13.6.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 25 20:05:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Thu Jan 25 20:05:00 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -19,17 +19,18 @@
|
|||||||
%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.4
|
Version: 1.16.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: BSD-2-Clause
|
||||||
URL: https://www.riverbankcomputing.com/software/pyqt-builder
|
URL: https://github.com/Python-PyQt/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 -- The PyQt5 packages have the SLE15 python module macro, but it is disable in some maintance projects
|
# 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}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools >= 64}
|
||||||
|
BuildRequires: %{python_module setuptools_scm >= 8}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -55,7 +56,7 @@ optional project.py script. Any PEP 517 compliant frontend, for example
|
|||||||
sip-install or pip can then be used to build and install the project.
|
sip-install or pip can then be used to build and install the project.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n PyQt-builder-%{version}
|
%autosetup -p1 -n pyqt_builder-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@ -81,8 +82,7 @@ $python -c 'import pyqtbuild'
|
|||||||
%python_uninstall_alternative pyqt-bundle
|
%python_uninstall_alternative pyqt-bundle
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE*
|
%doc README.md LICENSE
|
||||||
%doc README NEWS ChangeLog
|
|
||||||
%python_alternative %{_bindir}/pyqt-bundle
|
%python_alternative %{_bindir}/pyqt-bundle
|
||||||
%python_alternative %{_bindir}/pyqt-qt-wheel
|
%python_alternative %{_bindir}/pyqt-qt-wheel
|
||||||
%{python_sitelib}/pyqtbuild
|
%{python_sitelib}/pyqtbuild
|
||||||
|
@ -1,39 +1,26 @@
|
|||||||
Index: PyQt-builder-1.15.4/PKG-INFO
|
Index: pyqt_builder-1.16.1/PKG-INFO
|
||||||
===================================================================
|
===================================================================
|
||||||
--- PyQt-builder-1.15.4.orig/PKG-INFO
|
--- pyqt_builder-1.16.1.orig/PKG-INFO
|
||||||
+++ PyQt-builder-1.15.4/PKG-INFO
|
+++ pyqt_builder-1.16.1/PKG-INFO
|
||||||
@@ -9,7 +9,7 @@ License: SIP
|
@@ -28,7 +28,7 @@ License: Copyright 2024 Phil Thompson <p
|
||||||
Platform: X11
|
|
||||||
Platform: macOS
|
Project-URL: homepage, https://github.com/Python-PyQt/PyQt-builder
|
||||||
Platform: Windows
|
Classifier: License :: OSI Approved :: BSD License
|
||||||
-Requires-Python: >=3.7
|
-Requires-Python: >=3.8
|
||||||
+Requires-Python: >=3.6
|
+Requires-Python: >=3.6
|
||||||
|
Description-Content-Type: text/markdown
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
License-File: LICENSE-GPL2
|
Requires-Dist: packaging
|
||||||
License-File: LICENSE-GPL3
|
Index: pyqt_builder-1.16.1/pyproject.toml
|
||||||
Index: PyQt-builder-1.15.4/PyQt_builder.egg-info/PKG-INFO
|
|
||||||
===================================================================
|
===================================================================
|
||||||
--- PyQt-builder-1.15.4.orig/PyQt_builder.egg-info/PKG-INFO
|
--- pyqt_builder-1.16.1.orig/pyproject.toml
|
||||||
+++ PyQt-builder-1.15.4/PyQt_builder.egg-info/PKG-INFO
|
+++ pyqt_builder-1.16.1/pyproject.toml
|
||||||
@@ -9,7 +9,7 @@ License: SIP
|
@@ -13,7 +13,7 @@ description = "The PyQt build system"
|
||||||
Platform: X11
|
readme = "README.md"
|
||||||
Platform: macOS
|
urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
|
||||||
Platform: Windows
|
dependencies = ["packaging", "sip >=6.7, <7"]
|
||||||
-Requires-Python: >=3.7
|
-requires-python = ">=3.8"
|
||||||
+Requires-Python: >=3.6
|
+requires-python = ">=3.6"
|
||||||
License-File: LICENSE
|
license = {file = "LICENSE"}
|
||||||
License-File: LICENSE-GPL2
|
classifiers = ["License :: OSI Approved :: BSD License"]
|
||||||
License-File: LICENSE-GPL3
|
dynamic = ["version"]
|
||||||
Index: PyQt-builder-1.15.4/setup.py
|
|
||||||
===================================================================
|
|
||||||
--- PyQt-builder-1.15.4.orig/setup.py
|
|
||||||
+++ PyQt-builder-1.15.4/setup.py
|
|
||||||
@@ -48,7 +48,7 @@ setup(
|
|
||||||
name='PyQt-builder',
|
|
||||||
version=version,
|
|
||||||
license='SIP',
|
|
||||||
- python_requires='>=3.7',
|
|
||||||
+ python_requires='>=3.6',
|
|
||||||
install_requires=['packaging', 'sip >=6.7, <7'],
|
|
||||||
packages=find_packages(),
|
|
||||||
package_data={
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user