commit python-paramiko for openSUSE:Factory

Hello community, here is the log from the commit of package python-paramiko for openSUSE:Factory checked in at 2015-02-27 11:09:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-10-05 20:32:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes 2015-02-27 11:10:01.000000000 +0100 @@ -1,0 +2,32 @@ +Thu Feb 26 11:00:52 UTC 2015 - tbechtold@suse.com + +- update to version 1.15.2: + * [Bug] #320: Update our win_pageant module to be Python 3 compatible + * [Bug] #429: Server-level debug message logging was overlooked during the + Python 3 compatibility update; Python 3 clients attempting to log SSH + debug packets encountered type errors. This is now fixed + * [Bug] #459: Tighten up agent connection closure behavior to avoid + spurious ResourceWarning display in some situations + * [Bug] #266: Change numbering of Transport channels to start at 0 + instead of 1 for better compatibility with OpenSSH & certain server + implementations which break on 1-indexed channels + * [Support] #419: Modernize a bunch of the codebase internals to + leverage decorators. Props to @beckjake for realizing we’re no longer + on Python 2.2 :D + * [Support] #421: Modernize threading calls to user newer API + * [Support] #422: Clean up some unused imports + * [Support] #431: Replace handrolled ssh_config parsing code with + use of the shlex module + * [Bug] #415: Fix ssh_config parsing to correctly interpret ProxyCommand + none as the lack of a proxy command, instead of as a literal command + string of "none" + * [Bug] #428: Fix an issue in BufferedFile (primarily used in the SFTP + modules) concerning incorrect behavior by readlines on files whose + size exceeds the buffer size + * [Bug] #455: Tweak packet size handling to conform better to the + OpenSSH RFCs; this helps address issues with interactive program cursors + * [Bug] #413: (also #414, #420, #454) Be significantly smarter about polling + & timing behavior when running proxy commands, to avoid unnecessary + (often 100%!) CPU usage + +------------------------------------------------------------------- Old: ---- paramiko-1.15.1.tar.gz New: ---- paramiko-1.15.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-paramiko.spec ++++++ --- /var/tmp/diff_new_pack.cW0y7o/_old 2015-02-27 11:10:03.000000000 +0100 +++ /var/tmp/diff_new_pack.cW0y7o/_new 2015-02-27 11:10:03.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-paramiko # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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.1 +Version: 1.15.2 Release: 0 Url: https://github.com/paramiko/paramiko/ Summary: SSH2 protocol library @@ -28,7 +28,7 @@ BuildRequires: python-devel BuildRequires: python-ecdsa BuildRequires: python-pycrypto >= 2.1 -Requires: python-ecdsa +Requires: python-ecdsa >= 0.11 Requires: python-pycrypto >= 2.1 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} ++++++ paramiko-1.15.1.tar.gz -> paramiko-1.15.2.tar.gz ++++++ ++++ 1681 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de