summaryrefslogtreecommitdiff
path: root/filesystems/py-fs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-05-10 05:42:57 +0000
committeradam <adam@pkgsrc.org>2022-05-10 05:42:57 +0000
commit14f7c0887eaa724bc28f82329a54c1bb25af0cb1 (patch)
tree4477c0ac248069a066cb377f50c3199df411ae25 /filesystems/py-fs
parent315452bb75003241317eec7ae97980a7b916858a (diff)
downloadpkgsrc-14f7c0887eaa724bc28f82329a54c1bb25af0cb1.tar.gz
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.
Diffstat (limited to 'filesystems/py-fs')
-rw-r--r--filesystems/py-fs/Makefile4
-rw-r--r--filesystems/py-fs/PLIST8
-rw-r--r--filesystems/py-fs/distinfo8
3 files changed, 13 insertions, 7 deletions
diff --git a/filesystems/py-fs/Makefile b/filesystems/py-fs/Makefile
index 50d14e33338..687523b2318 100644
--- a/filesystems/py-fs/Makefile
+++ b/filesystems/py-fs/Makefile
@@ -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/}
diff --git a/filesystems/py-fs/PLIST b/filesystems/py-fs/PLIST
index fced286e1a1..efd2a15e327 100644
--- a/filesystems/py-fs/PLIST
+++ b/filesystems/py-fs/PLIST
@@ -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
diff --git a/filesystems/py-fs/distinfo b/filesystems/py-fs/distinfo
index 6648f2ab09d..b48ce827a9d 100644
--- a/filesystems/py-fs/distinfo
+++ b/filesystems/py-fs/distinfo
@@ -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