Accepting request 445600 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/445600 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-paramiko?expand=0&rev=31
This commit is contained in:
commit
7c4298f6f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc
|
||||
size 1190464
|
3
paramiko-2.1.1.tar.gz
Normal file
3
paramiko-2.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d51dada7ad0736c116f8bfe3263627925947e4a50e61436a83d58bfe7055b575
|
||||
size 1196454
|
@ -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
|
||||
<paramiko.transport.Transport.start_client> (and feed it the value of the
|
||||
configured connection timeout when used within SSHClient
|
||||
<paramiko.client.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 <paramiko.proxy.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
|
||||
<paramiko.transport.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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user