From e7459222d1d9658259e1cfb7657797d3a6187419b3792fc2452650a1814b8382 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Thu, 26 Feb 2015 12:14:39 +0000
Subject: [PATCH] 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
---
paramiko-1.15.1.tar.gz | 3 ---
paramiko-1.15.2.tar.gz | 3 +++
python-paramiko.changes | 32 ++++++++++++++++++++++++++++++++
python-paramiko.spec | 6 +++---
4 files changed, 38 insertions(+), 6 deletions(-)
delete mode 100644 paramiko-1.15.1.tar.gz
create mode 100644 paramiko-1.15.2.tar.gz
diff --git a/paramiko-1.15.1.tar.gz b/paramiko-1.15.1.tar.gz
deleted file mode 100644
index 41ac684..0000000
--- a/paramiko-1.15.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:6ed97e2281bb48728692cdc621f6b86a65fdc1d46b178ce250cfec10b977a04c
-size 1219256
diff --git a/paramiko-1.15.2.tar.gz b/paramiko-1.15.2.tar.gz
new file mode 100644
index 0000000..4d7c6cf
--- /dev/null
+++ b/paramiko-1.15.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55
+size 1220578
diff --git a/python-paramiko.changes b/python-paramiko.changes
index ff34528..93400bd 100644
--- a/python-paramiko.changes
+++ b/python-paramiko.changes
@@ -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
diff --git a/python-paramiko.spec b/python-paramiko.spec
index ee3049c..6f3a8e3 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -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()")}