From 1d05e5ac24845527f79a35e5d528bddf699da0793b25867148d6762ea772ca04 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 1 Feb 2016 11:46:39 +0000 Subject: [PATCH] Accepting request 357107 from home:TheBlackCat:branches:devel:languages:python update to version 1.16.0 OBS-URL: https://build.opensuse.org/request/show/357107 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=41 --- paramiko-1.15.2.tar.gz | 3 --- paramiko-1.16.0.tar.gz | 3 +++ python-paramiko.changes | 29 +++++++++++++++++++++++++++++ python-paramiko.spec | 9 ++++++--- 4 files changed, 38 insertions(+), 6 deletions(-) delete mode 100644 paramiko-1.15.2.tar.gz create mode 100644 paramiko-1.16.0.tar.gz diff --git a/paramiko-1.15.2.tar.gz b/paramiko-1.15.2.tar.gz deleted file mode 100644 index 4d7c6cf..0000000 --- a/paramiko-1.15.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55 -size 1220578 diff --git a/paramiko-1.16.0.tar.gz b/paramiko-1.16.0.tar.gz new file mode 100644 index 0000000..2de486d --- /dev/null +++ b/paramiko-1.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3297ebd3cd072f573772f7c7426939a443c62c458d54bb632ff30fd6ecf96892 +size 1335094 diff --git a/python-paramiko.changes b/python-paramiko.changes index 93400bd..224eb5e 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Feb 1 11:26:44 UTC 2016 - toddrme2178@gmail.com + +- Add --no-transport to fix a known issue with the tests + https://github.com/paramiko/paramiko/issues/574 + Check if still failing on next release. + The tests is currently failing on Python 3.5, but it is not + actually Python 3.5 specific, it is just more likely to be + encountered on Python 3.5 +- update to version 1.16.0: + * Streamline use of stat when downloading SFTP files via + SFTPClient.get ; this avoids + triggering bugs in some off-spec SFTP servers such as IBM + Sterling. Thanks to @muraleee for the initial report and to Torkil + Gustavsen for the patch. + * Fully enable two-factor authentication (e.g. when a server + requires AuthenticationMethods + pubkey,keyboard-interactive). Thanks to @perryjrandall for the + patch and to @nevins-b and Matt Robenolt for additional support. + * Fix 'exec' requests in server mode to use get_string instead of + get_text to avoid UnicodeDecodeError on non-UTF-8 input. Thanks to + Anselm Kruis for the patch & discussion. + * Fix line number reporting in log output regarding invalid + known_hosts line entries. Thanks to Dylan Thacker-Smith for catch + & patch. + * Update the vendored Windows API addon to a more recent + edition. Also fixes :issue:`193`, :issue:`488`, + :issue:`498`. Thanks to Jason Coombs. + ------------------------------------------------------------------- Thu Feb 26 11:00:52 UTC 2015 - tbechtold@suse.com diff --git a/python-paramiko.spec b/python-paramiko.spec index 6f3a8e3..1ff0661 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,7 +1,7 @@ # # spec file for package python-paramiko # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX 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.15.2 +Version: 1.16.0 Release: 0 Url: https://github.com/paramiko/paramiko/ Summary: SSH2 protocol library @@ -52,7 +52,10 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -LANG=en_US.UTF-8 python test.py +# The --no-transport fixes a known issue with the tests +# https://github.com/paramiko/paramiko/issues/574 +# Check if still failing on next release +LANG=en_US.UTF-8 python test.py --no-transport %files %defattr(-,root,root)