SHA256
15
0
forked from pool/python-fs

Accepting request 703517 from home:anandrit:branches:devel:languages:python

Update to 2.4.5
Fixes:
* Restored deprecated setfile method with deprecation warning
  to change to writefile
* Fixed exception when a tarfile contains a path called '.'
* Made TarFS directory loading lazy

OBS-URL: https://build.opensuse.org/request/show/703517
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fs?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2019-05-16 18:20:49 +00:00
committed by Git OBS Bridge
parent 42c9e126b3
commit 6c474ebde8
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 16 18:12:13 UTC 2019 - ranand@suse.com
Update to 2.4.5
Fixes:
* Restored deprecated setfile method with deprecation warning
to change to writefile
* Fixed exception when a tarfile contains a path called '.'
* Made TarFS directory loading lazy
-------------------------------------------------------------------
Fri Mar 1 09:24:19 UTC 2019 - John Vandenberg <jayvdb@gmail.com>