Date: Sat, 02 May 2026 21:37:35 +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: 37a107c03c05 - main - devel/py-aiobotocore: Update to 3.6.0 Message-ID: <69f66e9f.19725.97d07e6@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=37a107c03c0554c7264c986242cd28cfda6e878d commit 37a107c03c0554c7264c986242cd28cfda6e878d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-02 21:27:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-02 21:27:41 +0000 devel/py-aiobotocore: Update to 3.6.0 Changes: https://github.com/aio-libs/aiobotocore/releases --- devel/py-aiobotocore/Makefile | 5 ++--- devel/py-aiobotocore/distinfo | 6 +++--- devel/py-aiobotocore/files/patch-pyproject.toml | 6 +++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/devel/py-aiobotocore/Makefile b/devel/py-aiobotocore/Makefile index 51f45b76d79f..7d22a0bdac7b 100644 --- a/devel/py-aiobotocore/Makefile +++ b/devel/py-aiobotocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiobotocore -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,11 +16,10 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.12.0<4.0.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aioitertools>=0.5.1<1.0.0:devel/py-aioitertools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}botocore>=1.42.62:devel/py-botocore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}botocore>=1.42.90:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1<2.0.0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multidict>=6.0.0<7.0.0:www/py-multidict@${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} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.10.10<3.0.0:devel/py-wrapt@${PY_FLAVOR} USES= python diff --git a/devel/py-aiobotocore/distinfo b/devel/py-aiobotocore/distinfo index da7990adaf55..0d4d8f15b03f 100644 --- a/devel/py-aiobotocore/distinfo +++ b/devel/py-aiobotocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777252584 -SHA256 (aiobotocore-3.5.0.tar.gz) = d45d1c4659ad0e48b694a5aa4ff18829100386f7de96c8d146ec7757a6f12918 -SIZE (aiobotocore-3.5.0.tar.gz) = 123061 +TIMESTAMP = 1777722799 +SHA256 (aiobotocore-3.6.0.tar.gz) = 78e6b95b258bcdde8d681d6851f88f337ed30b2d6611fae45366e6bf7488feb3 +SIZE (aiobotocore-3.6.0.tar.gz) = 123104 diff --git a/devel/py-aiobotocore/files/patch-pyproject.toml b/devel/py-aiobotocore/files/patch-pyproject.toml index 51af52b2c909..39a0f0858061 100644 --- a/devel/py-aiobotocore/files/patch-pyproject.toml +++ b/devel/py-aiobotocore/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2026-04-21 07:06:11 UTC +--- pyproject.toml.orig 2026-05-01 20:14:10 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] @@ -16,11 +16,11 @@ classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', -@@ -31,7 +31,7 @@ dependencies = [ +@@ -30,7 +30,7 @@ dependencies = [ dependencies = [ "aiohttp >= 3.12.0, < 4.0.0", "aioitertools >= 0.5.1, < 1.0.0", -- "botocore >= 1.42.90, < 1.42.92", +- "botocore >= 1.42.90, < 1.43.1", + "botocore >= 1.42.90", "python-dateutil >= 2.1, < 3.0.0", "jmespath >= 0.7.1, < 2.0.0",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f66e9f.19725.97d07e6>
