git: c9e519bcd497 - main - devel/py-botocore: Update to 1.41.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Nov 2025 23:54:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c9e519bcd497feea5629812fe6e837d3abdbfe60
commit c9e519bcd497feea5629812fe6e837d3abdbfe60
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:23:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:23:50 +0000
devel/py-botocore: Update to 1.41.2
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 | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile
index da08fa66b5e7..35c7b6c9bb15 100644
--- a/devel/py-botocore/Makefile
+++ b/devel/py-botocore/Makefile
@@ -1,5 +1,5 @@
PORTNAME= botocore
-PORTVERSION= 1.40.64
+PORTVERSION= 1.41.2
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.27.6:devel/py-awscrt@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.28.4: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.27.6:devel/py-awscrt@${PY_FLAVOR}
+CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.28.4:devel/py-awscrt@${PY_FLAVOR}
.include <bsd.port.mk>
diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo
index d98ca830d792..28e4bdb0bd83 100644
--- a/devel/py-botocore/distinfo
+++ b/devel/py-botocore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762586784
-SHA256 (botocore-1.40.64.tar.gz) = a13af4009f6912eafe32108f6fa584fb26e24375149836c2bcaaaaec9a7a9e58
-SIZE (botocore-1.40.64.tar.gz) = 14409921
+TIMESTAMP = 1763853278
+SHA256 (botocore-1.41.2.tar.gz) = 49a3e8f4c1a1759a687941fef8b36efd7bafcf63c1ef74aa75d6497eb4887c9c
+SIZE (botocore-1.41.2.tar.gz) = 14660558
diff --git a/devel/py-botocore/files/patch-setup.cfg b/devel/py-botocore/files/patch-setup.cfg
index 5a82d13132fb..b1e21f71a841 100644
--- a/devel/py-botocore/files/patch-setup.cfg
+++ b/devel/py-botocore/files/patch-setup.cfg
@@ -1,11 +1,11 @@
---- setup.cfg.orig 2025-08-29 18:07:28 UTC
+--- setup.cfg.orig 2025-11-18 19:06:52 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.27.6
-+crt = awscrt>=0.27.6
+-crt = awscrt==0.28.4
++crt = awscrt>=0.28.4
[egg_info]
tag_build =
diff --git a/devel/py-botocore/files/patch-setup.py b/devel/py-botocore/files/patch-setup.py
index e0991a6b1787..f9ad3dcc9914 100644
--- a/devel/py-botocore/files/patch-setup.py
+++ b/devel/py-botocore/files/patch-setup.py
@@ -1,11 +1,11 @@
---- setup.py.orig 2025-08-29 18:03:06 UTC
+--- setup.py.orig 2025-11-18 19:01:56 UTC
+++ setup.py
@@ -33,7 +33,7 @@ extras_require = {
]
extras_require = {
-- 'crt': ['awscrt==0.27.6'],
-+ 'crt': ['awscrt>=0.27.6'],
+- 'crt': ['awscrt==0.28.4'],
++ 'crt': ['awscrt>=0.28.4'],
}
setup(