Mon Sep 4 18:08:13 2017 UTC ()
0.1.11
bugfix:TransferManager: Properly handle unicode exceptions in the context manager.


(adam)
diff -r1.1 -r1.2 pkgsrc/net/py-s3transfer/Makefile
diff -r1.1 -r1.2 pkgsrc/net/py-s3transfer/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/net/py-s3transfer/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-s3transfer/Makefile 2017/07/03 21:11:22 1.1
+++ pkgsrc/net/py-s3transfer/Makefile 2017/09/04 18:08:13 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2017/07/03 21:11:22 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2017/09/04 18:08:13 adam Exp $
2 2
3DISTNAME= s3transfer-0.1.10 3DISTNAME= s3transfer-0.1.11
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/boto/s3transfer 9HOMEPAGE= https://github.com/boto/s3transfer
10COMMENT= Amazon S3 Transfer Manager 10COMMENT= Amazon S3 Transfer Manager
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-botocore>=1.3.0:../../net/py-botocore 13DEPENDS+= ${PYPKGPREFIX}-botocore>=1.3.0:../../net/py-botocore
14 14
15.include "../../lang/python/pyversion.mk" 15.include "../../lang/python/pyversion.mk"
16.if "${PYPKGPREFIX}" == "py27" 16.if "${PYPKGPREFIX}" == "py27"

cvs diff -r1.1 -r1.2 pkgsrc/net/py-s3transfer/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-s3transfer/distinfo 2017/07/03 21:11:22 1.1
+++ pkgsrc/net/py-s3transfer/distinfo 2017/09/04 18:08:13 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/07/03 21:11:22 adam Exp $ 1$NetBSD: distinfo,v 1.2 2017/09/04 18:08:13 adam Exp $
2 2
3SHA1 (s3transfer-0.1.10.tar.gz) = 689348ecfb26ab36d6bd47e490c7ec0fe1ea2792 3SHA1 (s3transfer-0.1.11.tar.gz) = 2a9e6c123835018f371b7ac3511613405f8d173c
4RMD160 (s3transfer-0.1.10.tar.gz) = 9cf24471739a668c152271d2aad9caa0874e4187 4RMD160 (s3transfer-0.1.11.tar.gz) = e1676abbf57d88936ad705955bdf66c192345691
5SHA512 (s3transfer-0.1.10.tar.gz) = 56ae7d13d0f7818728adc08b458ec1937693e4232383a2a00f03ade725baea239d5fc2625d7d684d20191b51b109c187f3f2ec3633923ed5871db061af00f2e0 5SHA512 (s3transfer-0.1.11.tar.gz) = 83b85dadb696df9dfcd28719ccadba8aa0e8f36b0fe4ce4f61dfe00460617bae74307cbe6ba924a8de86fe527e18a34d66acb72f7a3d9001e670d76dfc8b60a2
6Size (s3transfer-0.1.10.tar.gz) = 95508 bytes 6Size (s3transfer-0.1.11.tar.gz) = 95555 bytes