summaryrefslogtreecommitdiff
path: root/databases/py-cassandra-driver
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-09-19 11:56:10 +0000
committerfhajny <fhajny@pkgsrc.org>2016-09-19 11:56:10 +0000
commit9c8397d675e3b13cf4eb249c1905631f6958e03b (patch)
treeebe5b769177101b860abe2bbb0041fc236c988e5 /databases/py-cassandra-driver
parent8693e6ffecc1e38e4949251f5f436eb6d79cc693 (diff)
downloadpkgsrc-9c8397d675e3b13cf4eb249c1905631f6958e03b.tar.gz
Update databases/py-cassandra-driver to 3.7.0.
Features - Add v5 protocol failure map - Don't return from initial connect on first error - Indicate failed column when deserialization fails - Let Cluster.refresh_nodes force a token map rebuild - Refresh UDTs after "keyspace updated" event with v1/v2 protocol - EC2 Address Resolver - Speculative query retries - Expose paging state in API - Don't mark host down while one connection is active - Query request size information - Avoid quadratic ring processing with invalid replication factors - Improve Connection/Pool creation concurrency on startup - Add beta version native protocol flag - cqlengine: Connections: support of multiple keyspaces and sessions Bug Fixes - Race when adding a pool while setting keyspace - Update results_metadata when prepared statement is reprepared - CQL Export for Thrift Tables - cqlengine: default value not applied to UserDefinedType - cqlengine: columns are no longer hashable - cqlengine: remove clustering keys from where clause when deleting only static columns
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 8a14bd702f5..197bb636ee4 100644
--- a/databases/py-cassandra-driver/Makefile
+++ b/databases/py-cassandra-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2016/08/09 09:01:21 fhajny Exp $
+# $NetBSD: Makefile,v 1.16 2016/09/19 11:56:10 fhajny Exp $
-DISTNAME= python-driver-3.6.0
+DISTNAME= python-driver-3.7.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 e9af66aed07..02b4ef054da 100644
--- a/databases/py-cassandra-driver/distinfo
+++ b/databases/py-cassandra-driver/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/08/09 09:01:21 fhajny Exp $
+$NetBSD: distinfo,v 1.16 2016/09/19 11:56:10 fhajny Exp $
-SHA1 (python-driver-3.6.0.tar.gz) = 718b8e6386cc980180762803c3e20510097a103e
-RMD160 (python-driver-3.6.0.tar.gz) = 0ac92c089ccf9324bbb25279eb8d6efc51932ed1
-SHA512 (python-driver-3.6.0.tar.gz) = f4723c04e1c715fdf32ba21dc1b176795e667f00c90496438b7ac62af2843c1adb692cc83cc785bf9a6d2cbb250624465951f7ffb3c515e0299becef84615415
-Size (python-driver-3.6.0.tar.gz) = 497330 bytes
+SHA1 (python-driver-3.7.0.tar.gz) = 1d4c9897efa4d28ba810b9a372ac195a2373fefc
+RMD160 (python-driver-3.7.0.tar.gz) = e535e0a04e034854bedef206d2d269f903c972af
+SHA512 (python-driver-3.7.0.tar.gz) = 59fae3628ab888ac819a9e11a57bf208230c05ad0333ed934f5c0fc8040d36b48c2878e0acb7ec707a8b09df4f2743b4a12a4e6248e46c09a0e24a89aebe4e6a
+Size (python-driver-3.7.0.tar.gz) = 513296 bytes