summaryrefslogtreecommitdiff
path: root/databases/py-cassandra-driver/Makefile
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/Makefile
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/Makefile')
-rw-r--r--databases/py-cassandra-driver/Makefile4
1 files changed, 2 insertions, 2 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/}