Date: Mon, 09 Mar 2026 18:24:39 +0000 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: 311a58ae833d - main - net/py-blobfile: Update to 3.2.0 Message-ID: <69af1067.1e5db.552ab6ea@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=311a58ae833d1655337febb71c94f6385504f74d commit 311a58ae833d1655337febb71c94f6385504f74d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-03-09 17:58:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-03-09 18:19:09 +0000 net/py-blobfile: Update to 3.2.0 Changes: https://github.com/blobfile/blobfile/releases https://github.com/blobfile/blobfile/blob/master/CHANGES.md --- net/py-blobfile/Makefile | 6 +++--- net/py-blobfile/distinfo | 6 +++--- net/py-blobfile/files/patch-pyproject.toml | 10 ++++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/net/py-blobfile/Makefile b/net/py-blobfile/Makefile index 686e7b984cec..9adf5e2099c7 100644 --- a/net/py-blobfile/Makefile +++ b/net/py-blobfile/Makefile @@ -1,5 +1,5 @@ PORTNAME= blobfile -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,12 @@ WWW= https://github.com/blobfile/blobfile LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=3.0:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=4.9:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodomex>=3.8:security/py-pycryptodomex@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.3,1<3,1:net/py-urllib3@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}urllib3>=2,1:net/py-urllib3@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/net/py-blobfile/distinfo b/net/py-blobfile/distinfo index 8322a76179d6..1cf9211cfb7b 100644 --- a/net/py-blobfile/distinfo +++ b/net/py-blobfile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757436537 -SHA256 (blobfile-3.1.0.tar.gz) = d45b6b1fa3b0920732314c23ddbdb4f494ca12f787c2b6eb6bba6faa51382671 -SIZE (blobfile-3.1.0.tar.gz) = 77229 +TIMESTAMP = 1771421714 +SHA256 (blobfile-3.2.0.tar.gz) = 78514a9265b9aa7d4607042dc77c5e6461ab27036450ad8e1f6ef9a7f29bf958 +SIZE (blobfile-3.2.0.tar.gz) = 78442 diff --git a/net/py-blobfile/files/patch-pyproject.toml b/net/py-blobfile/files/patch-pyproject.toml index 897653ca5626..b31cd84d7fc2 100644 --- a/net/py-blobfile/files/patch-pyproject.toml +++ b/net/py-blobfile/files/patch-pyproject.toml @@ -1,9 +1,11 @@ ---- pyproject.toml.orig 2025-09-06 00:32:17 UTC +--- pyproject.toml.orig 2026-02-07 03:06:49 UTC +++ pyproject.toml -@@ -1,5 +1,5 @@ +@@ -20,7 +20,7 @@ include = ["blobfile*"] + include = ["blobfile*"] + [build-system] --requires = ["setuptools>=64.0"] -+requires = ["setuptools>=61.0"] +-requires = ["setuptools>=69"] ++requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" [tool.black]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1067.1e5db.552ab6ea>
