pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-fsspec



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  3 07:16:36 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-fsspec: Makefile distinfo

Log Message:
py-fsspec: updated to 2025.9.0

2025.9.0

Enhancements

- include Last_modified info from HTTP headers to info
- add optional semaphore to async-wrapper

Fixes

- ensure cachingFSs show correct protocol
- fix simplecache cat_ranges

Other

- Style


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/py-fsspec/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/py-fsspec/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-fsspec/Makefile
diff -u pkgsrc/sysutils/py-fsspec/Makefile:1.21 pkgsrc/sysutils/py-fsspec/Makefile:1.22
--- pkgsrc/sysutils/py-fsspec/Makefile:1.21     Sat Aug  9 06:02:15 2025
+++ pkgsrc/sysutils/py-fsspec/Makefile  Wed Sep  3 07:16:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/08/09 06:02:15 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/09/03 07:16:36 adam Exp $
 
-DISTNAME=      fsspec-2025.7.0
+DISTNAME=      fsspec-2025.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fsspec/}
@@ -11,7 +11,7 @@ COMMENT=      File-system specification
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.27.0:../../devel/py-hatchling
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/sysutils/py-fsspec/distinfo
diff -u pkgsrc/sysutils/py-fsspec/distinfo:1.20 pkgsrc/sysutils/py-fsspec/distinfo:1.21
--- pkgsrc/sysutils/py-fsspec/distinfo:1.20     Sat Aug  9 06:02:15 2025
+++ pkgsrc/sysutils/py-fsspec/distinfo  Wed Sep  3 07:16:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2025/08/09 06:02:15 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/09/03 07:16:36 adam Exp $
 
-BLAKE2s (fsspec-2025.7.0.tar.gz) = e89795c3dc1cb6de877c477e9f380dd3fc810f5f6dc4741311831db7453d0df9
-SHA512 (fsspec-2025.7.0.tar.gz) = 98b6cc4a4f0ec717b5fb98ed06c21a72706df1d686fa43635f23780b9a2140d27e6baaa0542b5f811ee76134dafd9632e348b8491edf312ed2c440193933c418
-Size (fsspec-2025.7.0.tar.gz) = 304432 bytes
+BLAKE2s (fsspec-2025.9.0.tar.gz) = ce7e498809f4085282a43ea0b5ec777bc4bfd6966c11bc40e51f7f08404af13b
+SHA512 (fsspec-2025.9.0.tar.gz) = 2aa2b89ab6d5d145844d785e88ba5e964c42b0af4903237a51765bb2084ea06d603cdbfc41bf6b7efe423541461cd5d2156b48db17e91e8b2ac4e7b63bcfc17c
+Size (fsspec-2025.9.0.tar.gz) = 304847 bytes



Home | Main Index | Thread Index | Old Index