From c17c3544e3dd75cc18fd29661d329ffe4ae46a00003fc333af830de75fdf3ac0 Mon Sep 17 00:00:00 2001 From: Tomas Cech Date: Tue, 13 Dec 2016 13:24:54 +0000 Subject: [PATCH] Accepting request 445578 from home:mimi_vx:branches:devel:languages:python - update to 2.1.1 * A tweak to the original patch implementing gh#398 was not fully applied, causing calls to ~paramiko.client.SSHClient.invoke_shell to fail with AttributeError. This has been fixed. * Fix the implementation of PKey.write_private_key_file (this method is only publicly defined on subclasses; the fix was in the private real implementation) so it passes the correct params to open() * Add an optional timeout parameter to Transport.start_clienti (and feed it the value of the configured connection timeout when used within SSHClient .) * Catch AssertionError thrown by Cryptography when attempting to load bad ECDSA keys, turning it into an SSHException. * Add a missing .closed attribute (plus ._closed because reasons) to ProxyCommand * Make the subprocess import in proxy.py lazy so users on platforms without it (such as Google App Engine) can import Paramiko successfully * Fix incorrect docstring/param-list for Transport.auth_gssapi_keyex so it matches the real signature. * Add an environment dict argument to Client.exec_command OBS-URL: https://build.opensuse.org/request/show/445578 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=54 --- paramiko-2.0.2.tar.gz | 3 --- paramiko-2.1.1.tar.gz | 3 +++ python-paramiko.changes | 25 +++++++++++++++++++++++++ python-paramiko.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 paramiko-2.0.2.tar.gz create mode 100644 paramiko-2.1.1.tar.gz diff --git a/paramiko-2.0.2.tar.gz b/paramiko-2.0.2.tar.gz deleted file mode 100644 index 177c770..0000000 --- a/paramiko-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc -size 1190464 diff --git a/paramiko-2.1.1.tar.gz b/paramiko-2.1.1.tar.gz new file mode 100644 index 0000000..2b2fc53 --- /dev/null +++ b/paramiko-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51dada7ad0736c116f8bfe3263627925947e4a50e61436a83d58bfe7055b575 +size 1196454 diff --git a/python-paramiko.changes b/python-paramiko.changes index a4b6bfe..b0e45a6 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Dec 13 11:50:39 UTC 2016 - mimi.vx@gmail.com + +- update to 2.1.1 +* A tweak to the original patch implementing gh#398 was not fully applied, + causing calls to ~paramiko.client.SSHClient.invoke_shell to fail with + AttributeError. This has been fixed. +* Fix the implementation of PKey.write_private_key_file (this method is only + publicly defined on subclasses; the fix was in the private real + implementation) so it passes the correct params to open() +* Add an optional timeout parameter to Transport.start_clienti + (and feed it the value of the + configured connection timeout when used within SSHClient + .) +* Catch AssertionError thrown by Cryptography when attempting to load bad + ECDSA keys, turning it into an SSHException. +* Add a missing .closed attribute (plus ._closed because reasons) to + ProxyCommand +* Make the subprocess import in proxy.py lazy so users on platforms without + it (such as Google App Engine) can import Paramiko successfully +* Fix incorrect docstring/param-list for Transport.auth_gssapi_keyex + so it matches + the real signature. +* Add an environment dict argument to Client.exec_command + ------------------------------------------------------------------- Fri Oct 7 09:13:06 UTC 2016 - tbechtold@suse.com diff --git a/python-paramiko.spec b/python-paramiko.spec index 4eb43f5..188aef8 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -17,7 +17,7 @@ Name: python-paramiko -Version: 2.0.2 +Version: 2.1.1 Release: 0 Url: http://www.paramiko.org/ Summary: SSH2 protocol library