py-s3transfer: updated to 0.4.2
0.4.2 enhancement:s3: Add support for ExpectedBucketOwner. 0.4.1 enhancement:crt: Add set_exception to CRTTransferFuture to allow setting exceptions in subscribers. 0.4.0 feature:crt: Add optional AWS Common Runtime (CRT) support. The AWS CRT provides a C-based S3 transfer client that can improve transfer throughput.
This commit is contained in:
parent
9300f5ed1c
commit
8a0fae21da
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2021/04/15 04:51:32 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2021/05/14 07:04:48 adam Exp $
|
||||
|
||||
DISTNAME= s3transfer-0.3.7
|
||||
DISTNAME= s3transfer-0.4.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2019/02/12 10:54:52 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2021/05/14 07:04:48 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -19,6 +19,9 @@ ${PYSITELIB}/s3transfer/constants.pyo
|
|||
${PYSITELIB}/s3transfer/copies.py
|
||||
${PYSITELIB}/s3transfer/copies.pyc
|
||||
${PYSITELIB}/s3transfer/copies.pyo
|
||||
${PYSITELIB}/s3transfer/crt.py
|
||||
${PYSITELIB}/s3transfer/crt.pyc
|
||||
${PYSITELIB}/s3transfer/crt.pyo
|
||||
${PYSITELIB}/s3transfer/delete.py
|
||||
${PYSITELIB}/s3transfer/delete.pyc
|
||||
${PYSITELIB}/s3transfer/delete.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2021/04/15 04:51:32 adam Exp $
|
||||
$NetBSD: distinfo,v 1.11 2021/05/14 07:04:48 adam Exp $
|
||||
|
||||
SHA1 (s3transfer-0.3.7.tar.gz) = 816f3e07c70d0dfb71669eba7d29539b003dd01a
|
||||
RMD160 (s3transfer-0.3.7.tar.gz) = d935351a1cc631915d378f918d75f1103a880d53
|
||||
SHA512 (s3transfer-0.3.7.tar.gz) = b341103e87c092b1c016dc8bfc45b4564c54f5c5a1f3549cf421802620b755d0779b80718a5b4357d3b206b71773fb2b28571730b673fd9af27fc8a3a40ce1b4
|
||||
Size (s3transfer-0.3.7.tar.gz) = 120311 bytes
|
||||
SHA1 (s3transfer-0.4.2.tar.gz) = 47e91a0559e74d5883eca8edec8370e7ed9bcb48
|
||||
RMD160 (s3transfer-0.4.2.tar.gz) = 01c31ca8b8cfa216298cb57a4503bac001a0bc4d
|
||||
SHA512 (s3transfer-0.4.2.tar.gz) = 8dabdc0d233f6edcf35d9fe1a06b6fd5bb5f589f455d6d53ad989c7eb368cefab4fee90e707bb8fa09f2caac6a27e67ee7aa3ada5709be43f2b649302e412efc
|
||||
Size (s3transfer-0.4.2.tar.gz) = 129664 bytes
|
||||
|
|
Loading…
Reference in a new issue