summaryrefslogtreecommitdiff
path: root/databases/py-cassandra-driver
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-05-06 09:41:36 +0000
committerfhajny <fhajny>2016-05-06 09:41:36 +0000
commit8a2c2ffb0bbf3456ebc156c98e393e9badeaa860 (patch)
treeba51c1db117f79e7c88e6e4f006422c9af9e5928 /databases/py-cassandra-driver
parent3e670a0e5a6dffc69b7455adfd80f486d7d82445 (diff)
downloadpkgsrc-8a2c2ffb0bbf3456ebc156c98e393e9badeaa860.tar.gz
Update databases/py-cassandra-driver to 3.3.0.
Features - Add an AddressTranslator interface - New Retry Policy Decision - try next host - Don't mark host down on timeout - SSL hostname verification - Add C* version to metadata or cluster objects - Options to Disable Schema, Token Metadata Processing - Expose listen_address of node we get ring information from - Use A-record with multiple IPs for contact points - Custom consistency level for populating query traces - Normalize Server Exception Types - Propagate exception message when DDL schema agreement fails - Specialized exceptions for metadata refresh methods failure Bug Fixes - Resolve contact point hostnames to avoid duplicate hosts - GeventConnection stalls requests when read is a multiple of the input buffer size - named_tuple_factory breaks with duplicate "cleaned" col names - Connection leak if Cluster.shutdown() happens during reconnection - HostConnection.borrow_connection does not block when all request ids are used - Empty field not being handled by the NumpyProtocolHandler
Diffstat (limited to 'databases/py-cassandra-driver')
-rw-r--r--databases/py-cassandra-driver/Makefile4
-rw-r--r--databases/py-cassandra-driver/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-cassandra-driver/Makefile b/databases/py-cassandra-driver/Makefile
index cf7381d9ccd..0ee55c77dee 100644
--- a/databases/py-cassandra-driver/Makefile
+++ b/databases/py-cassandra-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2016/04/21 09:31:21 fhajny Exp $
+# $NetBSD: Makefile,v 1.12 2016/05/06 09:41:36 fhajny Exp $
-DISTNAME= python-driver-3.2.2
+DISTNAME= python-driver-3.3.0
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/}
diff --git a/databases/py-cassandra-driver/distinfo b/databases/py-cassandra-driver/distinfo
index 28310c8ba95..be40997ebb9 100644
--- a/databases/py-cassandra-driver/distinfo
+++ b/databases/py-cassandra-driver/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/04/21 09:31:21 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2016/05/06 09:41:36 fhajny Exp $
-SHA1 (python-driver-3.2.2.tar.gz) = ab3abc28c1346b481abdd47d470304429a19dbfd
-RMD160 (python-driver-3.2.2.tar.gz) = f0fd7f565073f36a6a633c6cf12f1f6934f96c65
-SHA512 (python-driver-3.2.2.tar.gz) = 7b6a5d21bfbc24a6a3e0a67b700ad5c00a3ddc2e542792c5282bc4be7fb1749ccfc4c62e9887222378f4ee08900d7235651511cc325010765f7e2385a42852b1
-Size (python-driver-3.2.2.tar.gz) = 461895 bytes
+SHA1 (python-driver-3.3.0.tar.gz) = 4a687f9602881cf6c791d4737040ada8ae464ec5
+RMD160 (python-driver-3.3.0.tar.gz) = 2f72e6a2af5b2d94009af81ae123470889bfdb91
+SHA512 (python-driver-3.3.0.tar.gz) = f512cd126c435b80c28f28f242cb46a42d21579ab99f9723d4fd5b3e8d1ba4be0d8d67cf7a932d700321084965fbd5b32ebcf4f64479ccc3e1bf8647e5c5b877
+Size (python-driver-3.3.0.tar.gz) = 468642 bytes