Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 14:27:13 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dcb65a21a4a0 - main - devel/py-botocore: Update to 1.34.86
Message-ID:  <202404201427.43KERDh1007891@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit dcb65a21a4a01a1529e9932267a018c9d9960eab
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-20 14:22:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-20 14:25:41 +0000

    devel/py-botocore: Update to 1.34.86
    
    Changes:        https://github.com/boto/botocore/blob/develop/CHANGELOG.rst
---
 devel/py-botocore/Makefile              |  7 +++----
 devel/py-botocore/distinfo              |  6 +++---
 devel/py-botocore/files/patch-setup.cfg | 11 +++++++++++
 devel/py-botocore/files/patch-setup.py  | 11 +++++++++++
 4 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile
index 9c3e28cd50a8..db67f7b02782 100644
--- a/devel/py-botocore/Makefile
+++ b/devel/py-botocore/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	botocore
-PORTVERSION=	1.34.84
-PORTREVISION=	1
+PORTVERSION=	1.34.86
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,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.19.19:devel/py-awscrt@${PY_FLAVOR} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}awscrt>=0.20.9:devel/py-awscrt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR}
 
 USES=		python
@@ -27,7 +26,7 @@ NO_ARCH=	yes
 OPTIONS_DEFINE=	CRT
 CRT_DESC=	Common runtime support
 
-CRT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}awscrt>=0.19.19:devel/py-awscrt@${PY_FLAVOR}
+CRT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}awscrt>=0.20.9:devel/py-awscrt@${PY_FLAVOR}
 
 .include <bsd.port.pre.mk>
 
diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo
index 977a0146e49b..594bfa3f365e 100644
--- a/devel/py-botocore/distinfo
+++ b/devel/py-botocore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713001122
-SHA256 (botocore-1.34.84.tar.gz) = a2b309bf5594f0eb6f63f355ade79ba575ce8bf672e52e91da1a7933caa245e6
-SIZE (botocore-1.34.84.tar.gz) = 12349218
+TIMESTAMP = 1713528526
+SHA256 (botocore-1.34.86.tar.gz) = 2fd62b63d8788e15629bfc95be1bd2d99c0da6c1d45ef1f40c0a0101e412f6b5
+SIZE (botocore-1.34.86.tar.gz) = 12360333
diff --git a/devel/py-botocore/files/patch-setup.cfg b/devel/py-botocore/files/patch-setup.cfg
new file mode 100644
index 000000000000..9fb18ff49209
--- /dev/null
+++ b/devel/py-botocore/files/patch-setup.cfg
@@ -0,0 +1,11 @@
+--- setup.cfg.orig	2024-04-17 18:26:38 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.20.9
++crt = awscrt>=0.20.9
+ 
+ [flake8]
+ ignore = E203,E226,E501,E731,W503,W504
diff --git a/devel/py-botocore/files/patch-setup.py b/devel/py-botocore/files/patch-setup.py
new file mode 100644
index 000000000000..821638841f6f
--- /dev/null
+++ b/devel/py-botocore/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig	2024-04-17 18:23:08 UTC
++++ setup.py
+@@ -33,7 +33,7 @@ extras_require = {
+ ]
+ 
+ extras_require = {
+-    'crt': ['awscrt==0.20.9'],
++    'crt': ['awscrt>=0.20.9'],
+ }
+ 
+ setup(



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404201427.43KERDh1007891>