From facafbb788123c91b5ddd77c02671a32bfb4080dd13183329818039e8b6e2896 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 25 Nov 2013 22:53:27 +0000
Subject: [PATCH 1/2] Accepting request 208318 from home:fischersFritz
OBS-URL: https://build.opensuse.org/request/show/208318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=30
---
_service | 7 +++++++
paramiko-1.11.0.tar.gz | 3 ---
python-paramiko.changes | 21 +++++++++++++++++++++
python-paramiko.spec | 10 ++++------
4 files changed, 32 insertions(+), 9 deletions(-)
create mode 100644 _service
delete mode 100644 paramiko-1.11.0.tar.gz
diff --git a/_service b/_service
new file mode 100644
index 0000000..dddc34d
--- /dev/null
+++ b/_service
@@ -0,0 +1,7 @@
+
+
+ pypi.python.org
+ https
+ /packages/source/p/paramiko/paramiko-1.11.2.tar.gz
+
+
\ No newline at end of file
diff --git a/paramiko-1.11.0.tar.gz b/paramiko-1.11.0.tar.gz
deleted file mode 100644
index e09d99b..0000000
--- a/paramiko-1.11.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d46fb8af4c4ffca3c55c600c17354c7c149d8c5dcd7cd6395f4fa0ce2deaca87
-size 842743
diff --git a/python-paramiko.changes b/python-paramiko.changes
index 4594cc1..f49f069 100644
--- a/python-paramiko.changes
+++ b/python-paramiko.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Sun Oct 27 17:50:34 UTC 2013 - lukas@wunner.de
+
+- update to 1.11.2:
+ * #156: Fix potential deadlock condition when using Channel objects as
+ sockets (e.g. when using SSH gatewaying). Thanks to Steven Noonan and
+ Frank Arnold for catch & patch.
+ * #179: Fix a missing variable causing errors when an ssh_config file
+ has a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz
+ Muraus for catch & patch.
+ * #200: Fix an exception-causing typo in `demo_simple.py`. Thanks to
+ Alex Buchanan for catch & Dave Foster for patch.
+ * #199: Typo fix in the license header cross-project. Thanks to Armin
+ Ronacher for catch & patch.
+ * #162: Clean up HMAC module import to avoid deadlocks in certain uses
+ of SSHClient. Thanks to Gernot Hillier for the catch & suggested fix.
+ * #36: Fix the port-forwarding demo to avoid file descriptor errors.
+ Thanks to Jonathan Halcrow for catch & patch.
+ * #168: Update config handling to properly handle multiple 'localforward'
+ and 'remoteforward' keys. Thanks to Emre Yilmaz for the patch.
+
-------------------------------------------------------------------
Tue Sep 3 08:06:53 UTC 2013 - dmueller@suse.com
diff --git a/python-paramiko.spec b/python-paramiko.spec
index 76e015a..2ac4e2e 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -17,17 +17,16 @@
Name: python-paramiko
-Version: 1.11.0
-Release: 0
-Url: http://www.lag.net/paramiko/
+Version: 1.11.2
+Release: 1
+Url: https://github.com/paramiko/paramiko/
Summary: SSH2 protocol library
License: LGPL-2.1+
Group: Development/Languages/Python
-Source: http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
+Source: https://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-pycrypto >= 2.1
-BuildRequires: unzip
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()")}
@@ -43,7 +42,6 @@ are supported. SFTP client and server mode are both supported too.
%prep
%setup -q -n paramiko-%{version}
-sed -i "/#!.*/d" demos/{demo_keygen,rforward,demo_simple,demo_sftp,demo}.py # Fix doc-file-dependency
%build
python setup.py build
From 43c7cfe8492a9eef57f267691eaeb6b492ac92fbc3b3ee7242d8774e3267303d Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Mon, 25 Nov 2013 23:04:45 +0000
Subject: [PATCH 2/2] Accepting request 208361 from
home:posophe:branches:devel:languages:python
- Update to version 1.12
* #152: Add tentative support for ECDSA keys. *This adds the ecdsa
module as a new dependency of Paramiko.* The module is available at
[warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and
[ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa).
* Note that you might still run into problems with key negotiation --
Paramiko picks the first key that the server offers, which might not be
what you have in your known_hosts file.
* Mega thanks to Ethan Glasser-Camp for the patch.
* #136: Add server-side support for the SSH protocol's 'env' command
- Use local source instead of service
- Add python-ecdsa requirement; new dependency
OBS-URL: https://build.opensuse.org/request/show/208361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=31
---
_service | 7 -------
paramiko-1.12.0.tar.gz | 3 +++
python-paramiko.changes | 16 ++++++++++++++++
python-paramiko.spec | 4 +++-
4 files changed, 22 insertions(+), 8 deletions(-)
delete mode 100644 _service
create mode 100644 paramiko-1.12.0.tar.gz
diff --git a/_service b/_service
deleted file mode 100644
index dddc34d..0000000
--- a/_service
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
- pypi.python.org
- https
- /packages/source/p/paramiko/paramiko-1.11.2.tar.gz
-
-
\ No newline at end of file
diff --git a/paramiko-1.12.0.tar.gz b/paramiko-1.12.0.tar.gz
new file mode 100644
index 0000000..3c3417e
--- /dev/null
+++ b/paramiko-1.12.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cc0c0549f611ccc1358a0e1c760e00074990adba723d4d647a2637a1fadbdd71
+size 859845
diff --git a/python-paramiko.changes b/python-paramiko.changes
index f49f069..3b10824 100644
--- a/python-paramiko.changes
+++ b/python-paramiko.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Mon Nov 25 23:01:56 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 1.12
+ * #152: Add tentative support for ECDSA keys. *This adds the ecdsa
+ module as a new dependency of Paramiko.* The module is available at
+ [warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and
+ [ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa).
+ * Note that you might still run into problems with key negotiation --
+ Paramiko picks the first key that the server offers, which might not be
+ what you have in your known_hosts file.
+ * Mega thanks to Ethan Glasser-Camp for the patch.
+ * #136: Add server-side support for the SSH protocol's 'env' command
+- Use local source instead of service
+- Add python-ecdsa requirement; new dependency
+
-------------------------------------------------------------------
Sun Oct 27 17:50:34 UTC 2013 - lukas@wunner.de
diff --git a/python-paramiko.spec b/python-paramiko.spec
index 2ac4e2e..b7a1da2 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -17,7 +17,7 @@
Name: python-paramiko
-Version: 1.11.2
+Version: 1.12.0
Release: 1
Url: https://github.com/paramiko/paramiko/
Summary: SSH2 protocol library
@@ -26,7 +26,9 @@ Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
+BuildRequires: python-ecdsa
BuildRequires: python-pycrypto >= 2.1
+Requires: python-ecdsa
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()")}