From 0e5e1a20b71bdd944b48402794c05918a8e44e3063afb77a2d6c5f4dc256ad4d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 25 Jul 2016 11:00:57 +0000 Subject: [PATCH 1/2] 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 --- paramiko-2.0.0.tar.gz | 3 --- paramiko-2.0.1.tar.gz | 3 +++ python-paramiko.changes | 13 +++++++++++++ python-paramiko.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 paramiko-2.0.0.tar.gz create mode 100644 paramiko-2.0.1.tar.gz diff --git a/paramiko-2.0.0.tar.gz b/paramiko-2.0.0.tar.gz deleted file mode 100644 index d6ddbed..0000000 --- a/paramiko-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51219ecaf88aa1cea9952b3c4ddcc0c1316f015d23d77edb7aee78a3468ef0e2 -size 1372885 diff --git a/paramiko-2.0.1.tar.gz b/paramiko-2.0.1.tar.gz new file mode 100644 index 0000000..dfb3ddc --- /dev/null +++ b/paramiko-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261afe9246c2494e50bbeab55e50934348e91d1189803123459e0c81cda70fac +size 1374753 diff --git a/python-paramiko.changes b/python-paramiko.changes index 5c84e4d..956af20 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -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 diff --git a/python-paramiko.spec b/python-paramiko.spec index f9fb9af..cd738ce 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -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 From 3719c9aeb096ca9ed20005f17c84a04152c6df32dc7948095e0eaf47844d8aee Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 1 Aug 2016 14:20:37 +0000 Subject: [PATCH 2/2] 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 --- paramiko-2.0.1.tar.gz | 3 --- paramiko-2.0.2.tar.gz | 3 +++ python-paramiko.changes | 16 ++++++++++++++++ python-paramiko.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 paramiko-2.0.1.tar.gz create mode 100644 paramiko-2.0.2.tar.gz diff --git a/paramiko-2.0.1.tar.gz b/paramiko-2.0.1.tar.gz deleted file mode 100644 index dfb3ddc..0000000 --- a/paramiko-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:261afe9246c2494e50bbeab55e50934348e91d1189803123459e0c81cda70fac -size 1374753 diff --git a/paramiko-2.0.2.tar.gz b/paramiko-2.0.2.tar.gz new file mode 100644 index 0000000..177c770 --- /dev/null +++ b/paramiko-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc +size 1190464 diff --git a/python-paramiko.changes b/python-paramiko.changes index 956af20..307fdc7 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -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 diff --git a/python-paramiko.spec b/python-paramiko.spec index cd738ce..a2371a6 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -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