svn commit: r492378 - head/net/py-s3transfer
Bradley T. Hughes
bhughes at FreeBSD.org
Thu Feb 7 19:01:27 UTC 2019
Author: bhughes
Date: Thu Feb 7 19:01:26 2019
New Revision: 492378
URL: https://svnweb.freebsd.org/changeset/ports/492378
Log:
net/py-s3transfer: Update 0.1.13 -> 0.2.0
Sponsored by: Miles AS
Modified:
head/net/py-s3transfer/Makefile
head/net/py-s3transfer/distinfo
Modified: head/net/py-s3transfer/Makefile
==============================================================================
--- head/net/py-s3transfer/Makefile Thu Feb 7 18:24:53 2019 (r492377)
+++ head/net/py-s3transfer/Makefile Thu Feb 7 19:01:26 2019 (r492378)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= s3transfer
-PORTVERSION= 0.1.13
+PORTVERSION= 0.2.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT= Amazon S3 Transfer Manager for Python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.3.0:devel/py-botocore@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.36:devel/py-botocore@${PY_FLAVOR} \
${PY_FUTURES}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.3:devel/py-nose@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=1.3.0:devel/py-mock@${PY_FLAVOR}
Modified: head/net/py-s3transfer/distinfo
==============================================================================
--- head/net/py-s3transfer/distinfo Thu Feb 7 18:24:53 2019 (r492377)
+++ head/net/py-s3transfer/distinfo Thu Feb 7 19:01:26 2019 (r492378)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518679680
-SHA256 (s3transfer-0.1.13.tar.gz) = 90dc18e028989c609146e241ea153250be451e05ecc0c2832565231dacdf59c1
-SIZE (s3transfer-0.1.13.tar.gz) = 103335
+TIMESTAMP = 1549536611
+SHA256 (s3transfer-0.2.0.tar.gz) = f23d5cb7d862b104401d9021fc82e5fa0e0cf57b7660a1331425aab0c691d021
+SIZE (s3transfer-0.2.0.tar.gz) = 118361
More information about the svn-ports-head
mailing list