From 6124f754819005681aa212b2990c668ebe48c9bbd8e6d8f645af0d1a01b1c909 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 13 May 2013 09:27:41 +0000 Subject: [PATCH] Accepting request 175235 from home:dirkmueller:branches: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 OBS-URL: https://build.opensuse.org/request/show/175235 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=26 --- paramiko-1.10.1.tar.gz | 3 +++ paramiko-1.9.0.tar.gz | 3 --- python-paramiko.changes | 20 ++++++++++++++++++++ python-paramiko.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 paramiko-1.10.1.tar.gz delete mode 100644 paramiko-1.9.0.tar.gz diff --git a/paramiko-1.10.1.tar.gz b/paramiko-1.10.1.tar.gz new file mode 100644 index 0000000..2194f73 --- /dev/null +++ b/paramiko-1.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fac0dbb3d7498bf4a7e1b8fac920cb8977a90e260d43d7e30fac2d6dd5fbabc +size 822839 diff --git a/paramiko-1.9.0.tar.gz b/paramiko-1.9.0.tar.gz deleted file mode 100644 index 65f874b..0000000 --- a/paramiko-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb99b74d9c53a23b92803c1c97fdb2bfdab7cd4fea888bd3b6438c127e3b29f5 -size 814841 diff --git a/python-paramiko.changes b/python-paramiko.changes index 812ad38..2bcabf4 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -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 diff --git a/python-paramiko.spec b/python-paramiko.spec index 32b5287..10aeb96 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -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