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.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ecd23ce39c67
branches:  trunk
changeset: 445521:ecd23ce39c67
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 24 20:27:06 2021 +0000

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

 filesystems/py-fs/Makefile |   4 ++--
 filesystems/py-fs/distinfo |  11 +++++------
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r b792dc96e811 -r ecd23ce39c67 filesystems/py-fs/Makefile
--- a/filesystems/py-fs/Makefile        Sun Jan 24 20:10:55 2021 +0000
+++ b/filesystems/py-fs/Makefile        Sun Jan 24 20:27:06 2021 +0000
@@ -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 -r b792dc96e811 -r ecd23ce39c67 filesystems/py-fs/distinfo
--- a/filesystems/py-fs/distinfo        Sun Jan 24 20:10:55 2021 +0000
+++ b/filesystems/py-fs/distinfo        Sun Jan 24 20:27:06 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index