diff --git a/python-scp.changes b/python-scp.changes index 3630c7b..7e45a70 100644 --- a/python-scp.changes +++ b/python-scp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jul 17 13:37:23 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-scp.spec b/python-scp.spec index 7d01d54..5ec7e33 100644 --- a/python-scp.spec +++ b/python-scp.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-scp -Version: 0.13.5 +Version: 0.13.6 Release: 0 Summary: SSH scp module for paramiko License: LGPL-2.1-or-later diff --git a/scp-0.13.5.tar.gz b/scp-0.13.5.tar.gz deleted file mode 100644 index 2d870eb..0000000 --- a/scp-0.13.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ab2ee9178b8be53dc5c9fe2f33761e01a2435087f5c9fb5b54519873c650d60 -size 11842 diff --git a/scp-0.13.6.tar.gz b/scp-0.13.6.tar.gz new file mode 100644 index 0000000..48ec70a --- /dev/null +++ b/scp-0.13.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a72f9d782e968b09b114d5607f96b1f16fe9942857afb355399edd55372fcf1 +size 11955