Sync from SUSE:SLFO:Main python-pyqt-builder revision 12e1b9f0324ce221428644374f385750

This commit is contained in:
Adrian Schröter 2024-12-13 12:06:56 +01:00
parent ee7081502f
commit 01bb6953ec
5 changed files with 75 additions and 46 deletions

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

Binary file not shown.

View File

@ -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>

View File

@ -19,17 +19,18 @@
%define mname pyqt-builder
%{?sle15_python_module_pythons}
Name: python-%{mname}
Version: 1.15.4
Version: 1.16.4
Release: 0
Summary: The PEP 517 compliant PyQt build system
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
URL: https://www.riverbankcomputing.com/software/pyqt-builder
Source0: https://files.pythonhosted.org/packages/source/P/PyQt-builder/PyQt-builder-%{version}.tar.gz
License: BSD-2-Clause
URL: https://github.com/Python-PyQt/PyQt-builder
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
Patch0: support-python3.6.patch
BuildRequires: %{python_module base >= 3.6}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools >= 64}
BuildRequires: %{python_module setuptools_scm >= 8}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
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.
%prep
%autosetup -p1 -n PyQt-builder-%{version}
%autosetup -p1 -n pyqt_builder-%{version}
%build
%pyproject_wheel
@ -81,8 +82,7 @@ $python -c 'import pyqtbuild'
%python_uninstall_alternative pyqt-bundle
%files %{python_files}
%license LICENSE*
%doc README NEWS ChangeLog
%doc README.md LICENSE
%python_alternative %{_bindir}/pyqt-bundle
%python_alternative %{_bindir}/pyqt-qt-wheel
%{python_sitelib}/pyqtbuild

View File

@ -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.15.4/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP
Platform: X11
Platform: macOS
Platform: Windows
-Requires-Python: >=3.7
--- pyqt_builder-1.16.1.orig/PKG-INFO
+++ pyqt_builder-1.16.1/PKG-INFO
@@ -28,7 +28,7 @@ License: Copyright 2024 Phil Thompson <p
Project-URL: homepage, https://github.com/Python-PyQt/PyQt-builder
Classifier: License :: OSI Approved :: BSD License
-Requires-Python: >=3.8
+Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE-GPL2
License-File: LICENSE-GPL3
Index: PyQt-builder-1.15.4/PyQt_builder.egg-info/PKG-INFO
Requires-Dist: packaging
Index: pyqt_builder-1.16.1/pyproject.toml
===================================================================
--- PyQt-builder-1.15.4.orig/PyQt_builder.egg-info/PKG-INFO
+++ PyQt-builder-1.15.4/PyQt_builder.egg-info/PKG-INFO
@@ -9,7 +9,7 @@ License: SIP
Platform: X11
Platform: macOS
Platform: Windows
-Requires-Python: >=3.7
+Requires-Python: >=3.6
License-File: LICENSE
License-File: LICENSE-GPL2
License-File: LICENSE-GPL3
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={
--- pyqt_builder-1.16.1.orig/pyproject.toml
+++ pyqt_builder-1.16.1/pyproject.toml
@@ -13,7 +13,7 @@ description = "The PyQt build system"
readme = "README.md"
urls.homepage = "https://github.com/Python-PyQt/PyQt-builder"
dependencies = ["packaging", "sip >=6.7, <7"]
-requires-python = ">=3.8"
+requires-python = ">=3.6"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: BSD License"]
dynamic = ["version"]