[Python-modules-commits] [python-asyncssh] 01/08: d/patches: remove tests using deprecated ciphers. Closes: #881096

Vincent Bernat bernat at moszumanska.debian.org
Wed Nov 22 21:11:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to annotated tag debian/1.11.1-1
in repository python-asyncssh.

commit 30e52d38eb1f96ae111049aefca3871bba47ab4d
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Nov 11 21:23:48 2017 +0100

    d/patches: remove tests using deprecated ciphers. Closes: #881096
---
 debian/changelog                                   |  6 ++++++
 ...003-remove-tests-using-deprecated-ciphers.patch | 25 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 33bae7b..be7f973 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-asyncssh (1.11.0-2) unstable; urgency=medium
+
+  * d/patches: remove tests using deprecated ciphers. Closes: #881096.
+
+ -- Vincent Bernat <bernat at debian.org>  Sat, 11 Nov 2017 21:23:44 +0100
+
 python-asyncssh (1.11.0-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/patches/0003-remove-tests-using-deprecated-ciphers.patch b/debian/patches/0003-remove-tests-using-deprecated-ciphers.patch
new file mode 100644
index 0000000..d3324ac
--- /dev/null
+++ b/debian/patches/0003-remove-tests-using-deprecated-ciphers.patch
@@ -0,0 +1,25 @@
+From: Vincent Bernat <vincent at bernat.im>
+Date: Sat, 11 Nov 2017 21:22:23 +0100
+Subject: remove tests using deprecated ciphers
+
+They cannot be tested as ssh-keygen cannot read them.
+---
+ tests/test_public_key.py | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/tests/test_public_key.py b/tests/test_public_key.py
+index 3fa32c6..c2cbbd0 100644
+--- a/tests/test_public_key.py
++++ b/tests/test_public_key.py
+@@ -114,11 +114,6 @@ openssh_ciphers = (
+     ('aes128-ctr',              _openssh_available),
+     ('aes192-ctr',              _openssh_available),
+     ('aes256-ctr',              _openssh_available),
+-    ('arcfour',                 _openssh_available),
+-    ('arcfour128',              _openssh_available),
+-    ('arcfour256',              _openssh_available),
+-    ('blowfish-cbc',            _openssh_available),
+-    ('cast128-cbc',             _openssh_available),
+     ('3des-cbc',                _openssh_available)
+ )
+ 
diff --git a/debian/patches/series b/debian/patches/series
index d889a5c..e8f4f41 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 sphinx-use-default-theme.patch
 0002-skip-tests-requiring-network-access.patch
+0003-remove-tests-using-deprecated-ciphers.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-asyncssh.git



More information about the Python-modules-commits mailing list