diff --git a/paramiko-3.4.0.tar.gz b/paramiko-3.4.0.tar.gz deleted file mode 100644 index f711c8556bdc3e037bdb819f1c342d9bdf9aa0e0..0000000000000000000000000000000000000000 Binary files a/paramiko-3.4.0.tar.gz and /dev/null differ diff --git a/paramiko-3.5.0.tar.gz b/paramiko-3.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..158917c15d3b6ad7a5bd6ab28382285ca65c36ca Binary files /dev/null and b/paramiko-3.5.0.tar.gz differ diff --git a/python-paramiko.spec b/python-paramiko.spec index 6bc74cebd805e00c629330434003a6541baa58af..2f36c098fc7416869d9fbec50f3437381105d9d4 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -1,6 +1,6 @@ Name: python-paramiko -Version: 3.4.0 -Release: 2 +Version: 3.5.0 +Release: 1 Summary: Python SSH module License: LGPLv2+ URL: https://github.com/paramiko/paramiko @@ -11,6 +11,8 @@ 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) @@ -47,10 +49,10 @@ This is the documentation and demos for python-paramiko. %autosetup -p1 -n paramiko-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install sphinx-build -b html sites/docs/ html/ rm -f html/.buildinfo @@ -60,13 +62,15 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} %files -n python3-paramiko %license LICENSE -%{python3_sitelib}/paramiko-*.egg-info/ -%{python3_sitelib}/paramiko/ +%{python3_sitelib}/paramiko* %files help %doc html/ demos/ README.rst %changelog +* Tue Jan 21 2025 xu_ping <707078654@qq.com> - 3.5.0-1 +- Upgrade version to 3.5.0 + * Tue Jun 25 2024 zhangpan - 3.4.0-2 - add insecure algorithm log