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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:932b2bf9f76bcc50ebe9711378f7503f71410ddeb1a77754139b886fc5302e4f
size 124012

3
fs-2.4.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42022b74cfa30b1fad4e697720b1bc0eed8c49ca80ed8f5f0bb07d9db41d62bf
size 124343

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>

View File

@@ -13,13 +13,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fs
Version: 2.4.4
Version: 2.4.5
Release: 0
Summary: Python's filesystem abstraction layer
License: MIT