summaryrefslogtreecommitdiff
path: root/databases/py-cassandra-driver/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-06-06 14:45:03 +0000
committerfhajny <fhajny>2016-06-06 14:45:03 +0000
commitd7220eadce01142b09d81ec02fdb0007b919b17f (patch)
tree61b169eae82c7035aa9ffb0cbfae50ff5d36b249 /databases/py-cassandra-driver/Makefile
parentd8bea635b96d3b91f17e19faa819a3e602a3188d (diff)
downloadpkgsrc-d7220eadce01142b09d81ec02fdb0007b919b17f.tar.gz
Update databases/py-cassandra-driver to 3.4.1.
3.4.1 Bug Fixes - Gevent connection closes on IO timeout - "dictionary changed size during iteration" with Python 3 3.4.0 Features - Include DSE version and workload in Host data - Add a context manager to Cluster and Session - Better Error Message for Unsupported Protocol Version - Make the error message explicitly state when an error comes from the server - Short Circuit meta refresh on topo change if NEW_NODE already exists - Show warning when the wrong config is passed to SimpleStatement - Return namedtuple result pairs from execute_concurrent - BatchStatement should enforce batch size limit in a better way - Validate min/max request thresholds for connection pool scaling - Handle or warn about multiple hosts with the same rpc_address - Write docs around working with datetime and timezones Bug Fixes - High CPU utilization when using asyncore event loop - Fix CQL Export for non-ASCII Identifiers - Make stress scripts Python 2.6 compatible - UnicodeDecodeError when unicode characters in key in BOP - WhiteListRoundRobinPolicy should resolve hosts - Cluster and Session do not GC after leaving scope - Don't wait for schema agreement on ignored nodes - Reprepare on_up with many clients causes node overload - None inserted into host map when control connection node is decommissioned - weakref.ref does not accept keyword arguments
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 0ee55c77dee..6ca73a4269b 100644
--- a/databases/py-cassandra-driver/Makefile
+++ b/databases/py-cassandra-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2016/05/06 09:41:36 fhajny Exp $
+# $NetBSD: Makefile,v 1.13 2016/06/06 14:45:03 fhajny Exp $
-DISTNAME= python-driver-3.3.0
+DISTNAME= python-driver-3.4.1
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/}