[python26-paramiko: 31/33] 1.7.7.1

Andy Grimm arg at fedoraproject.org
Thu Jul 7 00:42:44 UTC 2011


commit e51d37391df9b921c5c261cdf593322111880d06
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Wed Jul 6 11:37:46 2011 -0500

    1.7.7.1

 .gitignore           |    2 ++
 python-paramiko.spec |   26 ++++++++++++++++++++------
 sources              |    3 ++-
 3 files changed, 24 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e35dacc..7f900dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 paramiko-1.7.6.tar.gz
+/paramiko-1.7.7.1.tar.gz
+/paramiko-1.7.7.1.tar.gz.asc
diff --git a/python-paramiko.spec b/python-paramiko.spec
index bfb62b9..68ee50e 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -3,8 +3,8 @@
 %global srcname paramiko
 
 Name:           python-paramiko
-Version:        1.7.6
-Release:        4%{?dist}
+Version:        1.7.7.1
+Release:        1%{?dist}
 Summary:        SSH2 protocol library for python
 
 Group:          Development/Libraries
@@ -12,8 +12,7 @@ Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://www.lag.net/paramiko/
 Source0:        http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz
-# From: https://github.com/garyvdm/paramiko/commit/044e7029986a060552770feb1687b00862f1a6ba
-Patch0: 0001-Use-Crypto.Random-rather-than-Crypto.Util.RandomPool.patch
+Source1:        http://www.lag.net/paramiko/download/%{srcname}-%{version}.tar.gz.asc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -34,10 +33,9 @@ encrypted tunnel. (This is how sftp works, for example.)
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1 -b .randpooldepr
 
 %{__chmod} a-x demos/*
-%{__sed} -i -e '/^#!/,1d' demos/* paramiko/rng*
+%{__sed} -i -e '/^#!/,1d' demos/*
 
 %build
 %{__python} setup.py build
@@ -58,6 +56,22 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Wed Jul  6 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.7.1-1
+- v1.7.7.1 (George) 21may11
+- -------------------------
+-   * Make the verification phase of SFTP.put optional (Larry Wright)
+-   * Patches to fix AIX support (anonymous)
+-   * Patch from Michele Bertoldi to allow compression to be turned on in the
+-     client constructor.
+-   * Patch from Shad Sharma to raise an exception if the transport isn't active
+-     when you try to open a new channel.
+-   * Stop leaking file descriptors in the SSH agent (John Adams)
+-   * More fixes for Windows address family support (Andrew Bennetts)
+-   * Use Crypto.Random rather than Crypto.Util.RandomPool
+-     (Gary van der Merwe, #271791)
+-   * Support for openssl keys (tehfink)
+-   * Fix multi-process support by calling Random.atfork (sugarc0de)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e127415..01fb230 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-fa144ab46f1dc639b05ab948c30efac4  paramiko-1.7.6.tar.gz
+ce8e2c254378312a264206f65c354d72  paramiko-1.7.7.1.tar.gz
+ab63ffc6ebd72e0d95acf5b2ea18578d  paramiko-1.7.7.1.tar.gz.asc


More information about the scm-commits mailing list