Hello community, here is the log from the commit of package python3-paramiko for openSUSE:Factory checked in at 2015-11-22 11:00:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-paramiko (Old) and /work/SRC/openSUSE:Factory/.python3-paramiko.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-paramiko" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-paramiko/python3-paramiko.changes 2015-10-22 12:59:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-paramiko.new/python3-paramiko.changes 2015-11-22 11:00:12.000000000 +0100 @@ -1,0 +2,74 @@ +Wed Nov 11 11:28:07 UTC 2015 - [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 + +------------------------------------------------------------------- +Sat Nov 7 05:48:35 UTC 2015 - [email protected] + +- 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. + +------------------------------------------------------------------- +Tue Nov 3 02:17:30 UTC 2015 - [email protected] + +- update to version 1.15.4: + * :support:`554 backported` Fix inaccuracies in the docstring for + the ECDSA key class. Thanks to Jared Hance for the patch. + * :support:`516 backported` Document + ~paramiko.agent.AgentRequestHandler. Thanks to @toejough for + report & suggestions. + * :bug:`496` Fix a handful of small but critical bugs in Paramiko's + GSSAPI support (note: this includes switching from PyCrypo's + Random to os.urandom). Thanks to Anselm Kruis for catch & patch. + * :bug:`491` (combines :issue:`62` and :issue:`439`) Implement + timeout functionality to address hangs from dropped network + connections and/or failed handshakes. Credit to @vazir and @dacut + for the original patches and to Olle Lundberg for + reimplementation. + * :bug:`490` Skip invalid/unparseable lines in known_hosts files, + instead of raising ~paramiko.ssh_exception.SSHException. This + brings Paramiko's behavior more in line with OpenSSH, which + silently ignores such input. Catch & patch courtesy of Martin + Topholm. + * :bug:`404` Print details when displaying + ~paramiko.ssh_exception.BadHostKeyException objects (expected vs + received data) instead of just "hey shit broke". Patch credit: + Loic Dachary. + * :bug:`469` (also :issue:`488`, :issue:`461` and like a dozen + others) Fix a typo introduced in the 1.15 release which broke + WinPageant support. Thanks to everyone who submitted patches, and + to Steve Cohen who was the lucky winner of the cherry-pick + lottery. + * :bug:`353` (via :issue:`482`) Fix a bug introduced in the Python 3 + port which caused OverFlowError (and other symptoms) in SFTP + functionality. Thanks to @dboreham for leading the troubleshooting + charge, and to Scott Maxwell for the final patch. + * :bug:`402` Check to see if an SSH agent is actually present before + trying to forward it to the remote end. This replaces what was + usually a useless TypeError with a human-readable + ~paramiko.ssh_exception.AuthenticationException. Credit to Ken + Jordan for the fix and Yvan Marques for original report. + +------------------------------------------------------------------- Old: ---- paramiko-1.15.3.tar.gz New: ---- paramiko-1.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-paramiko.spec ++++++ --- /var/tmp/diff_new_pack.LuHav8/_old 2015-11-22 11:00:13.000000000 +0100 +++ /var/tmp/diff_new_pack.LuHav8/_new 2015-11-22 11:00:13.000000000 +0100 @@ -17,7 +17,7 @@ Name: python3-paramiko -Version: 1.15.3 +Version: 1.16.0 Release: 0 Url: https://github.com/paramiko/paramiko/ Summary: SSH2 protocol library @@ -48,7 +48,10 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -LANG=en_US.UTF-8 python3 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 python3 test.py --no-transport %files %defattr(-,root,root) ++++++ paramiko-1.15.3.tar.gz -> paramiko-1.16.0.tar.gz ++++++ ++++ 4514 lines of diff (skipped)
