Skip to content

Commit

Permalink
devel/py-aiobotocore: Update to 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent 84f6f7b commit 80a73c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion devel/py-aiobotocore/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= aiobotocore
PORTVERSION= 2.9.0
PORTVERSION= 2.11.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-aiobotocore/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1702543636
SHA256 (aiobotocore-2.9.0.tar.gz) = 4dc1e20da4561ae662219ca95b20f923328c3106764a741bec00e98eb6680f7e
SIZE (aiobotocore-2.9.0.tar.gz) = 102555
TIMESTAMP = 1708449116
SHA256 (aiobotocore-2.11.2.tar.gz) = 6dd7352248e3523019c5a54a395d2b1c31080697fc80a9ad2672de4eec8c7abd
SIZE (aiobotocore-2.11.2.tar.gz) = 103067
6 changes: 3 additions & 3 deletions devel/py-aiobotocore/files/patch-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
# NOTE: When updating botocore make sure to update awscli/boto3 versions below
install_requires = [
# pegged to also match items in `extras_require`
- 'botocore>=1.33.2,<1.33.14',
- 'botocore>=1.33.2,<1.34.35',
+ 'botocore>=1.33.2',
'aiohttp>=3.7.4.post0,<4.0.0',
'wrapt>=1.10.10, <2.0.0',
'aioitertools>=0.5.1,<1.0.0',
]

extras_require = {
- 'awscli': ['awscli>=1.31.2,<1.31.14'],
- 'boto3': ['boto3>=1.33.2,<1.33.14'],
- 'awscli': ['awscli>=1.31.2,<1.32.35'],
- 'boto3': ['boto3>=1.33.2,<1.34.35'],
+ 'awscli': ['awscli>=1.29.81'],
+ 'boto3': ['boto3>=1.33.2'],
}
Expand Down

0 comments on commit 80a73c4

Please sign in to comment.