* Added support for Qt v6.8 * Added support for the QtGraphs module. * Linux wheels now require GLIBC v2.35 (eg. Ubuntu 22.04) on Intel and v2.39 (eg. Ubuntu 24.04) on Arm. - Drop support-python3.6.patch * Python 3.6 is no longer maintained for PyQt OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=26
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
Index: pyqt_builder-1.16.1/PKG-INFO
|
|
===================================================================
|
|
--- 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
|
|
Requires-Dist: packaging
|
|
Index: pyqt_builder-1.16.1/pyproject.toml
|
|
===================================================================
|
|
--- 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"]
|