1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

devel/py-aiobotocore: Update to 2.12.3

Changes:	https://github.com/aio-libs/aiobotocore/releases
This commit is contained in:
Po-Chuan Hsieh 2024-04-13 19:57:19 +08:00
parent 2867620e22
commit fa6f5b53a1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= aiobotocore
PORTVERSION= 2.12.2
PORTVERSION= 2.12.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1712084482
SHA256 (aiobotocore-2.12.2.tar.gz) = 41160f33cdada96815be7d180d1a2405fbf03f0364bac88c03d6ff1ad2cd83d7
SIZE (aiobotocore-2.12.2.tar.gz) = 103716
TIMESTAMP = 1713001118
SHA256 (aiobotocore-2.12.3.tar.gz) = e2a2929207bc5d62eb556106c2224c1fd106d5c65be2eb69f15cc8c34c44c236
SIZE (aiobotocore-2.12.3.tar.gz) = 103754

View File

@ -1,10 +1,10 @@
--- setup.py.orig 2024-02-28 17:12:42 UTC
--- setup.py.orig 2024-04-11 16:38:18 UTC
+++ setup.py
@@ -7,15 +7,15 @@ install_requires = [
# NOTE: When updating botocore make sure to update awscli/boto3 versions below
install_requires = [
# pegged to also match items in `extras_require`
- 'botocore>=1.34.41,<1.34.52',
- 'botocore>=1.34.41,<1.34.70',
+ 'botocore>=1.34.41',
'aiohttp>=3.7.4.post0,<4.0.0',
'wrapt>=1.10.10, <2.0.0',
@ -12,8 +12,8 @@
]
extras_require = {
- 'awscli': ['awscli>=1.32.41,<1.32.52'],
- 'boto3': ['boto3>=1.34.41,<1.34.52'],
- 'awscli': ['awscli>=1.32.41,<1.32.70'],
- 'boto3': ['boto3>=1.34.41,<1.34.70'],
+ 'awscli': ['awscli>=1.29.81'],
+ 'boto3': ['boto3>=1.34.41'],
}