update to 2.0.0 [release 2.0.0-1mamba;Wed Jun 01 2016]
This commit is contained in:
parent
ab54241ab2
commit
eae4d58138
@ -1,5 +1,5 @@
|
||||
Name: python-paramiko
|
||||
Version: 1.16.0
|
||||
Version: 2.0.0
|
||||
Release: 1mamba
|
||||
Summary: Paramiko SSH2 library for Python
|
||||
Group: System/Libraries/Python
|
||||
@ -8,7 +8,7 @@ Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://www.lag.net/paramiko/
|
||||
# https://github.com/robey/paramiko
|
||||
Source: https://github.com/paramiko/paramiko.git/v%{version}/paramiko-%{version}.tar.bz2
|
||||
Source: https://github.com/paramiko/paramiko.git/%{version}/paramiko-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
Requires: python >= %python_version
|
||||
Requires: python-crypto
|
||||
@ -53,9 +53,12 @@ CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' bu
|
||||
%{python_sitelib}/paramiko-%{version}*-py%{python_version}.egg-info/*.txt
|
||||
%dir %{python_sitelib}/paramiko
|
||||
%{python_sitelib}/paramiko/*.py*
|
||||
%doc LICENSE README demos/
|
||||
%doc LICENSE demos/
|
||||
|
||||
%changelog
|
||||
* Wed Jun 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-1mamba
|
||||
- update to 2.0.0
|
||||
|
||||
* Fri Nov 06 2015 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user