14
0
forked from pool/python-scp

- update to 0.13.6:

* Fix put when the source directory has a trailing slash. It will now work
    similarly to rsync, copying the contents of the directory.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=15
This commit is contained in:
2021-09-07 06:54:36 +00:00
committed by Git OBS Bridge
parent 9e275f34cd
commit 826458bd83
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 17 13:37:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.13.6:
* Fix put when the source directory has a trailing slash. It will now work
similarly to rsync, copying the contents of the directory.
-------------------------------------------------------------------
Tue Jun 29 20:06:41 UTC 2021 - Martin Hauke <mardnh@gmx.de>