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
|
Name: python-paramiko
|
||||||
Version: 1.16.0
|
Version: 2.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Paramiko SSH2 library for Python
|
Summary: Paramiko SSH2 library for Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -8,7 +8,7 @@ Distribution: openmamba
|
|||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||||
URL: http://www.lag.net/paramiko/
|
URL: http://www.lag.net/paramiko/
|
||||||
# https://github.com/robey/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
|
License: LGPL
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
Requires: python-crypto
|
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
|
%{python_sitelib}/paramiko-%{version}*-py%{python_version}.egg-info/*.txt
|
||||||
%dir %{python_sitelib}/paramiko
|
%dir %{python_sitelib}/paramiko
|
||||||
%{python_sitelib}/paramiko/*.py*
|
%{python_sitelib}/paramiko/*.py*
|
||||||
%doc LICENSE README demos/
|
%doc LICENSE demos/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 06 2015 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user