Benjamin Greiner
b19da33728
- 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. OBS-URL: https://build.opensuse.org/request/show/1166354 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-pyqt-builder?expand=0&rev=23
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
Index: PyQt-builder-1.16.0/PKG-INFO
|
|
===================================================================
|
|
--- PyQt-builder-1.16.0.orig/PKG-INFO
|
|
+++ PyQt-builder-1.16.0/PKG-INFO
|
|
@@ -5,7 +5,7 @@ Summary: The PyQt build system
|
|
Author-email: Phil Thompson <phil@riverbankcomputing.com>
|
|
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
|
|
Requires-Dist: packaging
|
|
Requires-Dist: sip<7,>=6.7
|
|
Index: PyQt-builder-1.16.0/pyproject.toml
|
|
===================================================================
|
|
--- PyQt-builder-1.16.0.orig/pyproject.toml
|
|
+++ PyQt-builder-1.16.0/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"
|
|
classifiers = ["License :: OSI Approved :: BSD License"]
|
|
dynamic = ["version"]
|
|
|