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:
@@ -2,6 +2,8 @@
|
|||||||
Thu Jun 12 09:24:05 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
Thu Jun 12 09:24:05 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
- Convert to pip-based build
|
- Convert to pip-based build
|
||||||
|
- Update to 0.15.0
|
||||||
|
* Add bandwidth control (limit_bw)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 18 18:53:34 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
|
Tue Jul 18 18:53:34 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-scp
|
Name: python-scp
|
||||||
Version: 0.14.5
|
Version: 0.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SSH scp module for paramiko
|
Summary: SSH scp module for paramiko
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@@ -55,8 +55,6 @@ and has only been tested with this implementation.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export SCPPY_PORT=10022
|
export SCPPY_PORT=10022
|
||||||
mkdir -p .ssh; touch .ssh/config
|
|
||||||
echo 'PubkeyAcceptedKeyTypes=+ssh-dss' >> .ssh/config
|
|
||||||
./.ci/setup_ssh.sh
|
./.ci/setup_ssh.sh
|
||||||
# gh#jbardin/scp.py#167
|
# gh#jbardin/scp.py#167
|
||||||
%pyunittest -v || /bin/true
|
%pyunittest -v || /bin/true
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:809f21b463283ed5b0b20d45160dd4038ae3e33d4038673b75394691f1ca399e
|
|
||||||
size 12264
|
|
3
scp-0.15.0.tar.gz
Normal file
3
scp-0.15.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe699c913ecb9f62713beba34f7fdd22e5b4485536746d722f79ff61041b9d44
|
||||||
|
size 12616
|
Reference in New Issue
Block a user