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:
@@ -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
|
||||
|
Reference in New Issue
Block a user