From b58ca15a894e4b2173498a92b0e7052541775314 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:14:28 +0100 Subject: [PATCH] automatic version update by autodist [release 2.8.0-1mamba;Mon Oct 11 2021] --- python-paramiko.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-paramiko.spec b/python-paramiko.spec index a33e4f9..c7d4672 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,12 +1,12 @@ Name: python-paramiko -Version: 2.7.2 -Release: 2mamba +Version: 2.8.0 +Release: 1mamba Summary: Paramiko SSH2 library for Python Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Automatic Build System -URL: http://www.lag.net/paramiko/ +URL: https://www.lag.net/paramiko/ # https://github.com/robey/paramiko Source: https://github.com/paramiko/paramiko.git/%{version}/paramiko-%{version}.tar.bz2 License: LGPL @@ -14,10 +14,8 @@ Requires: python >= %python_version Requires: python-crypto BuildRequires: python-setuptools-devel ## AUTOBUILDREQ-BEGIN -BuildRequires: python-crypto ## AUTOBUILDREQ-END Requires: python-ecdsa -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Paramiko (a combination of the esperanto words for "paranoid" and "friend") is a module for python 2.3 or greater that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. Unlike SSL (aka TLS), the SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. You may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across an encrypted tunnel. (This is how sftp works, for example.) @@ -70,6 +68,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build #%doc demos/ %changelog +* Mon Oct 11 2021 Automatic Build System 2.8.0-1mamba +- automatic version update by autodist + * Tue Sep 08 2020 Silvan Calarco 2.7.2-2mamba - rebuilt with py3* packages