Package: release.debian.org
Severity: normal
X-Debbugs-Cc:
[email protected]
Control: affects -1 + src:pyqso
User:
[email protected]
Usertags: unblock
Please unblock package pyqso
[ Reason ]
The UI was unusable: #1109825
[ Tests ]
Manual testing confirmed everything is working now.
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock pyqso/1.1.0-10
Thanks,
Christoph
Control files: lines which differ (wdiff format) ------------------------------------------------
{+python3-setuptools,+}
diff -Nru pyqso-1.1.0/debian/changelog pyqso-1.1.0/debian/changelog
--- pyqso-1.1.0/debian/changelog 2025-07-19 14:10:57.000000000 +0200
+++ pyqso-1.1.0/debian/changelog 2025-07-25 11:30:21.000000000 +0200
@@ -1,3 +1,12 @@
+pyqso (1.1.0-10) unstable; urgency=medium
+
+ * Team upload.
+ * Fix missing depends on python3-setuptools.
+ * Fix wrong call params on NavigationToolbar().
+ (Closes: #1109825)
+
+ -- Enrico Rossi <
[email protected]> Fri, 25 Jul 2025 11:30:21 +0200
+
pyqso (1.1.0-9) unstable; urgency=medium
[ Enrico Rossi ]
diff -Nru pyqso-1.1.0/debian/control pyqso-1.1.0/debian/control
--- pyqso-1.1.0/debian/control 2025-07-19 14:10:37.000000000 +0200
+++ pyqso-1.1.0/debian/control 2025-07-25 11:27:28.000000000 +0200
@@ -25,6 +25,7 @@
python3-gi-cairo,
python3-numpy,
python3-matplotlib,
+ python3-setuptools,
python3-zombie-telnetlib,
libjs-jquery,
libjs-underscore
diff -Nru pyqso-1.1.0/debian/patches/0003-Fix-NavigationToolbar2GTK3-TypeError.patch pyqso-1.1.0/d