git: e1eb74438a9a - main - devel/py-botocore: Update to 1.41.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Dec 2025 12:19:19 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e1eb74438a9a9a569a906861f057ad45958885f7
commit e1eb74438a9a9a569a906861f057ad45958885f7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-02 12:07:00 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-02 12:07:00 +0000
devel/py-botocore: Update to 1.41.5
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 35c7b6c9bb15..28d4946964f7 100644
--- a/devel/py-botocore/Makefile
+++ b/devel/py-botocore/Makefile
@@ -1,5 +1,5 @@
PORTNAME= botocore
-PORTVERSION= 1.41.2
+PORTVERSION= 1.41.5
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.28.4:devel/py-awscrt@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.29.0: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.28.4:devel/py-awscrt@${PY_FLAVOR}
+CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.29.0:devel/py-awscrt@${PY_FLAVOR}
.include <bsd.port.mk>
diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo
index 28e4bdb0bd83..7a1320b88ae2 100644
--- a/devel/py-botocore/distinfo
+++ b/devel/py-botocore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853278
-SHA256 (botocore-1.41.2.tar.gz) = 49a3e8f4c1a1759a687941fef8b36efd7bafcf63c1ef74aa75d6497eb4887c9c
-SIZE (botocore-1.41.2.tar.gz) = 14660558
+TIMESTAMP = 1764510932
+SHA256 (botocore-1.41.5.tar.gz) = 0367622b811597d183bfcaab4a350f0d3ede712031ce792ef183cabdee80d3bf
+SIZE (botocore-1.41.5.tar.gz) = 14668152
diff --git a/devel/py-botocore/files/patch-setup.cfg b/devel/py-botocore/files/patch-setup.cfg
index b1e21f71a841..05df7bafe0dd 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-11-18 19:06:52 UTC
+--- setup.cfg.orig 2025-11-26 19:07:14 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.28.4
-+crt = awscrt>=0.28.4
+-crt = awscrt==0.29.0
++crt = awscrt>=0.29.0
[egg_info]
tag_build =
diff --git a/devel/py-botocore/files/patch-setup.py b/devel/py-botocore/files/patch-setup.py
index f9ad3dcc9914..d3ebb8212343 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-11-18 19:01:56 UTC
+--- setup.py.orig 2025-11-26 19:02:24 UTC
+++ setup.py
@@ -33,7 +33,7 @@ extras_require = {
]
extras_require = {
-- 'crt': ['awscrt==0.28.4'],
-+ 'crt': ['awscrt>=0.28.4'],
+- 'crt': ['awscrt==0.29.0'],
++ 'crt': ['awscrt>=0.29.0'],
}
setup(