Date: Sat, 02 May 2026 11:19:34 +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: 9d8e273ddfd7 - main - devel/py-botocore: Update to 1.43.0 Message-ID: <69f5ddc6.30a73.7327ef4f@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=9d8e273ddfd74e979966ff1ecbb2cec76c47fdb3 commit 9d8e273ddfd74e979966ff1ecbb2cec76c47fdb3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-02 11:13:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-02 11:13:50 +0000 devel/py-botocore: Update to 1.43.0 Changes: https://github.com/boto/botocore/blob/develop/CHANGELOG.rst --- devel/py-botocore/Makefile | 6 +++--- devel/py-botocore/distinfo | 6 +++--- devel/py-botocore/files/patch-setup.cfg | 6 +++--- devel/py-botocore/files/patch-setup.py | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile index add024c0d0e9..91569a5402a4 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= botocore -PORTVERSION= 1.42.96 +PORTVERSION= 1.43.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1<2.0.0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.1<3.0.0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.4,1<3,1:net/py-urllib3@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.29.0:devel/py-awscrt@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.32.2:devel/py-awscrt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} USES= python @@ -27,6 +27,6 @@ NO_ARCH= yes OPTIONS_DEFINE= CRT CRT_DESC= Common runtime support -CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.29.0:devel/py-awscrt@${PY_FLAVOR} +CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.32.2:devel/py-awscrt@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo index 9420a4ade9ca..409db57d000b 100644 --- a/devel/py-botocore/distinfo +++ b/devel/py-botocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777311636 -SHA256 (botocore-1.42.96.tar.gz) = 75b3b841ffacaa944f645196655a21ca777591dd8911e732bfb6614545af0250 -SIZE (botocore-1.42.96.tar.gz) = 15263344 +TIMESTAMP = 1777572512 +SHA256 (botocore-1.43.0.tar.gz) = e933b31a2d644253e1d029d7d39e99ba41b87e29300534f189744cc438cdf928 +SIZE (botocore-1.43.0.tar.gz) = 15286817 diff --git a/devel/py-botocore/files/patch-setup.cfg b/devel/py-botocore/files/patch-setup.cfg index 9cc3cd0c73da..a0e138c38cda 100644 --- a/devel/py-botocore/files/patch-setup.cfg +++ b/devel/py-botocore/files/patch-setup.cfg @@ -1,11 +1,11 @@ ---- setup.cfg.orig 2026-02-16 19:17:15 UTC +--- setup.cfg.orig 2026-04-29 19:50:06 UTC +++ setup.cfg @@ -9,7 +9,7 @@ requires_dist = urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10" [options.extras_require] --crt = awscrt==0.31.2 -+crt = awscrt>=0.31.2 +-crt = awscrt==0.32.2 ++crt = awscrt>=0.32.2 [egg_info] tag_build = diff --git a/devel/py-botocore/files/patch-setup.py b/devel/py-botocore/files/patch-setup.py index 4c107609a0ad..4540f1136ee2 100644 --- a/devel/py-botocore/files/patch-setup.py +++ b/devel/py-botocore/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2026-02-16 19:11:44 UTC +--- setup.py.orig 2026-04-29 19:50:04 UTC +++ setup.py -@@ -33,7 +33,7 @@ extras_require = { +@@ -29,7 +29,7 @@ extras_require = { ] extras_require = { -- 'crt': ['awscrt==0.31.2'], -+ 'crt': ['awscrt>=0.31.2'], +- 'crt': ['awscrt==0.32.2'], ++ 'crt': ['awscrt>=0.32.2'], } setup(home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f5ddc6.30a73.7327ef4f>
