forked from pool/python-fs
- update to 2.4.16:
* Make `fs.zipfs._ZipExtFile` use the seeking mechanism implemented
in the Python standard library in Python version 3.7 and later
* Mark `fs.zipfs.ReadZipFS` as a case-sensitive filesystem
* Optimized moving files between filesystems with syspaths.
* Fixed `fs.move.move_file` to clean up the copy on the destination in case of errors.
* `fs.opener.manage_fs` with `writeable=True` will now raise a `ResourceReadOnly`
exception if the managed filesystem is not writeable.
* Marked filesystems wrapped with `fs.wrap.WrapReadOnly` as read-only.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fs?expand=0&rev=30
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b09d02c311f4add1e6e2b75724c450eafcfeecc917579224ca8ad21dacd0a182
|
||||
size 184933
|
||||
BIN
fs-2.4.16.tar.gz
LFS
Normal file
BIN
fs-2.4.16.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 29 20:03:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.4.16:
|
||||
* Make `fs.zipfs._ZipExtFile` use the seeking mechanism implemented
|
||||
in the Python standard library in Python version 3.7 and later
|
||||
* Mark `fs.zipfs.ReadZipFS` as a case-sensitive filesystem
|
||||
* Optimized moving files between filesystems with syspaths.
|
||||
* Fixed `fs.move.move_file` to clean up the copy on the destination in case of errors.
|
||||
* `fs.opener.manage_fs` with `writeable=True` will now raise a `ResourceReadOnly`
|
||||
exception if the managed filesystem is not writeable.
|
||||
* Marked filesystems wrapped with `fs.wrap.WrapReadOnly` as read-only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 21:28:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-fs
|
||||
Version: 2.4.15
|
||||
Version: 2.4.16
|
||||
Release: 0
|
||||
Summary: Python's filesystem abstraction layer
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user