Accepting request 287872 from home:tbechtold:branches:devel:languages:python
New upstream release OBS-URL: https://build.opensuse.org/request/show/287872 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=39
This commit is contained in:
parent
12765049a9
commit
aac8cf5be7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ed97e2281bb48728692cdc621f6b86a65fdc1d46b178ce250cfec10b977a04c
|
||||
size 1219256
|
3
paramiko-1.15.2.tar.gz
Normal file
3
paramiko-1.15.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55
|
||||
size 1220578
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 16:33:24 UTC 2014 - andrea@opensuse.org
|
||||
|
||||
|
@ -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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
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()")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user