[neon/qt/pyside2/Neon/release] debian: Import Debian changes 5.15.2-2.3

Nicholas D Steeves null at kde.org
Wed Oct 19 14:56:30 BST 2022


Git commit cad5851d0f116b29ea87ccf59e90978d6eff45ee by Nicholas D Steeves, on behalf of Christian Marillat.
Committed on 20/06/2022 at 19:54.
Pushed by jriddell into branch 'Neon/release'.

Import Debian changes 5.15.2-2.3

pyside2 (5.15.2-2.3) unstable; urgency=medium
.
  * Call "py3versions -d" instead of "py3versions -r" in tests.
  *

M  +7    -0    debian/changelog
M  +1    -1    debian/tests/test_install_python3.sh

https://invent.kde.org/neon/qt/pyside2/commit/cad5851d0f116b29ea87ccf59e90978d6eff45ee

diff --git a/debian/changelog b/debian/changelog
index 5f5ea00e..ebfafd44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyside2 (5.15.2-2.3) unstable; urgency=medium
+
+  * Call "py3versions -d" instead of "py3versions -r" in tests.
+  * 
+
+ -- Christian Marillat <marillat at debian.org>  Fri, 17 Jun 2022 17:49:37 +0200
+
 pyside2 (5.15.2-2.2) unstable; urgency=medium
 
   * Don't test with python3-all but python3 as only the current python3 is
diff --git a/debian/tests/test_install_python3.sh b/debian/tests/test_install_python3.sh
index db431a2f..db5b06b6 100755
--- a/debian/tests/test_install_python3.sh
+++ b/debian/tests/test_install_python3.sh
@@ -3,7 +3,7 @@
 set -e
 
 echo "Testing python3 package $1"
-for py in $(py3versions -r 2>/dev/null) ; do
+for py in $(py3versions -d >/dev/null) ; do
     cd "$AUTOPKGTEST_TMP" ;
     echo "Testing with $py:" ;
     $py -c "import $2; print($2)" ;


More information about the Neon-commits mailing list