py-fs: updated to 2.4.16

2.4.16

Changed

- 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.
This commit is contained in:
adam 2022-05-10 05:42:57 +00:00
parent 3fc7c401c4
commit 544ee72650
3 changed files with 13 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2022/05/01 09:11:49 wiz Exp $
# $NetBSD: Makefile,v 1.11 2022/05/10 05:42:57 adam Exp $
DISTNAME= fs-2.4.15
DISTNAME= fs-2.4.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= filesystems python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fs/}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2019/12/13 11:22:51 adam Exp $
@comment $NetBSD: PLIST,v 1.3 2022/05/10 05:42:57 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@ -17,12 +17,18 @@ ${PYSITELIB}/fs/_fscompat.pyo
${PYSITELIB}/fs/_ftp_parse.py
${PYSITELIB}/fs/_ftp_parse.pyc
${PYSITELIB}/fs/_ftp_parse.pyo
${PYSITELIB}/fs/_pathcompat.py
${PYSITELIB}/fs/_pathcompat.pyc
${PYSITELIB}/fs/_pathcompat.pyo
${PYSITELIB}/fs/_repr.py
${PYSITELIB}/fs/_repr.pyc
${PYSITELIB}/fs/_repr.pyo
${PYSITELIB}/fs/_typing.py
${PYSITELIB}/fs/_typing.pyc
${PYSITELIB}/fs/_typing.pyo
${PYSITELIB}/fs/_tzcompat.py
${PYSITELIB}/fs/_tzcompat.pyc
${PYSITELIB}/fs/_tzcompat.pyo
${PYSITELIB}/fs/_url_tools.py
${PYSITELIB}/fs/_url_tools.pyc
${PYSITELIB}/fs/_url_tools.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2022/02/07 20:57:20 adam Exp $
$NetBSD: distinfo,v 1.9 2022/05/10 05:42:57 adam Exp $
BLAKE2s (fs-2.4.15.tar.gz) = cdb3ad23731369b1f60cb4fc56f114d6e91f5c4b01c270924f34835b6898d18c
SHA512 (fs-2.4.15.tar.gz) = 1d3df2f2aa64ca8a01871b704e48bf10cf8d92259dde9b59ff7b3797235ef6eb86e5ef3fb704c645870b24954a990e6efeeca5211f044ff16e2c3f99bedbfb86
Size (fs-2.4.15.tar.gz) = 184933 bytes
BLAKE2s (fs-2.4.16.tar.gz) = 47eec044419f63a252763039981a2f7809cb0ba3f2011659d47e9d1749bdca3a
SHA512 (fs-2.4.16.tar.gz) = 7d9a03b5a782cce048189a7ff527757e60ef6fbb99925713b0179dc9c483f63b54fb1911f39bf2230366c789c526a1b8927863ce93e13a0f71fd8734a7fdb9df
Size (fs-2.4.16.tar.gz) = 187441 bytes