代码拉取完成,页面将自动刷新
Name: python-paramiko
Version: 3.5.0
Release: 1
Summary: Python SSH module
License: LGPLv2+
URL: https://github.com/paramiko/paramiko
Source0: https://github.com/paramiko/paramiko/archive/%{version}/paramiko-%{version}.tar.gz
Patch0: Remove-icecream-dep.patch
Patch9000: add-insecure-algorithm-log.patch
BuildArch: noarch
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
%description
Paramiko is a combination of the Esperanto words for "paranoid" and "friend". It is a module
for Python 2.7/3.4+ that implements the SSH2 protocol for secure (encrypted and authenticated)
connections to remote machines.
%package -n python3-paramiko
Summary: Python SSH module
BuildRequires: python3-devel python3-setuptools python3-bcrypt >= 3.2 python3-pytest
BuildRequires: python3-cryptography >= 3.3 python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.5
BuildRequires: python3-mock >= 2.0
BuildRequires: python3-lexicon >= 2.0.1 python3-invoke python3-pytest-relaxed
Requires: python3-bcrypt >= 3.2 python3-cryptography >= 3.3
Requires: python3-pyasn1 >= 0.1.7 python3-pynacl >= 1.5
%{?python_provide:%python_provide python3-paramiko}
%description -n python3-paramiko
Paramiko is a combination of the Esperanto words for "paranoid" and "friend". python3-paramiko is
a module for Python 3.4+ that implements the SSH2 protocol for secure (encrypted and authenticated)
connections to remote machines. Unlike SSL (aka TLS), SSH2 protocol does not require hierarchical
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 the encrypted tunnel (this is how SFTP works, for example).
%package help
Summary: Docs and demos for SSH2 protocol library for python
BuildRequires: python3-sphinx
Provides: python-paramiko-doc = %{version}-%{release}
Obsoletes: python-paramiko-doc <= %{version}-%{release}
%description help
This is the documentation and demos for python-paramiko.
%prep
%autosetup -p1 -n paramiko-%{version}
%build
%pyproject_build
%install
%pyproject_install
sphinx-build -b html sites/docs/ html/
rm -f html/.buildinfo
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version}
%files -n python3-paramiko
%license LICENSE
%{python3_sitelib}/paramiko*
%files help
%doc html/ demos/ README.rst
%changelog
* Tue Jan 21 2025 xu_ping <[email protected]> - 3.5.0-1
- Upgrade version to 3.5.0
* Tue Jun 25 2024 zhangpan <[email protected]> - 3.4.0-2
- add insecure algorithm log
* Tue Jan 09 2024 yaoxin <[email protected]> - 3.4.0-1
- Upgrade to 3.4.0 for fix CVE-2023-48795
* Thu Jun 15 2023 yaoxin <[email protected]> - 3.2.0-1
- Update to 3.2.0
* Thu Jun 23 2022 houyingchao <[email protected]> - 2.11.0-1
- Upgrade to version 2.11.0
* Mon Mar 28 2022 dongyuzhen <[email protected]> - 2.8.1-3
- fix CVE-2022-24302 and the rear patch of CVE-2022-24302
* Sat Feb 26 2022 zhanzhimin <[email protected]> - 2.8.1-2
- drop invoke dependencies as it requires ancient pytest
* Wed Dec 01 2021 zhanzhimin <[email protected]> - 2.8.1-1
- update to 2.8.1
* Thu Jan 28 2021 zhaorenhai <[email protected]> - 2.7.2-1
- Upgrade to 2.7.2
* Mon Aug 10 2020 lingsheng <[email protected]> - 2.4.1-8
- Remove python2-paramiko subpackage
* Wed Nov 06 2019 Lijin Yang <[email protected]> - 2.4.1-7
- init package
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。