pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-s3transfer



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 14 07:04:49 UTC 2021

Modified Files:
        pkgsrc/net/py-s3transfer: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-s3transfer/Makefile \
    pkgsrc/net/py-s3transfer/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-s3transfer/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-s3transfer/Makefile
diff -u pkgsrc/net/py-s3transfer/Makefile:1.10 pkgsrc/net/py-s3transfer/Makefile:1.11
--- pkgsrc/net/py-s3transfer/Makefile:1.10      Thu Apr 15 04:51:32 2021
+++ pkgsrc/net/py-s3transfer/Makefile   Fri May 14 07:04:48 2021
@@ -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/}
Index: pkgsrc/net/py-s3transfer/distinfo
diff -u pkgsrc/net/py-s3transfer/distinfo:1.10 pkgsrc/net/py-s3transfer/distinfo:1.11
--- pkgsrc/net/py-s3transfer/distinfo:1.10      Thu Apr 15 04:51:32 2021
+++ pkgsrc/net/py-s3transfer/distinfo   Fri May 14 07:04:48 2021
@@ -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

Index: pkgsrc/net/py-s3transfer/PLIST
diff -u pkgsrc/net/py-s3transfer/PLIST:1.3 pkgsrc/net/py-s3transfer/PLIST:1.4
--- pkgsrc/net/py-s3transfer/PLIST:1.3  Tue Feb 12 10:54:52 2019
+++ pkgsrc/net/py-s3transfer/PLIST      Fri May 14 07:04:48 2021
@@ -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



Home | Main Index | Thread Index | Old Index