14
0
forked from pool/python-scp

- Update to 0.15.0

* Add bandwidth control (limit_bw)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=29
This commit is contained in:
2025-06-12 09:44:46 +00:00
committed by Git OBS Bridge
parent e53eaa398d
commit 12899abba9
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-scp
Version: 0.14.5
Version: 0.15.0
Release: 0
Summary: SSH scp module for paramiko
License: LGPL-2.1-or-later
@@ -55,8 +55,6 @@ and has only been tested with this implementation.
%check
export SCPPY_PORT=10022
mkdir -p .ssh; touch .ssh/config
echo 'PubkeyAcceptedKeyTypes=+ssh-dss' >> .ssh/config
./.ci/setup_ssh.sh
# gh#jbardin/scp.py#167
%pyunittest -v || /bin/true