diff --git a/python-scp.changes b/python-scp.changes index 67ba1f2..3630c7b 100644 --- a/python-scp.changes +++ b/python-scp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 29 20:06:41 UTC 2021 - Martin Hauke + +- Update to version 0.13.5 + * Fix extra space sent in SSH command-line for get(), causing + issues on some servers. +- Update to version 0.13.4 + * Add scp_command attribute, allowing changing the command run + on the server (for example to sudo scp) + ------------------------------------------------------------------- Thu Nov 26 08:46:13 UTC 2020 - Dirk Mueller diff --git a/python-scp.spec b/python-scp.spec index c2ba5ae..7d01d54 100644 --- a/python-scp.spec +++ b/python-scp.spec @@ -1,8 +1,8 @@ # # spec file for package python-scp # -# Copyright (c) 2020 SUSE LLC -# Copyright (c) 2017, Martin Hauke +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2017-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-scp -Version: 0.13.3 +Version: 0.13.5 Release: 0 Summary: SSH scp module for paramiko License: LGPL-2.1-or-later diff --git a/scp-0.13.3.tar.gz b/scp-0.13.3.tar.gz deleted file mode 100644 index c31508c..0000000 --- a/scp-0.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bd748293d7362073169b96ce4b8c4f93bcc62cfc5f7e1d949e01e406a025bd4 -size 11657 diff --git a/scp-0.13.5.tar.gz b/scp-0.13.5.tar.gz new file mode 100644 index 0000000..2d870eb --- /dev/null +++ b/scp-0.13.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab2ee9178b8be53dc5c9fe2f33761e01a2435087f5c9fb5b54519873c650d60 +size 11842