Skip to content

Commit

Permalink
devel/py-aiobotocore: Update to 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 13, 2024
1 parent 2867620 commit fa6f5b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.12.2
PORTVERSION= 2.12.3
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 = 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
8 changes: 4 additions & 4 deletions devel/py-aiobotocore/files/patch-setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
--- 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',
'aioitertools>=0.5.1,<1.0.0',
]

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'],
}
Expand Down

0 comments on commit fa6f5b5

Please sign in to comment.