[python-paramiko] Update to 1.12.2

Orion Poplawski orion at fedoraproject.org
Tue Feb 25 21:05:51 UTC 2014


commit 0341bf56e4d6c5c3a9524e426afef7ba5e61f349
Author: Orion Poplawski <orion at nwra.com>
Date:   Tue Feb 25 14:06:42 2014 -0700

    Update to 1.12.2

 python-paramiko.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/python-paramiko.spec b/python-paramiko.spec
index f9e75cb..b35deac 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -3,7 +3,7 @@
 %global srcname paramiko
 
 Name:           python-paramiko
-Version:        1.11.3
+Version:        1.12.2
 Release:        1%{?dist}
 Summary:        SSH2 protocol library for python
 
@@ -16,8 +16,10 @@ Source0:        http://pypi.python.org/packages/source/p/paramiko/paramiko-%{ver
 BuildArch:      noarch
 
 BuildRequires: python-setuptools
-BuildRequires: python-crypto >= 1.9
-Requires:      python-crypto >= 1.9
+BuildRequires: python-crypto >= 2.1
+BuildRequires: python-ecdsa
+Requires:      python-crypto >= 2.1
+Requires:      python-ecdsa
 
 %description
 Paramiko (a combination of the esperanto words for "paranoid" and "friend") is
@@ -49,6 +51,9 @@ python ./test.py
 %{python_sitelib}/*
 
 %changelog
+* Tue Feb 25 2014 Orion Poplawski <orion at cora.nwra.com> - 1.12.2-1
+- Update to 1.12.2
+
 * Wed Jan 22 2014 Orion Poplawski <orion at cora.nwra.com> - 1.11.3-1
 - Update to 1.11.3
 


More information about the scm-commits mailing list