[neon/forks/pyqt-builder/Neon/release] /: New upstream version 1.18.0+dfsg
Dmitry Shachnev
null at kde.org
Wed Dec 3 06:33:47 GMT 2025
Git commit 176d45158b8efc0b63de63b1e0e4c298f4e8a352 by Dmitry Shachnev.
Committed on 02/02/2025 at 18:45.
Pushed by carlosdem into branch 'Neon/release'.
New upstream version 1.18.0+dfsg
M +1 -1 docs/conf.py
M +8 -2 docs/releases.md
M +4 -0 pyqtbuild/bundle/packages/pyqt6.py
https://invent.kde.org/neon/forks/pyqt-builder/-/commit/176d45158b8efc0b63de63b1e0e4c298f4e8a352
diff --git a/docs/conf.py b/docs/conf.py
index f9af9d3..bb5423f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -13,7 +13,7 @@ project = 'PyQt-builder'
copyright = '{0} Phil Thompson <phil at riverbankcomputing.com>'.format(
date.today().year)
author = 'Phil Thompson'
-version = 'v1.17.2'
+version = 'v1.18.0'
# -- General configuration ---------------------------------------------------
diff --git a/docs/releases.md b/docs/releases.md
index 7dde761..97c6a77 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -1,5 +1,11 @@
# Release Notes
+## v1.18.0
+
+### `pyqt-bundle`
+
+Added support for the `QtStateMachine` module.
+
## v1.17.2
@@ -24,8 +30,8 @@ Resolves [#28](https://github.com/Python-PyQt/PyQt-builder/issues/28)
The minimum version of `glibc` required for Qt v6.8 has been reduced to
v2.28. This is the same requirement as older versions of Qt6 and
-corresponds to the oldest version used by any currently (supported Linux
-distribution)[https://doc.qt.io/qt-6/supported-platforms.html].
+corresponds to the oldest version used by any currently [supported Linux
+distribution](https://doc.qt.io/qt-6/supported-platforms.html).
Resolves [#27](https://github.com/Python-PyQt/PyQt-builder/issues/27)
diff --git a/pyqtbuild/bundle/packages/pyqt6.py b/pyqtbuild/bundle/packages/pyqt6.py
index c44c721..917ed22 100644
--- a/pyqtbuild/bundle/packages/pyqt6.py
+++ b/pyqtbuild/bundle/packages/pyqt6.py
@@ -304,6 +304,10 @@ _QT_METADATA = {
'QtSql':
VersionedMetadata(),
+ 'QtStateMachine':
+ VersionedMetadata(
+ lib_deps={'': ('QtStateMachineQml', )}),
+
'QtSvg':
VersionedMetadata(),
More information about the Neon-commits
mailing list