15
0

Accepting request 416173 from home:stroeder:branches:devel:languages:python

update 2.0.2

OBS-URL: https://build.opensuse.org/request/show/416173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=50
This commit is contained in:
2016-08-01 14:20:37 +00:00
committed by Git OBS Bridge
parent 0e5e1a20b7
commit 3719c9aeb0
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:261afe9246c2494e50bbeab55e50934348e91d1189803123459e0c81cda70fac
size 1374753

3
paramiko-2.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc
size 1190464

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jul 31 12:15:25 UTC 2016 - michael@stroeder.com
- update to 2.0.2
* [Bug] #758: Apply type definitions to _winapi module from
jaraco.windows 3.6.1. This should address issues on Windows platforms
that often result in errors like ArgumentError: [...] int too long to
convert. Thanks to @swohlerLL for the report and Jason R. Coombs for the
patch.
* [Bug] #774: Add a _closed private attribute to Channel objects so that
they continue functioning when used as proxy sockets under Python 3 (e.g.
as direct-tcpip gateways for other Paramiko connections.)
* [Bug] #673: (via #681) Fix protocol banner read errors (SSHException)
which would occasionally pop up when using ProxyCommand gatewaying.
Thanks to @Depado for the initial report and Paul Kapp for the fix.
-------------------------------------------------------------------
Sat Jul 23 14:20:34 UTC 2016 - michael@stroeder.com

View File

@@ -17,7 +17,7 @@
Name: python-paramiko
Version: 2.0.1
Version: 2.0.2
Release: 0
Url: http://www.paramiko.org/
Summary: SSH2 protocol library