diff --git a/python-scp.changes b/python-scp.changes index 8b48e78..be63202 100644 --- a/python-scp.changes +++ b/python-scp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 25 13:59:28 UTC 2019 - pgajdos@suse.com + +- version update to 0.13.2 + * Fix AssertionError in recursive get() when `_rename` is set and + server sends a POPD at the end (`_depth > 0`) + ------------------------------------------------------------------- Wed Mar 13 13:52:24 UTC 2019 - Tomáš Chvátal diff --git a/python-scp.spec b/python-scp.spec index f4f14b4..bf6129c 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.0 +Version: 0.13.2 Release: 0 Summary: SSH scp module for paramiko License: LGPL-2.1-or-later diff --git a/scp-0.13.0.tar.gz b/scp-0.13.0.tar.gz deleted file mode 100644 index d9b63b2..0000000 --- a/scp-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfcc275c249ae59480f88fa55c4bd7795ce8b48d3a9b8fd635d82958084b4124 -size 11323 diff --git a/scp-0.13.2.tar.gz b/scp-0.13.2.tar.gz new file mode 100644 index 0000000..cd9142a --- /dev/null +++ b/scp-0.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9d6e67c0331485d3db146bf9ee9baff8a48f3eb0e6c08276a8584b13bf34b3 +size 11517