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: Wed Nov 17 13:50:30 UTC 2021
Modified Files:
pkgsrc/filesystems/py-fs: Makefile distinfo
Log Message:
py-fs: updated to 2.4.14
2.4.14
Added
- Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`.
- Added `fs.base.FS.getmodified`.
Changed
- FTP servers that do not support the MLST command now try to use the MDTM command to
retrieve the last modification timestamp of a resource.
Fixed
- Fixed performance bugs in `fs.copy.copy_dir_if_newer`. Test cases were adapted to catch those bugs in the future.
- Fixed precision bug for timestamps in `fs.OSFS.setinfo`.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/filesystems/py-fs/Makefile \
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.6 pkgsrc/filesystems/py-fs/Makefile:1.7
--- pkgsrc/filesystems/py-fs/Makefile:1.6 Fri Apr 16 13:17:39 2021
+++ pkgsrc/filesystems/py-fs/Makefile Wed Nov 17 13:50:30 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/04/16 13:17:39 adam Exp $
+# $NetBSD: Makefile,v 1.7 2021/11/17 13:50:30 adam Exp $
-DISTNAME= fs-2.4.13
+DISTNAME= fs-2.4.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= filesystems python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/fs/}
@@ -14,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.3:
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
TEST_DEPENDS+= ${PYPKGPREFIX}-pyftpdlib-[0-9]*:../../net/py-pyftpdlib
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
Index: pkgsrc/filesystems/py-fs/distinfo
diff -u pkgsrc/filesystems/py-fs/distinfo:1.6 pkgsrc/filesystems/py-fs/distinfo:1.7
--- pkgsrc/filesystems/py-fs/distinfo:1.6 Tue Oct 26 10:25:30 2021
+++ pkgsrc/filesystems/py-fs/distinfo Wed Nov 17 13:50:30 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:25:30 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/11/17 13:50:30 adam Exp $
-BLAKE2s (fs-2.4.13.tar.gz) = a05f77fd2fda3d923dd784e31dcfd0b179bb786502436ca6c165255ac9cee47d
-SHA512 (fs-2.4.13.tar.gz) = fc3c3f5bbc437899ecc862db5354ba06cd1cf4042a46adeb84bec02ccc4d3a82600aa7f4819367eb1a2ed1fba8e2971a4ba6e03f0335cb77693159c7968f6833
-Size (fs-2.4.13.tar.gz) = 179654 bytes
+BLAKE2s (fs-2.4.14.tar.gz) = 2b37f6b00db2de5e466147ded2f9e82c4fb912f1dd4676cee1f6e781e17bb83d
+SHA512 (fs-2.4.14.tar.gz) = a9604c2837a04c0baefd4da6d3edaa81131282c9ea8d448ab2d8e60ee7fb3b3d9e9898f9dc80d6df8f5a6d4f26b34416866b738b4ca9218fdd5f6894d8c4e2f8
+Size (fs-2.4.14.tar.gz) = 184588 bytes
Home |
Main Index |
Thread Index |
Old Index