pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-s3transfer py-s3transfer: updated to 0.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9da7abd9aaa
branches: trunk
changeset: 329585:b9da7abd9aaa
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 12 10:54:52 2019 +0000
description:
py-s3transfer: updated to 0.2.0
0.2.0
Add ProcessPoolDownloader class to speed up download throughput by using processes instead of threads.
diffstat:
net/py-s3transfer/Makefile | 8 ++++----
net/py-s3transfer/PLIST | 8 +++++++-
net/py-s3transfer/distinfo | 10 +++++-----
3 files changed, 16 insertions(+), 10 deletions(-)
diffs (69 lines):
diff -r 45699fef8649 -r b9da7abd9aaa net/py-s3transfer/Makefile
--- a/net/py-s3transfer/Makefile Tue Feb 12 10:53:05 2019 +0000
+++ b/net/py-s3transfer/Makefile Tue Feb 12 10:54:52 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/02/16 12:09:42 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/02/12 10:54:52 adam Exp $
-DISTNAME= s3transfer-0.1.13
+DISTNAME= s3transfer-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/}
@@ -10,10 +10,10 @@
COMMENT= Amazon S3 Transfer Manager
LICENSE= apache-2.0
-DEPENDS+= ${PYPKGPREFIX}-botocore>=1.3.0:../../net/py-botocore
+DEPENDS+= ${PYPKGPREFIX}-botocore>=1.12.36:../../net/py-botocore
.include "../../lang/python/pyversion.mk"
-.if "${PYPKGPREFIX}" == "py27"
+.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-futures>=2.2.0:../../devel/py-futures
.endif
diff -r 45699fef8649 -r b9da7abd9aaa net/py-s3transfer/PLIST
--- a/net/py-s3transfer/PLIST Tue Feb 12 10:53:05 2019 +0000
+++ b/net/py-s3transfer/PLIST Tue Feb 12 10:54:52 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/11/30 11:11:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/02/12 10:54:52 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,9 @@
${PYSITELIB}/s3transfer/compat.py
${PYSITELIB}/s3transfer/compat.pyc
${PYSITELIB}/s3transfer/compat.pyo
+${PYSITELIB}/s3transfer/constants.py
+${PYSITELIB}/s3transfer/constants.pyc
+${PYSITELIB}/s3transfer/constants.pyo
${PYSITELIB}/s3transfer/copies.py
${PYSITELIB}/s3transfer/copies.pyc
${PYSITELIB}/s3transfer/copies.pyo
@@ -31,6 +34,9 @@
${PYSITELIB}/s3transfer/manager.py
${PYSITELIB}/s3transfer/manager.pyc
${PYSITELIB}/s3transfer/manager.pyo
+${PYSITELIB}/s3transfer/processpool.py
+${PYSITELIB}/s3transfer/processpool.pyc
+${PYSITELIB}/s3transfer/processpool.pyo
${PYSITELIB}/s3transfer/subscribers.py
${PYSITELIB}/s3transfer/subscribers.pyc
${PYSITELIB}/s3transfer/subscribers.pyo
diff -r 45699fef8649 -r b9da7abd9aaa net/py-s3transfer/distinfo
--- a/net/py-s3transfer/distinfo Tue Feb 12 10:53:05 2019 +0000
+++ b/net/py-s3transfer/distinfo Tue Feb 12 10:54:52 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/02/16 12:09:42 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/02/12 10:54:52 adam Exp $
-SHA1 (s3transfer-0.1.13.tar.gz) = b85fa93fbd4d9553f1338b68cb7abb70b3de1d71
-RMD160 (s3transfer-0.1.13.tar.gz) = 854b382b07989da817d022d52fe417dfaccf277b
-SHA512 (s3transfer-0.1.13.tar.gz) = 90aca5cacefa19cb8cb21b7b82c5f3383bc0478503557de9c2277db2f39d98f6e11ad74bf56ec84a1fc8c4a920337b0bcb34bfcf509a49f347144b7f13afb37c
-Size (s3transfer-0.1.13.tar.gz) = 103335 bytes
+SHA1 (s3transfer-0.2.0.tar.gz) = 85edcfc709adb0f8bb0afc6e68e9e99e5999c974
+RMD160 (s3transfer-0.2.0.tar.gz) = c6e6cad50a21ee69b353be007b28df09177b0c27
+SHA512 (s3transfer-0.2.0.tar.gz) = 2e37a13da67cdabb49deeb177fd9f8d6393128e757e6c9bd93c99eb95a3edbd14736025e284f3173e8247d23239abae3700d894ba0d138f970ceaff748aa6e9e
+Size (s3transfer-0.2.0.tar.gz) = 118361 bytes
Home |
Main Index |
Thread Index |
Old Index