git: 876d3d258551 - main - devel/py-botocore: Update to 1.36.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Feb 2025 21:19:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=876d3d2585514d2a43c913695cf0ac9100fdaf89 commit 876d3d2585514d2a43c913695cf0ac9100fdaf89 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-07 20:15:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-07 21:16:00 +0000 devel/py-botocore: Update to 1.36.8 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 7e8a5356f414..cb4c6582f51b 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= botocore -PORTVERSION= 1.35.99 +PORTVERSION= 1.36.8 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.22.0:devel/py-awscrt@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.23.4: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.22.0:devel/py-awscrt@${PY_FLAVOR} +CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.23.4:devel/py-awscrt@${PY_FLAVOR} .include <bsd.port.pre.mk> diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo index ec5e99e3152b..06cd73b07051 100644 --- a/devel/py-botocore/distinfo +++ b/devel/py-botocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088942 -SHA256 (botocore-1.35.99.tar.gz) = 1eab44e969c39c5f3d9a3104a0836c24715579a455f12b3979a31d7cde51b3c3 -SIZE (botocore-1.35.99.tar.gz) = 13490969 +TIMESTAMP = 1738606441 +SHA256 (botocore-1.36.8.tar.gz) = 81c88e5566cf018e1411a68304dc1fb9e4156ca2b50a3a0f0befc274299e67fa +SIZE (botocore-1.36.8.tar.gz) = 13490469 diff --git a/devel/py-botocore/files/patch-setup.cfg b/devel/py-botocore/files/patch-setup.cfg index 24f1eb375204..fd9d3b791a51 100644 --- a/devel/py-botocore/files/patch-setup.cfg +++ b/devel/py-botocore/files/patch-setup.cfg @@ -1,11 +1,11 @@ ---- setup.cfg.orig 2024-10-10 18:08:39 UTC +--- setup.cfg.orig 2025-01-28 19:06:13 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.22.0 -+crt = awscrt>=0.22.0 +-crt = awscrt==0.23.4 ++crt = awscrt>=0.23.4 [egg_info] tag_build = diff --git a/devel/py-botocore/files/patch-setup.py b/devel/py-botocore/files/patch-setup.py index 1822fa803b71..9a1d32abcb88 100644 --- a/devel/py-botocore/files/patch-setup.py +++ b/devel/py-botocore/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2024-10-10 18:04:14 UTC +--- setup.py.orig 2025-01-28 19:02:34 UTC +++ setup.py @@ -33,7 +33,7 @@ extras_require = { ] extras_require = { -- 'crt': ['awscrt==0.22.0'], -+ 'crt': ['awscrt>=0.22.0'], +- 'crt': ['awscrt==0.23.4'], ++ 'crt': ['awscrt>=0.23.4'], } setup(