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:           Tue Feb 12 10:54:52 UTC 2019

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

Log Message:
py-s3transfer: updated to 0.2.0

0.2.0
Add ProcessPoolDownloader class to speed up download throughput by using processes instead of threads.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-s3transfer/Makefile \
    pkgsrc/net/py-s3transfer/distinfo
cvs rdiff -u -r1.2 -r1.3 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.4 pkgsrc/net/py-s3transfer/Makefile:1.5
--- pkgsrc/net/py-s3transfer/Makefile:1.4       Fri Feb 16 12:09:42 2018
+++ pkgsrc/net/py-s3transfer/Makefile   Tue Feb 12 10:54:52 2019
@@ -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 @@ HOMEPAGE=   https://github.com/boto/s3tran
 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
 
Index: pkgsrc/net/py-s3transfer/distinfo
diff -u pkgsrc/net/py-s3transfer/distinfo:1.4 pkgsrc/net/py-s3transfer/distinfo:1.5
--- pkgsrc/net/py-s3transfer/distinfo:1.4       Fri Feb 16 12:09:42 2018
+++ pkgsrc/net/py-s3transfer/distinfo   Tue Feb 12 10:54:52 2019
@@ -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

Index: pkgsrc/net/py-s3transfer/PLIST
diff -u pkgsrc/net/py-s3transfer/PLIST:1.2 pkgsrc/net/py-s3transfer/PLIST:1.3
--- pkgsrc/net/py-s3transfer/PLIST:1.2  Thu Nov 30 11:11:38 2017
+++ pkgsrc/net/py-s3transfer/PLIST      Tue Feb 12 10:54:52 2019
@@ -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/bandwidth.pyo
 ${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/futures.pyo
 ${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



Home | Main Index | Thread Index | Old Index