diff --git a/paramiko-1.7.7.1.zip b/paramiko-1.7.7.1.zip deleted file mode 100644 index 0d22da2..0000000 --- a/paramiko-1.7.7.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:189853a8d96a53f8197b3be8dbd9c288ec17545e8b2c2d0a0883e8c5f9d7df02 -size 1069179 diff --git a/paramiko-1.7.7.2.zip b/paramiko-1.7.7.2.zip new file mode 100644 index 0000000..611664e --- /dev/null +++ b/paramiko-1.7.7.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d659073d6c61faae1756c8837159b6edc9b98da4b9d0e930212414b46c62599 +size 1066799 diff --git a/python-paramiko.changes b/python-paramiko.changes index 1d77bd3..0715613 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jun 24 20:04:03 UTC 2012 - os-dev@jacraig.com + +- Update to 1.7.7.2: + * Merge pull request #63: https://github.com/paramiko/paramiko/pull/63 which + fixes exceptions that occur when re-keying over fast connections. +- Add unit tests to build + ------------------------------------------------------------------- Mon Mar 12 21:05:53 UTC 2012 - saschpe@gmx.de diff --git a/python-paramiko.spec b/python-paramiko.spec index 956d4d7..f1a75b1 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -17,7 +17,7 @@ Name: python-paramiko -Version: 1.7.7.1 +Version: 1.7.7.2 Release: 0 Url: http://www.lag.net/paramiko/ Summary: SSH2 protocol library @@ -26,6 +26,7 @@ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.zip 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 @@ -50,8 +51,11 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%check +python test.py + %files -%defattr(-,root,root,-) +%defattr(-,root,root) %doc LICENSE README demos docs %{python_sitelib}/*