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

@@ -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