summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-11-17 13:50:30 +0000
committeradam <adam@pkgsrc.org>2021-11-17 13:50:30 +0000
commit2f27bd604f3e216eaaff35337aedd1a41ff2999f (patch)
tree9f604dd20109eb3f0ae0ebf6c6b9e4a7428d6d5a /filesystems
parent7d72bce7ccb42501140385c5a5fe3788dfa33bdb (diff)
downloadpkgsrc-2f27bd604f3e216eaaff35337aedd1a41ff2999f.tar.gz
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`.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/py-fs/Makefile5
-rw-r--r--filesystems/py-fs/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/filesystems/py-fs/Makefile b/filesystems/py-fs/Makefile
index df08ab35ea2..3d96c3770ec 100644
--- a/filesystems/py-fs/Makefile
+++ b/filesystems/py-fs/Makefile
@@ -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:../../devel/py-appdirs
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
diff --git a/filesystems/py-fs/distinfo b/filesystems/py-fs/distinfo
index fa1ed7516e5..7af7be19b6e 100644
--- a/filesystems/py-fs/distinfo
+++ b/filesystems/py-fs/distinfo
@@ -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