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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afe18d81e5d1
branches:  trunk
changeset: 769628:afe18d81e5d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 17 13:50:30 2021 +0000

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

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

diffs (33 lines):

diff -r 72d8d7f399c7 -r afe18d81e5d1 filesystems/py-fs/Makefile
--- a/filesystems/py-fs/Makefile        Wed Nov 17 11:24:24 2021 +0000
+++ b/filesystems/py-fs/Makefile        Wed Nov 17 13:50:30 2021 +0000
@@ -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}-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 -r 72d8d7f399c7 -r afe18d81e5d1 filesystems/py-fs/distinfo
--- a/filesystems/py-fs/distinfo        Wed Nov 17 11:24:24 2021 +0000
+++ b/filesystems/py-fs/distinfo        Wed Nov 17 13:50:30 2021 +0000
@@ -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