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.1.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/3fbd54168be4
branches: trunk
changeset: 372236:3fbd54168be4
user: adam <adam%pkgsrc.org@localhost>
date: Thu Nov 30 11:11:38 2017 +0000
description:
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
diffstat:
net/py-s3transfer/Makefile | 6 +++---
net/py-s3transfer/PLIST | 5 ++++-
net/py-s3transfer/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 9 deletions(-)
diffs (55 lines):
diff -r d0b6211e43e6 -r 3fbd54168be4 net/py-s3transfer/Makefile
--- a/net/py-s3transfer/Makefile Thu Nov 30 11:09:08 2017 +0000
+++ b/net/py-s3transfer/Makefile Thu Nov 30 11:11:38 2017 +0000
@@ -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}-futures>=2.2.0:../../devel/py-futures
.endif
-USE_LANGUAGES= # none
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d0b6211e43e6 -r 3fbd54168be4 net/py-s3transfer/PLIST
--- a/net/py-s3transfer/PLIST Thu Nov 30 11:09:08 2017 +0000
+++ b/net/py-s3transfer/PLIST Thu Nov 30 11:11:38 2017 +0000
@@ -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}/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
diff -r d0b6211e43e6 -r 3fbd54168be4 net/py-s3transfer/distinfo
--- a/net/py-s3transfer/distinfo Thu Nov 30 11:09:08 2017 +0000
+++ b/net/py-s3transfer/distinfo Thu Nov 30 11:11:38 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index