diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-16 10:56:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-16 10:56:34 +0000 |
commit | c58297311d8f0a9fe89a9706158a55902f289c71 (patch) | |
tree | c479216758a6f7522e7fca1c4a7e7fdadb102a75 /textproc/py-elasticsearch | |
parent | Update RUN_DEPENDS for py-oslo.i18n 4.0.1 update (diff) |
Update to 7.7.0
- Add LICENSE_FILE
Changes: https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst
Notes
Notes:
svn path=/head/; revision=535443
Diffstat (limited to 'textproc/py-elasticsearch')
-rw-r--r-- | textproc/py-elasticsearch/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-elasticsearch/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index b704185ed83a..3f11df18df1b 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elasticsearch -PORTVERSION= 7.6.0 +PORTVERSION= 7.7.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,10 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Official Python low-level client for Elasticsearch LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \ diff --git a/textproc/py-elasticsearch/distinfo b/textproc/py-elasticsearch/distinfo index 3e4eb718efb0..71952bcd72e2 100644 --- a/textproc/py-elasticsearch/distinfo +++ b/textproc/py-elasticsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585064217 -SHA256 (elasticsearch-7.6.0.tar.gz) = d228b2d37ac0865f7631335268172dbdaa426adec1da3ed006dddf05134f89c8 -SIZE (elasticsearch-7.6.0.tar.gz) = 91490 +TIMESTAMP = 1589487639 +SHA256 (elasticsearch-7.7.0.tar.gz) = 35de81968b78a1c708178773ccca56422661fc6e00905b81f48af8e8a9a2a6ba +SIZE (elasticsearch-7.7.0.tar.gz) = 100287 |