Hello community, here is the log from the commit of package python-paramiko for openSUSE:Factory checked in at 2016-02-03 10:19:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-paramiko (Old) and /work/SRC/openSUSE:Factory/.python-paramiko.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paramiko" Changes: -------- --- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes 2015-02-27 11:10:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes 2016-02-03 10:19:43.000000000 +0100 @@ -1,0 +2,29 @@ +Mon Feb 1 11:26:44 UTC 2016 - [email protected] + +- 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 <paramiko.sftp_client.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. + +------------------------------------------------------------------- Old: ---- paramiko-1.15.2.tar.gz New: ---- paramiko-1.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-paramiko.spec ++++++ --- /var/tmp/diff_new_pack.CtjmiD/_old 2016-02-03 10:19:44.000000000 +0100 +++ /var/tmp/diff_new_pack.CtjmiD/_new 2016-02-03 10:19:44.000000000 +0100 @@ -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 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) ++++++ paramiko-1.15.2.tar.gz -> paramiko-1.16.0.tar.gz ++++++ ++++ 25446 lines of diff (skipped)
