[python26-paramiko: 15/33] Update to 1.7.2.

Andy Grimm arg at fedoraproject.org
Thu Jul 7 00:41:23 UTC 2011


commit d6067ba61f65d93e00f32ed848f8942c52a1ecac
Author: Jeffrey C. Ollie <jcollie at fedoraproject.org>
Date:   Wed Jan 23 02:49:06 2008 +0000

    Update to 1.7.2.

 .cvsignore                        |    2 +-
 paramiko-osrandompool-fixed.patch |  135 -------------------------------------
 python-paramiko.spec              |   10 ++-
 sources                           |    2 +-
 4 files changed, 8 insertions(+), 141 deletions(-)
---
diff --git a/.cvsignore b/.cvsignore
index 3f4e99d..9f0e9e3 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-paramiko-1.7.1.tar.gz
+paramiko-1.7.2.tar.gz
diff --git a/python-paramiko.spec b/python-paramiko.spec
index 1dc6dde..e78cec1 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -3,15 +3,14 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.7.1
-Release:        3%{?dist}
+Version:        1.7.2
+Release:        1%{?dist}
 Summary:        A SSH2 protocol library for python
 
 Group:          Development/Libraries
 License:        LGPL
 URL:            http://www.lag.net/paramiko/
 Source0:        http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz
-Patch0:		paramiko-osrandompool-fixed.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -36,7 +35,6 @@ encrypted tunnel. (This is how sftp works, for example.)
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p0
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
@@ -54,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Tue Jan 22 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.2-1
+- Update to 1.7.2.
+- Remove upstreamed patch.
+
 * Mon Jan 14 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.1-3
 - Update to latest Python packaging guidelines.
 - Apply patch that fixes insecure use of RandomPool.
diff --git a/sources b/sources
index 6a2f2d5..2ae25ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de6405406897fad04fa5fdf56952ea75  paramiko-1.7.1.tar.gz
+a1bbe4e318469869e0d4068be7e08f82  paramiko-1.7.2.tar.gz


More information about the scm-commits mailing list