summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-01-24 20:27:06 +0000
committeradam <adam@pkgsrc.org>2021-01-24 20:27:06 +0000
commit09b54010509e6d978925004dad9816e402b24b99 (patch)
tree20519608712c31301d0836c146635987127bdf01 /filesystems
parent837f53ed82743a522552db38642619340a5d6259 (diff)
downloadpkgsrc-09b54010509e6d978925004dad9816e402b24b99.tar.gz
py-fs: updated to 2.4.12
2.4.12 Added Missing mode attribute to _MemoryFile objects returned by MemoryFS.openbin. Missing readinto method for MemoryFS and FTPFS file objects. Added compatibility if a Windows FTP server returns file information to the LIST command with 24-hour times. Changed Start testing on PyPy. Due to 342 we have to treat PyPy builds specially and allow them to fail, but at least we'll be able to see if we break something aside from known issues with FTP tests. Include docs in source distributions as well as the whole tests folder, ensuring conftest.py is present, fixes 364. Stop patching copy with Python 3.8+ because it already uses sendfile. Fixed Fixed crash when CPython's -OO flag is used Fixed error when parsing timestamps from a FTP directory served from a WindowsNT FTP Server, fixes 395. Fixed documentation of Mode.to_platform_bin. Fixed the code example in the "Testing Filesystems" section of the "Implementing Filesystems" guide. Fixed FTPFS.openbin not implicitly opening files in binary mode like expected from openbin.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/py-fs/Makefile4
-rw-r--r--filesystems/py-fs/distinfo11
2 files changed, 7 insertions, 8 deletions
diff --git a/filesystems/py-fs/Makefile b/filesystems/py-fs/Makefile
index d9b181482ae..befbefa79dd 100644
--- a/filesystems/py-fs/Makefile
+++ b/filesystems/py-fs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/08/31 23:07:02 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/24 20:27:06 adam Exp $
-DISTNAME= fs-2.4.11
+DISTNAME= fs-2.4.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= filesystems python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fs/}
diff --git a/filesystems/py-fs/distinfo b/filesystems/py-fs/distinfo
index 119051616ea..b93ae9ea2dd 100644
--- a/filesystems/py-fs/distinfo
+++ b/filesystems/py-fs/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/12/13 11:22:51 adam Exp $
+$NetBSD: distinfo,v 1.3 2021/01/24 20:27:06 adam Exp $
-SHA1 (fs-2.4.11.tar.gz) = e5456119c108e60166ce00130883355b0f806fae
-RMD160 (fs-2.4.11.tar.gz) = 81c9354dbc5f8486a98849016038d13ca6c14054
-SHA512 (fs-2.4.11.tar.gz) = 8a4e25b47427d8467e697ac5eff645130f159f0479386c958ebcc87839e6b8d4b2d46c3bb078208eb067629078960fde551fa14842cf65ff29afb0238911b4f5
-Size (fs-2.4.11.tar.gz) = 128125 bytes
-SHA1 (patch-tests_conftest.py) = cb8f0cfc5358b1fc87555b31f7a077d96bc397bb
+SHA1 (fs-2.4.12.tar.gz) = c2fc9fe9b511ca579f422195ae5bcee536d2524a
+RMD160 (fs-2.4.12.tar.gz) = 39eaa94c2f4073d548333a671b5d1c9a5b2dc3e3
+SHA512 (fs-2.4.12.tar.gz) = bcdb6ed1efdecc577437c1d388cc5248625e550014cd78446455629f367f580f438c9ae09c26b351e8c4c6d4349a6a6b723f45e8c25a7ad33a307fa80166793e
+Size (fs-2.4.12.tar.gz) = 163505 bytes