Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 09:32:22 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: 23f52086d760 - main - devel/py-gcsfs: Update to 2024.3.1
Message-ID:  <202404130932.43D9WMSJ034449@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=23f52086d760921d00b54a3776d876cc347d9da8

commit 23f52086d760921d00b54a3776d876cc347d9da8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 09:29:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 09:31:38 +0000

    devel/py-gcsfs: Update to 2024.3.1
    
    Changes:        https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst
                    https://gcsfs.readthedocs.io/en/latest/changelog.html
---
 devel/py-gcsfs/Makefile                     |  5 ++---
 devel/py-gcsfs/distinfo                     |  6 +++---
 devel/py-gcsfs/files/patch-requirements.txt | 10 ----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/devel/py-gcsfs/Makefile b/devel/py-gcsfs/Makefile
index 69ba3062bd45..23862bece2d4 100644
--- a/devel/py-gcsfs/Makefile
+++ b/devel/py-gcsfs/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gcsfs
-PORTVERSION=	2023.10.0
-PORTREVISION=	1
+PORTVERSION=	2024.3.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 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.10.0:devel/py-fsspec@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fsspec>=${PORTVERSION}<${PORTVERSION}_99: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 2726965349b0..59331bbd0229 100644
--- a/devel/py-gcsfs/distinfo
+++ b/devel/py-gcsfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698341003
-SHA256 (gcsfs-2023.10.0.tar.gz) = 1915e6d766faad9a295e815b13c59966b925a274108b8a56f673623bf4aef83f
-SIZE (gcsfs-2023.10.0.tar.gz) = 77377
+TIMESTAMP = 1712886428
+SHA256 (gcsfs-2024.3.1.tar.gz) = d34bdb8a1a51e1b2552ae9e47d1933dec41162ba6b6cc8ea470aef693a8a6aa6
+SIZE (gcsfs-2024.3.1.tar.gz) = 79006
diff --git a/devel/py-gcsfs/files/patch-requirements.txt b/devel/py-gcsfs/files/patch-requirements.txt
deleted file mode 100644
index 31e70cbea45d..000000000000
--- a/devel/py-gcsfs/files/patch-requirements.txt
+++ /dev/null
@@ -1,10 +0,0 @@
---- requirements.txt.orig	2023-09-15 20:26:32 UTC
-+++ requirements.txt
-@@ -1,6 +1,6 @@
- aiohttp!=4.0.0a0, !=4.0.0a1
- decorator>4.1.2
--fsspec==2023.10.0
-+fsspec>=2023.10.0
- 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?202404130932.43D9WMSJ034449>