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:           Sun Jan 24 20:27:06 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/filesystems/py-fs/Makefile
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/filesystems/py-fs/Makefile:1.5
--- pkgsrc/filesystems/py-fs/Makefile:1.4       Mon Aug 31 23:07:02 2020
+++ pkgsrc/filesystems/py-fs/Makefile   Sun Jan 24 20:27:06 2021
@@ -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/}

Index: pkgsrc/filesystems/py-fs/distinfo
diff -u pkgsrc/filesystems/py-fs/distinfo:1.2 pkgsrc/filesystems/py-fs/distinfo:1.3
--- pkgsrc/filesystems/py-fs/distinfo:1.2       Fri Dec 13 11:22:51 2019
+++ pkgsrc/filesystems/py-fs/distinfo   Sun Jan 24 20:27:06 2021
@@ -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