Index: head/textproc/py-pyelasticsearch/Makefile =================================================================== --- head/textproc/py-pyelasticsearch/Makefile (revision 371216) +++ head/textproc/py-pyelasticsearch/Makefile (revision 371217) @@ -1,23 +1,22 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= pyelasticsearch -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.7.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Flexible, high-scale API to elasticsearch LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.0:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests USES= python USE_PYTHON= distutils autoplist .include Index: head/textproc/py-pyelasticsearch/distinfo =================================================================== --- head/textproc/py-pyelasticsearch/distinfo (revision 371216) +++ head/textproc/py-pyelasticsearch/distinfo (revision 371217) @@ -1,2 +1,2 @@ -SHA256 (pyelasticsearch-0.6.1.tar.gz) = daea4813a78949f9f1941be2c56d5abe2c99a8582350caf059804fb65788aca5 -SIZE (pyelasticsearch-0.6.1.tar.gz) = 41412 +SHA256 (pyelasticsearch-0.7.1.tar.gz) = df7a7ef0be35a8632f8e0cf53f5c8f7cd7456daa2470bb5a683feeff983d52a8 +SIZE (pyelasticsearch-0.7.1.tar.gz) = 42244 Index: head/textproc/py-pyelasticsearch/pkg-descr =================================================================== --- head/textproc/py-pyelasticsearch/pkg-descr (revision 371216) +++ head/textproc/py-pyelasticsearch/pkg-descr (revision 371217) @@ -1,11 +1,11 @@ pyelasticsearch is a clean, future-proof, high-scale API to elasticsearch. It provides features like... * Transparent conversion of Python data types to and from JSON * Translating HTTP status codes representing failure into exceptions * Connection pooling * Load-balancing of requests across nodes in a cluster * Failed-node marking to avoid downed nodes for a period * Optional automatic retrying of failed requests -WWW: https://github.com/rhec/pyelasticsearch +WWW: https://github.com/erikrose/pyelasticsearch