summaryrefslogtreecommitdiff
path: root/devel/py-botocore
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-botocore')
-rw-r--r--devel/py-botocore/Makefile6
-rw-r--r--devel/py-botocore/distinfo6
-rw-r--r--devel/py-botocore/files/patch-setup.cfg6
-rw-r--r--devel/py-botocore/files/patch-setup.py6
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile
index 0e3beef48484..89f50ad4b4a3 100644
--- a/devel/py-botocore/Makefile
+++ b/devel/py-botocore/Makefile
@@ -1,5 +1,5 @@
PORTNAME= botocore
-PORTVERSION= 1.38.32
+PORTVERSION= 1.40.21
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
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}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.23.8:devel/py-awscrt@${PY_FLAVOR} \
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.27.6:devel/py-awscrt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR}
USES= python
@@ -26,7 +26,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= CRT
CRT_DESC= Common runtime support
-CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.23.8:devel/py-awscrt@${PY_FLAVOR}
+CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.27.6:devel/py-awscrt@${PY_FLAVOR}
.include <bsd.port.pre.mk>
diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo
index e042353407b3..b7c349912b55 100644
--- a/devel/py-botocore/distinfo
+++ b/devel/py-botocore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749813036
-SHA256 (botocore-1.38.32.tar.gz) = 0899a090e352cb5eeaae2c7bb52a987b469d23912c7ece86664dfb5c2e074978
-SIZE (botocore-1.38.32.tar.gz) = 13948764
+TIMESTAMP = 1757120628
+SHA256 (botocore-1.40.21.tar.gz) = f77e9c199df0252b14ea739a9ac99723940f6bde90f4c2e7802701553a62827b
+SIZE (botocore-1.40.21.tar.gz) = 14321194
diff --git a/devel/py-botocore/files/patch-setup.cfg b/devel/py-botocore/files/patch-setup.cfg
index eb0996f2fa32..5a82d13132fb 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-01-30 20:10:24 UTC
+--- setup.cfg.orig 2025-08-29 18:07:28 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.23.8
-+crt = awscrt>=0.23.8
+-crt = awscrt==0.27.6
++crt = awscrt>=0.27.6
[egg_info]
tag_build =
diff --git a/devel/py-botocore/files/patch-setup.py b/devel/py-botocore/files/patch-setup.py
index 4634eeb06a4a..e0991a6b1787 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-01-30 20:10:23 UTC
+--- setup.py.orig 2025-08-29 18:03:06 UTC
+++ setup.py
@@ -33,7 +33,7 @@ extras_require = {
]
extras_require = {
-- 'crt': ['awscrt==0.23.8'],
-+ 'crt': ['awscrt>=0.23.8'],
+- 'crt': ['awscrt==0.27.6'],
++ 'crt': ['awscrt>=0.27.6'],
}
setup(