git: cb778c2bf9bb - main - devel/py-aiobotocore: Update to 3.3.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Apr 2026 22:02:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb778c2bf9bb57f948129d850446167b0393af17
commit cb778c2bf9bb57f948129d850446167b0393af17
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:23:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:51:38 +0000
devel/py-aiobotocore: Update to 3.3.0
Changes: https://github.com/aio-libs/aiobotocore/releases
---
devel/py-aiobotocore/Makefile | 4 ++--
devel/py-aiobotocore/distinfo | 6 +++---
devel/py-aiobotocore/files/patch-pyproject.toml | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/devel/py-aiobotocore/Makefile b/devel/py-aiobotocore/Makefile
index 4d6c4e26a0b4..73425f45e403 100644
--- a/devel/py-aiobotocore/Makefile
+++ b/devel/py-aiobotocore/Makefile
@@ -1,5 +1,5 @@
PORTNAME= aiobotocore
-PORTVERSION= 3.1.3
+PORTVERSION= 3.3.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ 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.41.0:devel/py-botocore@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}botocore>=1.42.62: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} \
diff --git a/devel/py-aiobotocore/distinfo b/devel/py-aiobotocore/distinfo
index 6709cc81937f..25836a7761b3 100644
--- a/devel/py-aiobotocore/distinfo
+++ b/devel/py-aiobotocore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771421536
-SHA256 (aiobotocore-3.1.3.tar.gz) = b1b6a95aa4c17410090f4adf16fd45e45a898140c83d4e9d554602f9310408c0
-SIZE (aiobotocore-3.1.3.tar.gz) = 122675
+TIMESTAMP = 1775587220
+SHA256 (aiobotocore-3.3.0.tar.gz) = 9abc21d91edd6c9c2e4a07e11bdfcbb159f0b9116ab2a0a5a349113533a18fb2
+SIZE (aiobotocore-3.3.0.tar.gz) = 122940
diff --git a/devel/py-aiobotocore/files/patch-pyproject.toml b/devel/py-aiobotocore/files/patch-pyproject.toml
index 8625b77ac1c3..f7399fd5057e 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-02-14 11:51:49 UTC
+--- pyproject.toml.orig 2026-03-18 09:38:50 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
@@ -20,8 +20,8 @@
dependencies = [
"aiohttp >= 3.12.0, < 4.0.0",
"aioitertools >= 0.5.1, < 1.0.0",
-- "botocore >= 1.41.0, < 1.42.50",
-+ "botocore >= 1.41.0",
+- "botocore >= 1.42.62, < 1.42.71",
++ "botocore >= 1.42.62",
"python-dateutil >= 2.1, < 3.0.0",
"jmespath >= 0.7.1, < 2.0.0",
"multidict >= 6.0.0, < 7.0.0",