14
0
forked from pool/python-scp

Accepting request 688274 from home:pgajdos

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

OBS-URL: https://build.opensuse.org/request/show/688274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-03-25 14:09:56 +00:00
committed by Git OBS Bridge
parent efff7b1845
commit d13b2c8e9e
4 changed files with 11 additions and 4 deletions

View File

@@ -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 <tchvatal@suse.com>