14
0
forked from pool/python-scp

Accepting request 903120 from home:mnhauke

- 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)

OBS-URL: https://build.opensuse.org/request/show/903120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=14
This commit is contained in:
2021-06-29 20:53:20 +00:00
committed by Git OBS Bridge
parent 61a0563bed
commit 9e275f34cd
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 29 20:06:41 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- 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 <dmueller@suse.com>