pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-elasticsearch Update databases/py-elastic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8ca2ca3adbd
branches:  trunk
changeset: 351340:a8ca2ca3adbd
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Aug 19 10:13:41 2016 +0000

description:
Update databases/py-elasticsearch to 2.4.0.

2.4.0 (2016-08-17)
- ping now ignores all TransportError exceptions and just returns
  False
- expose scroll_id on ScanError
- increase default size for scan helper to 1000
- changed Transport.perform_request to just return the body, not
  status as well.

2.3.0 (2016-02-29)
- added client_key argument to configure client certificates
- debug logging now includes response body even for failed requests

diffstat:

 databases/py-elasticsearch/Makefile |   4 ++--
 databases/py-elasticsearch/PLIST    |   5 ++++-
 databases/py-elasticsearch/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 574eff7c8b7f -r a8ca2ca3adbd databases/py-elasticsearch/Makefile
--- a/databases/py-elasticsearch/Makefile       Fri Aug 19 10:09:22 2016 +0000
+++ b/databases/py-elasticsearch/Makefile       Fri Aug 19 10:13:41 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2016/01/07 16:09:02 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2016/08/19 10:13:41 fhajny Exp $
 
-DISTNAME=      elasticsearch-py-2.2.0
+DISTNAME=      elasticsearch-py-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=elastic/}
diff -r 574eff7c8b7f -r a8ca2ca3adbd databases/py-elasticsearch/PLIST
--- a/databases/py-elasticsearch/PLIST  Fri Aug 19 10:09:22 2016 +0000
+++ b/databases/py-elasticsearch/PLIST  Fri Aug 19 10:13:41 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2015/10/18 16:46:53 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.5 2016/08/19 10:13:41 fhajny Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -25,6 +25,9 @@
 ${PYSITELIB}/elasticsearch/client/snapshot.py
 ${PYSITELIB}/elasticsearch/client/snapshot.pyc
 ${PYSITELIB}/elasticsearch/client/snapshot.pyo
+${PYSITELIB}/elasticsearch/client/tasks.py
+${PYSITELIB}/elasticsearch/client/tasks.pyc
+${PYSITELIB}/elasticsearch/client/tasks.pyo
 ${PYSITELIB}/elasticsearch/client/utils.py
 ${PYSITELIB}/elasticsearch/client/utils.pyc
 ${PYSITELIB}/elasticsearch/client/utils.pyo
diff -r 574eff7c8b7f -r a8ca2ca3adbd databases/py-elasticsearch/distinfo
--- a/databases/py-elasticsearch/distinfo       Fri Aug 19 10:09:22 2016 +0000
+++ b/databases/py-elasticsearch/distinfo       Fri Aug 19 10:13:41 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/01/07 16:09:02 fhajny Exp $
+$NetBSD: distinfo,v 1.10 2016/08/19 10:13:41 fhajny Exp $
 
-SHA1 (elasticsearch-py-2.2.0.tar.gz) = d204aed10cf1aa075b8a79d7349837c08a72edfd
-RMD160 (elasticsearch-py-2.2.0.tar.gz) = 13e648020646b3d1b4429337259491fcb375b52f
-SHA512 (elasticsearch-py-2.2.0.tar.gz) = fcdcb72064920aeaaaba644166184d6826d5bd26542824744cb9bc899d01b50f972bbee4e92dce2f24fc81d66201d807d89fb2b9ccda446986eb79c9c131171e
-Size (elasticsearch-py-2.2.0.tar.gz) = 74228 bytes
+SHA1 (elasticsearch-py-2.4.0.tar.gz) = 2eb5f304e5265df7f52b6c612f8e5cae2cb15d13
+RMD160 (elasticsearch-py-2.4.0.tar.gz) = 063599996225a558b83788ab3d26df9a359bedef
+SHA512 (elasticsearch-py-2.4.0.tar.gz) = 5a38419b4448850722c6af9181d5f00bed20796b645a336706040244c559893da7f57aa556251b8b2ee022c48f651b5f7646fc51f9f0f20ed3ab1449f244c096
+Size (elasticsearch-py-2.4.0.tar.gz) = 77199 bytes



Home | Main Index | Thread Index | Old Index