Accepting request 175245 from devel:languages:python
- update to 1.10.1: * SFTP put of empty file will still return the attributes of the put file. Thanks to Jason R. Coombs for the patch. * Forwarded SSH agent connections left stale local pipes lying around, which could cause local (and sometimes remote or network resource starvation when running many agent-using remote commands. Thanks to * Batch SFTP writes to help speed up file transfers * Fix handling of window-change events to be on-spec * Overhaul SSH config parsing to be in line with `man ssh_config` * Forego random padding for packets when running under `*-ctr` ciphers * Add `SFTPClient.putfo` and `.getfo` methods to allow direct uploading/downloading of file-like objects * Add `timeout` parameter to `SSHClient.exec_command` for easier setting of the command's internal channel object's timeout * Expose the internal "is closed" property of the file transfer class BufferedFile` as `.closed`, better conforming to Python's file interface (forwarded request 175235 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/175245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-paramiko?expand=0&rev=18
This commit is contained in:
commit
1aa97a55c5
3
paramiko-1.10.1.tar.gz
Normal file
3
paramiko-1.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fac0dbb3d7498bf4a7e1b8fac920cb8977a90e260d43d7e30fac2d6dd5fbabc
|
||||
size 822839
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb99b74d9c53a23b92803c1c97fdb2bfdab7cd4fea888bd3b6438c127e3b29f5
|
||||
size 814841
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:52:27 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.10.1:
|
||||
* SFTP put of empty file will still return the attributes
|
||||
of the put file. Thanks to Jason R. Coombs for the patch.
|
||||
* Forwarded SSH agent connections left stale local pipes
|
||||
lying around, which could cause local (and sometimes remote or network
|
||||
resource starvation when running many agent-using remote commands. Thanks to
|
||||
* Batch SFTP writes to help speed up file transfers
|
||||
* Fix handling of window-change events to be on-spec
|
||||
* Overhaul SSH config parsing to be in line with `man ssh_config`
|
||||
* Forego random padding for packets when running under `*-ctr` ciphers
|
||||
* Add `SFTPClient.putfo` and `.getfo` methods to allow direct
|
||||
uploading/downloading of file-like objects
|
||||
* Add `timeout` parameter to `SSHClient.exec_command` for easier setting
|
||||
of the command's internal channel object's timeout
|
||||
* Expose the internal "is closed" property of the file transfer class
|
||||
BufferedFile` as `.closed`, better conforming to Python's file interface
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 15:12:44 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-paramiko
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-paramiko
|
||||
Version: 1.9.0
|
||||
Version: 1.10.1
|
||||
Release: 0
|
||||
Url: http://www.lag.net/paramiko/
|
||||
Summary: SSH2 protocol library
|
||||
|
Loading…
x
Reference in New Issue
Block a user