diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-02 06:02:14 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-12-02 06:11:47 +0800 |
commit | 61179e06536352f239c8c37dc7a95aae47368b4c (patch) | |
tree | 805a13b434a53d961223a458be4fdb49f9ef05df | |
parent | net/py-pyroute2.minimal: Update to 0.7.10 (diff) |
net/py-s3transfer: Update to 0.8.2
Changes: https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst
-rw-r--r-- | net/py-s3transfer/Makefile | 4 | ||||
-rw-r--r-- | net/py-s3transfer/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/py-s3transfer/Makefile b/net/py-s3transfer/Makefile index e727e5b30c3d..d490cbd0e7a9 100644 --- a/net/py-s3transfer/Makefile +++ b/net/py-s3transfer/Makefile @@ -1,5 +1,5 @@ PORTNAME= s3transfer -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.2 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ WWW= https://github.com/boto/s3transfer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.36<2.0.0:devel/py-botocore@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.33.2<2.0.0:devel/py-botocore@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils unittest diff --git a/net/py-s3transfer/distinfo b/net/py-s3transfer/distinfo index 1ad0d9ed761f..fea4410613f1 100644 --- a/net/py-s3transfer/distinfo +++ b/net/py-s3transfer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696001390 -SHA256 (s3transfer-0.7.0.tar.gz) = fd3889a66f5fe17299fe75b82eae6cf722554edca744ca5d5fe308b104883d2e -SIZE (s3transfer-0.7.0.tar.gz) = 132904 +TIMESTAMP = 1701363738 +SHA256 (s3transfer-0.8.2.tar.gz) = 368ac6876a9e9ed91f6bc86581e319be08188dc60d50e0d56308ed5765446283 +SIZE (s3transfer-0.8.2.tar.gz) = 139536 |