git: 9680dbe757d8 - main - devel/py-botocore: Update to 1.35.38

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 14 Oct 2024 05:28:14 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9680dbe757d827faf70c2c57c158a3acd2a20d38

commit 9680dbe757d827faf70c2c57c158a3acd2a20d38
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:49:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:25:27 +0000

    devel/py-botocore: Update to 1.35.38
    
    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 030396b73f68..34ae44917c08 100644
--- a/devel/py-botocore/Makefile
+++ b/devel/py-botocore/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	botocore
-PORTVERSION=	1.35.22
+PORTVERSION=	1.35.38
 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.21.5:devel/py-awscrt@${PY_FLAVOR} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}awscrt>=0.22.0: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.21.5:devel/py-awscrt@${PY_FLAVOR}
+CRT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}awscrt>=0.22.0:devel/py-awscrt@${PY_FLAVOR}
 
 .include <bsd.port.pre.mk>
 
diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo
index c8790427e2d7..d3f7b8b171f6 100644
--- a/devel/py-botocore/distinfo
+++ b/devel/py-botocore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727314544
-SHA256 (botocore-1.35.22.tar.gz) = 18362b7ec748561d786aebf1dd5c9faf22c4732efbf89344314199f96d3bbb65
-SIZE (botocore-1.35.22.tar.gz) = 12769566
+TIMESTAMP = 1728632328
+SHA256 (botocore-1.35.38.tar.gz) = 55d9305c44e5ba29476df456120fa4fb919f03f066afa82f2ae400485e7465f4
+SIZE (botocore-1.35.38.tar.gz) = 12825407
diff --git a/devel/py-botocore/files/patch-setup.cfg b/devel/py-botocore/files/patch-setup.cfg
index 11234e7419dd..24f1eb375204 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-09-10 18:18:38 UTC
+--- setup.cfg.orig	2024-10-10 18:08:39 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.21.5
-+crt = awscrt>=0.21.5
+-crt = awscrt==0.22.0
++crt = awscrt>=0.22.0
  
  [egg_info]
  tag_build = 
diff --git a/devel/py-botocore/files/patch-setup.py b/devel/py-botocore/files/patch-setup.py
index b401492d3da2..1822fa803b71 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-09-10 18:18:37 UTC
+--- setup.py.orig	2024-10-10 18:04:14 UTC
 +++ setup.py
 @@ -33,7 +33,7 @@ extras_require = {
  ]
  
  extras_require = {
--    'crt': ['awscrt==0.21.5'],
-+    'crt': ['awscrt>=0.21.5'],
+-    'crt': ['awscrt==0.22.0'],
++    'crt': ['awscrt>=0.22.0'],
  }
  
  setup(