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:           Thu Nov 30 11:11:38 UTC 2017

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

Log Message:
py-s3transfer: updated to 0.1.12

0.1.12
enhancement:max_bandwidth: Add ability to set maximum bandwidth consumption for streaming of S3 uploads and downloads


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-s3transfer/Makefile \
    pkgsrc/net/py-s3transfer/distinfo
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/net/py-s3transfer/Makefile:1.3
--- pkgsrc/net/py-s3transfer/Makefile:1.2       Mon Sep  4 18:08:13 2017
+++ pkgsrc/net/py-s3transfer/Makefile   Thu Nov 30 11:11:38 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/09/04 18:08:13 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/11/30 11:11:38 adam Exp $
 
-DISTNAME=      s3transfer-0.1.11
+DISTNAME=      s3transfer-0.1.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/s3transfer/}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-botocore>=1.3.0
 DEPENDS+=      ${PYPKGPREFIX}-futures>=2.2.0:../../devel/py-futures
 .endif
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-s3transfer/distinfo
diff -u pkgsrc/net/py-s3transfer/distinfo:1.2 pkgsrc/net/py-s3transfer/distinfo:1.3
--- pkgsrc/net/py-s3transfer/distinfo:1.2       Mon Sep  4 18:08:13 2017
+++ pkgsrc/net/py-s3transfer/distinfo   Thu Nov 30 11:11:38 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/09/04 18:08:13 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/11/30 11:11:38 adam Exp $
 
-SHA1 (s3transfer-0.1.11.tar.gz) = 2a9e6c123835018f371b7ac3511613405f8d173c
-RMD160 (s3transfer-0.1.11.tar.gz) = e1676abbf57d88936ad705955bdf66c192345691
-SHA512 (s3transfer-0.1.11.tar.gz) = 83b85dadb696df9dfcd28719ccadba8aa0e8f36b0fe4ce4f61dfe00460617bae74307cbe6ba924a8de86fe527e18a34d66acb72f7a3d9001e670d76dfc8b60a2
-Size (s3transfer-0.1.11.tar.gz) = 95555 bytes
+SHA1 (s3transfer-0.1.12.tar.gz) = ba233ef5322f7685c9e29f2c01daf6e5295019ed
+RMD160 (s3transfer-0.1.12.tar.gz) = 6df582495b88643b353be21713f08cf17e2cbaf3
+SHA512 (s3transfer-0.1.12.tar.gz) = 1e7ce8db26bd1e9cf94f0754739b2a8caaed9b21c759627dd6ee6c265823c27534e0dc7bfe55aeacfd5fd42eb5999259bf3917d873b49cc25aea42e3095a9f9f
+Size (s3transfer-0.1.12.tar.gz) = 102902 bytes

Index: pkgsrc/net/py-s3transfer/PLIST
diff -u pkgsrc/net/py-s3transfer/PLIST:1.1 pkgsrc/net/py-s3transfer/PLIST:1.2
--- pkgsrc/net/py-s3transfer/PLIST:1.1  Mon Jul  3 21:11:22 2017
+++ pkgsrc/net/py-s3transfer/PLIST      Thu Nov 30 11:11:38 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/03 21:11:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/11/30 11:11:38 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/s3transfer/__init__.py
 ${PYSITELIB}/s3transfer/__init__.pyc
 ${PYSITELIB}/s3transfer/__init__.pyo
+${PYSITELIB}/s3transfer/bandwidth.py
+${PYSITELIB}/s3transfer/bandwidth.pyc
+${PYSITELIB}/s3transfer/bandwidth.pyo
 ${PYSITELIB}/s3transfer/compat.py
 ${PYSITELIB}/s3transfer/compat.pyc
 ${PYSITELIB}/s3transfer/compat.pyo



Home | Main Index | Thread Index | Old Index