git: 096b9a74bfdb - main - devel/py-gcsfs: Update to 2023.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 02:16:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=096b9a74bfdbabc0bd7d1332926245443e23c4f9 commit 096b9a74bfdbabc0bd7d1332926245443e23c4f9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-01 01:48:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-01 01:57:08 +0000 devel/py-gcsfs: Update to 2023.10.0 Changes: https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst https://gcsfs.readthedocs.io/en/latest/changelog.html --- devel/py-gcsfs/Makefile | 4 ++-- devel/py-gcsfs/distinfo | 6 +++--- devel/py-gcsfs/files/patch-requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-gcsfs/Makefile b/devel/py-gcsfs/Makefile index db280229f8ac..c02c844a0142 100644 --- a/devel/py-gcsfs/Makefile +++ b/devel/py-gcsfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcsfs -PORTVERSION= 2023.9.2 +PORTVERSION= 2023.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>=4.1.2:devel/py-decorator@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fsspec>=2023.9.2:devel/py-fsspec@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fsspec>=2023.10.0:devel/py-fsspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>=0:security/py-google-auth-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=1.2:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=0:www/py-google-cloud-storage@${PY_FLAVOR} \ diff --git a/devel/py-gcsfs/distinfo b/devel/py-gcsfs/distinfo index 2fae092d9147..2726965349b0 100644 --- a/devel/py-gcsfs/distinfo +++ b/devel/py-gcsfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696001350 -SHA256 (gcsfs-2023.9.2.tar.gz) = 7ca430816fa99b3df428506b557f08dbafab563a048393747507d0809fa4576b -SIZE (gcsfs-2023.9.2.tar.gz) = 77070 +TIMESTAMP = 1698341003 +SHA256 (gcsfs-2023.10.0.tar.gz) = 1915e6d766faad9a295e815b13c59966b925a274108b8a56f673623bf4aef83f +SIZE (gcsfs-2023.10.0.tar.gz) = 77377 diff --git a/devel/py-gcsfs/files/patch-requirements.txt b/devel/py-gcsfs/files/patch-requirements.txt index fa103d3e87a5..31e70cbea45d 100644 --- a/devel/py-gcsfs/files/patch-requirements.txt +++ b/devel/py-gcsfs/files/patch-requirements.txt @@ -3,8 +3,8 @@ @@ -1,6 +1,6 @@ aiohttp!=4.0.0a0, !=4.0.0a1 decorator>4.1.2 --fsspec==2023.9.2 -+fsspec>=2023.9.2 +-fsspec==2023.10.0 ++fsspec>=2023.10.0 google-auth>=1.2 google-auth-oauthlib google-cloud-storage