pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/py-fs py-fs: updated to 2.4.16



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbcdf8276807
branches:  trunk
changeset: 378967:bbcdf8276807
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 10 05:42:57 2022 +0000

description:
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:

 filesystems/py-fs/Makefile |  4 ++--
 filesystems/py-fs/PLIST    |  8 +++++++-
 filesystems/py-fs/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r b0aa854d698e -r bbcdf8276807 filesystems/py-fs/Makefile
--- a/filesystems/py-fs/Makefile        Tue May 10 05:40:43 2022 +0000
+++ b/filesystems/py-fs/Makefile        Tue May 10 05:42:57 2022 +0000
@@ -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 -r b0aa854d698e -r bbcdf8276807 filesystems/py-fs/PLIST
--- a/filesystems/py-fs/PLIST   Tue May 10 05:40:43 2022 +0000
+++ b/filesystems/py-fs/PLIST   Tue May 10 05:42:57 2022 +0000
@@ -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/_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 -r b0aa854d698e -r bbcdf8276807 filesystems/py-fs/distinfo
--- a/filesystems/py-fs/distinfo        Tue May 10 05:40:43 2022 +0000
+++ b/filesystems/py-fs/distinfo        Tue May 10 05:42:57 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index