[Bug 1480015] Re: Test failure: hexify removed from paramiko
Launchpad Bug Tracker
1480015 at bugs.launchpad.net
Tue Oct 6 02:49:06 UTC 2015
This bug was fixed in the package bzr - 2.6.0+bzr6602-2ubuntu4
---------------
bzr (2.6.0+bzr6602-2ubuntu4) wily; urgency=medium
* debian/patches/11_use_binascii_hexlify.patch: Take patch from merge
proposal by Andrew Starr-Bochicchio to fix FTBFS due to removed 'hexlify'
method in paramiko. (LP: #1480015)
-- Iain Lane <iain at orangesquash.org.uk> Mon, 05 Oct 2015 13:33:56
+0100
** Changed in: bzr (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/1480015
Title:
Test failure: hexify removed from paramiko
Status in Bazaar:
In Progress
Status in bzr package in Ubuntu:
Fix Released
Status in bzr package in Debian:
Confirmed
Bug description:
Forwarding from Debian:
bzr FTBFS in the current sid:
ERROR: bzrlib.tests.test_transport.TestSSHConnections.test_bzr_connect_to_bzr_ssh
[...]
File "/tmp/buildd/bzr-2.6.0+bzr6602/build/lib.linux-x86_64-2.7/bzrlib/transport/ssh.py", line 334, in connect_ssh
t = self._connect(username, password, host, port)
File "/tmp/buildd/bzr-2.6.0+bzr6602/build/lib.linux-x86_64-2.7/bzrlib/transport/ssh.py", line 292, in _connect
server_key_hex = paramiko.util.hexify(server_key.get_fingerprint())
AttributeError: 'module' object has no attribute 'hexify'
Upstream paramiko removed this function in
<https://github.com/paramiko/paramiko/commit/1970abbdf2f587e5>.
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/1480015/+subscriptions
More information about the foundations-bugs
mailing list