15
0

Accepting request 125886 from home:poorboywilly:branches:devel:languages:python

Update to 1.7.7.2 and add unit tests to build.

OBS-URL: https://build.opensuse.org/request/show/125886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=22
This commit is contained in:
Todd R
2012-06-25 10:11:05 +00:00
committed by Git OBS Bridge
parent 3aca16ec78
commit 178e08ae44
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:189853a8d96a53f8197b3be8dbd9c288ec17545e8b2c2d0a0883e8c5f9d7df02
size 1069179

3
paramiko-1.7.7.2.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d659073d6c61faae1756c8837159b6edc9b98da4b9d0e930212414b46c62599
size 1066799

View File

@@ -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

View File

@@ -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}/*