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:           Mon Feb  7 20:57:20 UTC 2022

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

Log Message:
py-fs: updated to 2.4.15

2.4.15

Changed
- Support more lenient usernames and group names in FTP servers

Fixed
- Fixed `MemoryFS.move` and `MemoryFS.movedir` not updating the name of moved
  resources, causing `MemoryFS.scandir` to use the old name.
- Make `WrapFS.move` and `WrapFS.movedir` use the delegate FS methods instead
  of `fs.move` functions, which was causing optimized implementation of
  `movedir` to be always skipped.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/filesystems/py-fs/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/filesystems/py-fs/Makefile:1.9
--- pkgsrc/filesystems/py-fs/Makefile:1.8       Tue Jan  4 20:53:51 2022
+++ pkgsrc/filesystems/py-fs/Makefile   Mon Feb  7 20:57:20 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:53:51 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/02/07 20:57:20 adam Exp $
 
-DISTNAME=      fs-2.4.14
+DISTNAME=      fs-2.4.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    filesystems python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fs/}
 

Index: pkgsrc/filesystems/py-fs/distinfo
diff -u pkgsrc/filesystems/py-fs/distinfo:1.7 pkgsrc/filesystems/py-fs/distinfo:1.8
--- pkgsrc/filesystems/py-fs/distinfo:1.7       Wed Nov 17 13:50:30 2021
+++ pkgsrc/filesystems/py-fs/distinfo   Mon Feb  7 20:57:20 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/11/17 13:50:30 adam Exp $
+$NetBSD: distinfo,v 1.8 2022/02/07 20:57:20 adam Exp $
 
-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
+BLAKE2s (fs-2.4.15.tar.gz) = cdb3ad23731369b1f60cb4fc56f114d6e91f5c4b01c270924f34835b6898d18c
+SHA512 (fs-2.4.15.tar.gz) = 1d3df2f2aa64ca8a01871b704e48bf10cf8d92259dde9b59ff7b3797235ef6eb86e5ef3fb704c645870b24954a990e6efeeca5211f044ff16e2c3f99bedbfb86
+Size (fs-2.4.15.tar.gz) = 184933 bytes



Home | Main Index | Thread Index | Old Index