svn commit: r529423 - head/net/py-smart_open
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 28 12:54:56 UTC 2020
Author: sunpoet
Date: Sat Mar 28 12:54:48 2020
New Revision: 529423
URL: https://svnweb.freebsd.org/changeset/ports/529423
Log:
Update to 1.10.0
Changes: https://github.com/RaRe-Technologies/smart_open/releases
Modified:
head/net/py-smart_open/Makefile
head/net/py-smart_open/distinfo
Modified: head/net/py-smart_open/Makefile
==============================================================================
--- head/net/py-smart_open/Makefile Sat Mar 28 12:54:43 2020 (r529422)
+++ head/net/py-smart_open/Makefile Sat Mar 28 12:54:48 2020 (r529423)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= smart_open
-PORTVERSION= 1.9.0
+PORTVERSION= 1.10.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,11 @@ COMMENT= Utils for streaming large files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=2.32:devel/py-boto@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=0:www/py-google-cloud-storage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathlib2>=0:devel/py-pathlib2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
Modified: head/net/py-smart_open/distinfo
==============================================================================
--- head/net/py-smart_open/distinfo Sat Mar 28 12:54:43 2020 (r529422)
+++ head/net/py-smart_open/distinfo Sat Mar 28 12:54:48 2020 (r529423)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572806146
-SHA256 (smart_open-1.9.0.tar.gz) = e64c2b5e62a452fa7fc4d21aecbada826ca21097bbe117841f8f4fc53dbab676
-SIZE (smart_open-1.9.0.tar.gz) = 70582
+TIMESTAMP = 1585064132
+SHA256 (smart_open-1.10.0.tar.gz) = bea5624c0c2e49987c227bdf3596573157eccd96fd1d53198856c8d53948fa2c
+SIZE (smart_open-1.10.0.tar.gz) = 99188
More information about the svn-ports-all
mailing list