git: 2da19cbbf3fa - main - devel/py-s3fs: Update to 2023.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 02:16:33 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2da19cbbf3fa7868567646e9407006e4c9bf0f34
commit 2da19cbbf3fa7868567646e9407006e4c9bf0f34
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 01:49:19 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 02:08:24 +0000
devel/py-s3fs: Update to 2023.10.0
Changes: https://github.com/fsspec/s3fs/blob/main/docs/source/changelog.rst
https://s3fs.readthedocs.io/en/latest/changelog.html
---
devel/py-s3fs/Makefile | 6 +++---
devel/py-s3fs/distinfo | 6 +++---
devel/py-s3fs/files/patch-requirements.txt | 8 ++++++++
3 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/devel/py-s3fs/Makefile b/devel/py-s3fs/Makefile
index d00110957c72..f4fc88f560bc 100644
--- a/devel/py-s3fs/Makefile
+++ b/devel/py-s3fs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= s3fs
-PORTVERSION= 2023.9.2
+PORTVERSION= 2023.10.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,9 @@ WWW= https://s3fs.readthedocs.io/en/latest/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiobotocore>=2.5.4:devel/py-aiobotocore@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiobotocore>=2.7.0:devel/py-aiobotocore@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}fsspec>=2023.9.2:devel/py-fsspec@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}fsspec>=2023.10.0:devel/py-fsspec@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
diff --git a/devel/py-s3fs/distinfo b/devel/py-s3fs/distinfo
index d48abb6e855c..1ef3fd97e29a 100644
--- a/devel/py-s3fs/distinfo
+++ b/devel/py-s3fs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695588828
-SHA256 (s3fs-2023.9.2.tar.gz) = 64cccead32a816422dd9ae1d693c5d6354d99f64ae26c56388f1d8e1c7858321
-SIZE (s3fs-2023.9.2.tar.gz) = 71637
+TIMESTAMP = 1698341041
+SHA256 (s3fs-2023.10.0.tar.gz) = c40f238ccc9fefff3f6d09d4b5762abd6c913ba42e1a328976b54d038901b835
+SIZE (s3fs-2023.10.0.tar.gz) = 73834
diff --git a/devel/py-s3fs/files/patch-requirements.txt b/devel/py-s3fs/files/patch-requirements.txt
new file mode 100644
index 000000000000..6bf758a4f4e4
--- /dev/null
+++ b/devel/py-s3fs/files/patch-requirements.txt
@@ -0,0 +1,8 @@
+--- requirements.txt.orig 2023-10-21 17:54:10 UTC
++++ requirements.txt
+@@ -1,3 +1,3 @@
+-aiobotocore~=2.7.0
+-fsspec==2023.10.0
++aiobotocore>=2.7.0
++fsspec>=2023.10.0
+ aiohttp!=4.0.0a0, !=4.0.0a1