diff --git a/filesystems/py-s3fs/Makefile b/filesystems/py-s3fs/Makefile index 3a7fd85a5e2a..2b39174dff17 100644 --- a/filesystems/py-s3fs/Makefile +++ b/filesystems/py-s3fs/Makefile @@ -1,27 +1,26 @@ PORTNAME= s3fs -PORTVERSION= 2025.12.0 -PORTREVISION= 1 +PORTVERSION= 2026.1.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Convenient Filesystem interface over S3 WWW= https://s3fs.readthedocs.io/en/latest/ \ https://github.com/fsspec/s3fs LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiobotocore>=2.5.4<4.0.0:devel/py-aiobotocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fsspec>=${PORTVERSION}<${PORTVERSION}_99:filesystems/py-fsspec@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/filesystems/py-s3fs/distinfo b/filesystems/py-s3fs/distinfo index 3e8c542e44df..30e05334e3dc 100644 --- a/filesystems/py-s3fs/distinfo +++ b/filesystems/py-s3fs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765032798 -SHA256 (s3fs-2025.12.0.tar.gz) = 8612885105ce14d609c5b807553f9f9956b45541576a17ff337d9435ed3eb01f -SIZE (s3fs-2025.12.0.tar.gz) = 81217 +TIMESTAMP = 1768625715 +SHA256 (s3fs-2026.1.0.tar.gz) = b7a352dfb9553a2263b7ea4575d90cd3c64eb76cfc083b99cb90b36b31e9d09d +SIZE (s3fs-2026.1.0.tar.gz) = 81224 diff --git a/filesystems/py-s3fs/files/patch-requirements.txt b/filesystems/py-s3fs/files/patch-requirements.txt deleted file mode 100644 index 091d4b5c69ed..000000000000 --- a/filesystems/py-s3fs/files/patch-requirements.txt +++ /dev/null @@ -1,9 +0,0 @@ -Obtained from: https://github.com/fsspec/s3fs/commit/d565be0903387c972e837c425e16eb99ba2196b5 - ---- requirements.txt.orig 2025-12-03 15:33:26 UTC -+++ requirements.txt -@@ -1,3 +1,3 @@ --aiobotocore>=2.5.4,<3.0.0 -+aiobotocore>=2.5.4,<4.0.0 - fsspec==2025.12.0 - aiohttp!=4.0.0a0, !=4.0.0a1