update to 1.14.0 [release 1.14.0-1mamba;Tue Aug 19 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 16:14:27 +01:00
parent 14d6cb9100
commit 564ea21e86

View File

@ -1,6 +1,6 @@
Name: python-paramiko
Version: 1.13
Release: 2mamba
Version: 1.14.0
Release: 1mamba
Summary: Paramiko SSH2 library for Python
Group: System/Libraries/Python
Vendor: openmamba
@ -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/%{version}/paramiko-%{version}.tar.bz2
Source: https://github.com/paramiko/paramiko.git/v%{version}/paramiko-%{version}.tar.bz2
License: LGPL
Requires: python >= %python_version
Requires: python-crypto
@ -56,6 +56,9 @@ CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' bu
%doc LICENSE README demos/
%changelog
* Tue Aug 19 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.0-1mamba
- update to 1.14.0
* Mon Mar 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-2mamba
- require python-ecdsa