summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-11-16 14:49:12 +0000
committerfhajny <fhajny@pkgsrc.org>2017-11-16 14:49:12 +0000
commit9c8df94d19555590e9ee33e0d4a40fd91aed7b77 (patch)
tree5cce9ef61e07e5c9dd7718992602ce69862c045e
parent6ee127c48be3d6b2089b847580cd2079262d22ea (diff)
downloadpkgsrc-9c8df94d19555590e9ee33e0d4a40fd91aed7b77.tar.gz
Update databases/py-cassandra-driver to 3.12.0.
Features - Send keyspace in QUERY, PREPARE, and BATCH messages - Add IPv4Address/IPv6Address support for inet types - WriteType.CDC and VIEW missing - Warn on Cluster init if contact points are specified but LBP isn't - Include hash of result set metadata in prepared stmt id - Add NO_COMPACT startup option - Add new exception type for CDC Bug Fixes - Both _set_final_exception/result called for the same ResponseFuture - Use of DCAwareRoundRobinPolicy raises NoHostAvailable exception - Not create two sessions by default in CQLEngine - Bug when subclassing AyncoreConnection - Error at cleanup when closing the asyncore connections - Fix sites where sessions can change during iteration - cqlengine: allow min_length=0 for Ascii and Text column types - Rare exception when "sys.exit(0)" after query timeouts - Dont set the session keyspace when preparing statements - Use of DCAwareRoundRobinPolicy raises NoHostAvailable exception Other - Remove DeprecationWarning when using WhiteListRoundRobinPolicy - Bump Cython dependency version to 0.27
-rw-r--r--databases/py-cassandra-driver/Makefile8
-rw-r--r--databases/py-cassandra-driver/distinfo10
2 files changed, 9 insertions, 9 deletions
diff --git a/databases/py-cassandra-driver/Makefile b/databases/py-cassandra-driver/Makefile
index 88059c1b043..59c79c8de7c 100644
--- a/databases/py-cassandra-driver/Makefile
+++ b/databases/py-cassandra-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2017/08/02 15:32:48 fhajny Exp $
+# $NetBSD: Makefile,v 1.23 2017/11/16 14:49:12 fhajny Exp $
-DISTNAME= python-driver-3.11.0
+DISTNAME= python-driver-3.12.0
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/}
@@ -15,8 +15,8 @@ EGG_NAME= cassandra_driver-${PKGVERSION_NOREV}
.include "../../lang/python/pyversion.mk"
-DEPENDS+= ${PYPKGPREFIX}-cython>=0.20:../../devel/py-cython
-DEPENDS+= ${PYPKGPREFIX}-six>=1.6:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-cython>=0.27:../../devel/py-cython
+DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
.endif
diff --git a/databases/py-cassandra-driver/distinfo b/databases/py-cassandra-driver/distinfo
index a00accbbb25..14ed7ffd0a9 100644
--- a/databases/py-cassandra-driver/distinfo
+++ b/databases/py-cassandra-driver/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2017/08/02 15:32:48 fhajny Exp $
+$NetBSD: distinfo,v 1.23 2017/11/16 14:49:12 fhajny Exp $
-SHA1 (python-driver-3.11.0.tar.gz) = bab43a786b4caaa8cf5abfae1ce54dab5ffef8e3
-RMD160 (python-driver-3.11.0.tar.gz) = 234e8716b16c75f0b046bf828a423805b3e190d6
-SHA512 (python-driver-3.11.0.tar.gz) = d057c104fb7f491088db83241c2ac2e66e13de354fe930718cb3b03063f3543f3b2702ac634bf85bb29179fecf79dca09b9ae820a56118198bc5fe221bf479a5
-Size (python-driver-3.11.0.tar.gz) = 547715 bytes
+SHA1 (python-driver-3.12.0.tar.gz) = 1e9a1088f7ccdabe6e7bc00a2b8ca020e94f6089
+RMD160 (python-driver-3.12.0.tar.gz) = 910716514f6a5e97eedd7f43bb43812d046e1cfc
+SHA512 (python-driver-3.12.0.tar.gz) = c953d6ff475cad0bc9187cc530a9862f3834e7bcae2bc3b663b6b9fc39541525277c5a9eb9f8fcc7cc0d77ff29c61ef53926a12823c8b1a66d6b94cb91521148
+Size (python-driver-3.12.0.tar.gz) = 561839 bytes