Date: Sat, 30 Sep 2023 00:48:46 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d77a70b00387 - main - devel/py-gcsfs: Update to 2023.9.2 Message-ID: <202309300048.38U0mk2F007073@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d77a70b0038780b749b77cff0885453e82b75fe3 commit d77a70b0038780b749b77cff0885453e82b75fe3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 00:22:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 00:44:32 +0000 devel/py-gcsfs: Update to 2023.9.2 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 be6227481af9..db280229f8ac 100644 --- a/devel/py-gcsfs/Makefile +++ b/devel/py-gcsfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcsfs -PORTVERSION= 2023.9.1 +PORTVERSION= 2023.9.2 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.1:devel/py-fsspec@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fsspec>=2023.9.2: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 7890d26dc9f9..2fae092d9147 100644 --- a/devel/py-gcsfs/distinfo +++ b/devel/py-gcsfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695357779 -SHA256 (gcsfs-2023.9.1.tar.gz) = 47698bba0468896bfb33749552fe459fa745069119d7c2605a53bf4f3a1f09ac -SIZE (gcsfs-2023.9.1.tar.gz) = 77042 +TIMESTAMP = 1696001350 +SHA256 (gcsfs-2023.9.2.tar.gz) = 7ca430816fa99b3df428506b557f08dbafab563a048393747507d0809fa4576b +SIZE (gcsfs-2023.9.2.tar.gz) = 77070 diff --git a/devel/py-gcsfs/files/patch-requirements.txt b/devel/py-gcsfs/files/patch-requirements.txt index ae31f3438af3..fa103d3e87a5 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.1 -+fsspec>=2023.9.1 +-fsspec==2023.9.2 ++fsspec>=2023.9.2 google-auth>=1.2 google-auth-oauthlib google-cloud-storage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300048.38U0mk2F007073>