14
0
forked from pool/python-scp

Accepting request 918478 from home:mnhauke

- Run unittests
- Get tarball from github.com instead pythonhosted.org

- Update to 0.14.1
  * Don't fail if 'pathlib' doesn't import (Python 2)
  * Accept 'unicode' objects as paths (Python 2)
- Update to 0.14.0
  * Accept iterables other than list and tuple in get() and put()
  * Accept pathlib.Path objects

OBS-URL: https://build.opensuse.org/request/show/918478
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=16
This commit is contained in:
2021-09-12 13:57:22 +00:00
committed by Git OBS Bridge
parent 826458bd83
commit db8b953d29
4 changed files with 27 additions and 8 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Sep 11 22:23:23 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Run unittests
- Get tarball from github.com instead pythonhosted.org
-------------------------------------------------------------------
Sat Sep 11 12:35:33 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to 0.14.1
* Don't fail if 'pathlib' doesn't import (Python 2)
* Accept 'unicode' objects as paths (Python 2)
- Update to 0.14.0
* Accept iterables other than list and tuple in get() and put()
* Accept pathlib.Path objects
-------------------------------------------------------------------
Sat Jul 17 13:37:23 UTC 2021 - Dirk Müller <dmueller@suse.com>