pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/py-fs



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue May 10 05:42:57 UTC 2022

Modified Files:
        pkgsrc/filesystems/py-fs: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/filesystems/py-fs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/filesystems/py-fs/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/filesystems/py-fs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/py-fs/Makefile
diff -u pkgsrc/filesystems/py-fs/Makefile:1.10 pkgsrc/filesystems/py-fs/Makefile:1.11
--- pkgsrc/filesystems/py-fs/Makefile:1.10      Sun May  1 09:11:49 2022
+++ pkgsrc/filesystems/py-fs/Makefile   Tue May 10 05:42:57 2022
@@ -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/}

Index: pkgsrc/filesystems/py-fs/PLIST
diff -u pkgsrc/filesystems/py-fs/PLIST:1.2 pkgsrc/filesystems/py-fs/PLIST:1.3
--- pkgsrc/filesystems/py-fs/PLIST:1.2  Fri Dec 13 11:22:51 2019
+++ pkgsrc/filesystems/py-fs/PLIST      Tue May 10 05:42:57 2022
@@ -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

Index: pkgsrc/filesystems/py-fs/distinfo
diff -u pkgsrc/filesystems/py-fs/distinfo:1.8 pkgsrc/filesystems/py-fs/distinfo:1.9
--- pkgsrc/filesystems/py-fs/distinfo:1.8       Mon Feb  7 20:57:20 2022
+++ pkgsrc/filesystems/py-fs/distinfo   Tue May 10 05:42:57 2022
@@ -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