mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
d5a02a790d
commit
d77a70b003
3 changed files with 7 additions and 7 deletions
|
@ -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} \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue