diff options
author | imil <imil@pkgsrc.org> | 2015-03-09 15:56:33 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2015-03-09 15:56:33 +0000 |
commit | e5ab93a0e07c394fbda1b859dc9adb97951c3b3c (patch) | |
tree | 0af03670989dd09b0ef95efbb9815dd8eff6d0c2 | |
parent | de3a2109a4a86cf5f2c435ee3b8adcb6f21c52f0 (diff) | |
download | pkgsrc-e5ab93a0e07c394fbda1b859dc9adb97951c3b3c.tar.gz |
Updated py-elasticsearch to version 1.4.0
Changelog
1.4.0 (2015-02-11)
Using insecure SSL configuration (verify_cert=False) raises a warning
reindex accepts a query parameter
enable reindex helper to accept any kwargs for underlying bulk and scan calls
when doing an initial sniff (via sniff_on_start) ignore special sniff timeout
option to treat TransportError as normal failure in bulk helpers
fixed an issue with sniffing when only a single host was passed in
1.3.0 (2014-12-31)
Timeout now doesn't trigger a retry by default (can be overriden by setting retry_on_timeout=True)
Introduced new parameter retry_on_status (defaulting to (503, 504, )) controls which http status code should lead to a retry.
Implemented url parsing according to RFC-1738
Added support for proper SSL certificate handling
Required parameters are now checked for non-empty values
ConnectionPool now checks if any connections were defined
DummyConnectionPool introduced when no load balancing is needed (only one connection defined)
Fixed a race condition in ConnectionPool
-rw-r--r-- | databases/py-elasticsearch/Makefile | 4 | ||||
-rw-r--r-- | databases/py-elasticsearch/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-elasticsearch/Makefile b/databases/py-elasticsearch/Makefile index 629c256fb04..f014ca99367 100644 --- a/databases/py-elasticsearch/Makefile +++ b/databases/py-elasticsearch/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2014/08/14 16:53:00 imil Exp $ +# $NetBSD: Makefile,v 1.3 2015/03/09 15:56:33 imil Exp $ -DISTNAME= elasticsearch-1.2.0 +DISTNAME= elasticsearch-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases MASTER_SITES= https://pypi.python.org/packages/source/e/elasticsearch/ diff --git a/databases/py-elasticsearch/distinfo b/databases/py-elasticsearch/distinfo index 26dd0fbe531..467e732d0ec 100644 --- a/databases/py-elasticsearch/distinfo +++ b/databases/py-elasticsearch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/08/14 16:53:00 imil Exp $ +$NetBSD: distinfo,v 1.3 2015/03/09 15:56:33 imil Exp $ -SHA1 (elasticsearch-1.2.0.tar.gz) = cd956d423fe7b3885930cd021b28aa34666da3f8 -RMD160 (elasticsearch-1.2.0.tar.gz) = af86907314775332eb94fa59f368580bd3b57a26 -Size (elasticsearch-1.2.0.tar.gz) = 55356 bytes +SHA1 (elasticsearch-1.4.0.tar.gz) = 8ed2507a6096bd7df3d3a8e72d80f55d51379eec +RMD160 (elasticsearch-1.4.0.tar.gz) = 2a398543f9f67fbe29c961072bbd5d57a3f67faa +Size (elasticsearch-1.4.0.tar.gz) = 60688 bytes |