From 564ea21e869cc90abfac25ed2d31dc3c7d9b15a6 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:14:27 +0100 Subject: [PATCH] update to 1.14.0 [release 1.14.0-1mamba;Tue Aug 19 2014] --- python-paramiko.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-paramiko.spec b/python-paramiko.spec index c539131..2eb50ee 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -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 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 1.14.0-1mamba +- update to 1.14.0 + * Mon Mar 24 2014 Silvan Calarco 1.13-2mamba - require python-ecdsa