automatic version update by autodist [release 2.8.0-1mamba;Mon Oct 11 2021]

This commit is contained in:
Automatic Build System 2024-01-05 16:14:28 +01:00
parent 751289e33f
commit b58ca15a89

View File

@ -1,12 +1,12 @@
Name: python-paramiko Name: python-paramiko
Version: 2.7.2 Version: 2.8.0
Release: 2mamba Release: 1mamba
Summary: Paramiko SSH2 library for Python Summary: Paramiko SSH2 library for Python
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.lag.net/paramiko/ URL: https://www.lag.net/paramiko/
# https://github.com/robey/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/%{version}/paramiko-%{version}.tar.bz2
License: LGPL License: LGPL
@ -14,10 +14,8 @@ Requires: python >= %python_version
Requires: python-crypto Requires: python-crypto
BuildRequires: python-setuptools-devel BuildRequires: python-setuptools-devel
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: python-crypto
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python-ecdsa Requires: python-ecdsa
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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.) 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/ #%doc demos/
%changelog %changelog
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
- automatic version update by autodist
* Tue Sep 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.2-2mamba * Tue Sep 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.2-2mamba
- rebuilt with py3* packages - rebuilt with py3* packages