mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-aiobotocore: Update to 2.13.0
Changes: https://github.com/aio-libs/aiobotocore/releases
This commit is contained in:
parent
ef4caed040
commit
353c622ec3
3 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= aiobotocore
|
||||
PORTVERSION= 2.12.3
|
||||
PORTVERSION= 2.13.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.4<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.2<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}aioitertools>=0.5.1<1.0.0:devel/py-aioitertools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}botocore>=1.34.41:devel/py-botocore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}botocore>=1.34.70:devel/py-botocore@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wrapt>=1.10.10<2.0.0:devel/py-wrapt@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
@ -29,6 +29,6 @@ AWSCLI_DESC= Use awscli
|
|||
BOTO3_DESC= Use boto3
|
||||
|
||||
AWSCLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscli>=1.29.81:devel/py-awscli@${PY_FLAVOR}
|
||||
BOTO3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.34.41:www/py-boto3@${PY_FLAVOR}
|
||||
BOTO3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.34.70:www/py-boto3@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1713001118
|
||||
SHA256 (aiobotocore-2.12.3.tar.gz) = e2a2929207bc5d62eb556106c2224c1fd106d5c65be2eb69f15cc8c34c44c236
|
||||
SIZE (aiobotocore-2.12.3.tar.gz) = 103754
|
||||
TIMESTAMP = 1716142082
|
||||
SHA256 (aiobotocore-2.13.0.tar.gz) = 4badf5cab6ad400216319d14278e2c99ad9b708e28a0f231605a412e632de401
|
||||
SIZE (aiobotocore-2.13.0.tar.gz) = 103929
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
--- setup.py.orig 2024-04-11 16:38:18 UTC
|
||||
--- setup.py.orig 2024-05-16 19:19:03 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.70',
|
||||
+ 'botocore>=1.34.41',
|
||||
'aiohttp>=3.7.4.post0,<4.0.0',
|
||||
- 'botocore>=1.34.70,<1.34.107',
|
||||
+ 'botocore>=1.34.70',
|
||||
'aiohttp>=3.9.2,<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.70'],
|
||||
- 'boto3': ['boto3>=1.34.41,<1.34.70'],
|
||||
- 'awscli': ['awscli>=1.32.70,<1.32.107'],
|
||||
- 'boto3': ['boto3>=1.34.70,<1.34.107'],
|
||||
+ 'awscli': ['awscli>=1.29.81'],
|
||||
+ 'boto3': ['boto3>=1.34.41'],
|
||||
+ 'boto3': ['boto3>=1.34.70'],
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue