From 2d4e7efa07a1c3410cf49e16f3d8bd1b308a3a4b89896b7cb8ff3fd10d8485de Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 29 May 2022 20:14:19 +0000 Subject: [PATCH] - 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 --- fs-2.4.15.tar.gz | 3 --- fs-2.4.16.tar.gz | 3 +++ python-fs.changes | 13 +++++++++++++ python-fs.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 fs-2.4.15.tar.gz create mode 100644 fs-2.4.16.tar.gz diff --git a/fs-2.4.15.tar.gz b/fs-2.4.15.tar.gz deleted file mode 100644 index 227751c..0000000 --- a/fs-2.4.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b09d02c311f4add1e6e2b75724c450eafcfeecc917579224ca8ad21dacd0a182 -size 184933 diff --git a/fs-2.4.16.tar.gz b/fs-2.4.16.tar.gz new file mode 100644 index 0000000..d6df7bb --- /dev/null +++ b/fs-2.4.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae97c7d51213f4b70b6a958292530289090de3a7e15841e108fbe144f069d313 +size 187441 diff --git a/python-fs.changes b/python-fs.changes index 87d8125..4c5418a 100644 --- a/python-fs.changes +++ b/python-fs.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun May 29 20:03:22 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-fs.spec b/python-fs.spec index 131d187..dfccef7 100644 --- a/python-fs.spec +++ b/python-fs.spec @@ -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