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

update to upstream bugfix release 2.0.1

OBS-URL: https://build.opensuse.org/request/show/414636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=49
This commit is contained in:
Dirk Mueller 2016-07-25 11:00:57 +00:00 committed by Git OBS Bridge
parent 1ea95fa451
commit 60ae1d7f53
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51219ecaf88aa1cea9952b3c4ddcc0c1316f015d23d77edb7aee78a3468ef0e2
size 1372885

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jul 23 14:20:34 UTC 2016 - michael@stroeder.com
- updated homepage URL
- update to 2.0.1:
* [Bug] #537: Fix a bug in BufferedPipe.set_event which could cause
deadlocks/hangs when one uses select.select against Channel objects (or
otherwise calls Channel.fileno after the channel has closed).
* [Bug] #520: (Partial fix) Fix at least one instance of race condition
driven threading hangs at end of the Python interpreter session.
(Includes a docs update as well - always make sure to .close() your
clients!)
-------------------------------------------------------------------
Fri Jul 8 08:50:08 UTC 2016 - dmueller@suse.com

View File

@ -17,9 +17,9 @@
Name: python-paramiko
Version: 2.0.0
Version: 2.0.1
Release: 0
Url: https://github.com/paramiko/paramiko/
Url: http://www.paramiko.org/
Summary: SSH2 protocol library
License: LGPL-2.1+
Group: Development/Languages/Python