Mon Jun 6 14:45:03 2016 UTC ()
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


(fhajny)
diff -r1.12 -r1.13 pkgsrc/databases/py-cassandra-driver/Makefile
diff -r1.12 -r1.13 pkgsrc/databases/py-cassandra-driver/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/databases/py-cassandra-driver/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/py-cassandra-driver/Makefile 2016/05/06 09:41:36 1.12
+++ pkgsrc/databases/py-cassandra-driver/Makefile 2016/06/06 14:45:03 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2016/05/06 09:41:36 fhajny Exp $ 1# $NetBSD: Makefile,v 1.13 2016/06/06 14:45:03 fhajny Exp $
2 2
3DISTNAME= python-driver-3.3.0 3DISTNAME= python-driver-3.4.1
4PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/} 4PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/}
7GITHUB_PROJECT= python-driver 7GITHUB_PROJECT= python-driver
8 8
9MAINTAINER= filip@joyent.com 9MAINTAINER= filip@joyent.com
10HOMEPAGE= https://github.com/datastax/python-driver/ 10HOMEPAGE= https://github.com/datastax/python-driver/
11COMMENT= DataStax Python Driver for Apache Cassandra 11COMMENT= DataStax Python Driver for Apache Cassandra
12LICENSE= apache-2.0 12LICENSE= apache-2.0
13 13
14EGG_NAME= cassandra_driver-${PKGVERSION_NOREV} 14EGG_NAME= cassandra_driver-${PKGVERSION_NOREV}
15 15
16.include "../../lang/python/pyversion.mk" 16.include "../../lang/python/pyversion.mk"

cvs diff -r1.12 -r1.13 pkgsrc/databases/py-cassandra-driver/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/py-cassandra-driver/distinfo 2016/05/06 09:41:36 1.12
+++ pkgsrc/databases/py-cassandra-driver/distinfo 2016/06/06 14:45:03 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2016/05/06 09:41:36 fhajny Exp $ 1$NetBSD: distinfo,v 1.13 2016/06/06 14:45:03 fhajny Exp $
2 2
3SHA1 (python-driver-3.3.0.tar.gz) = 4a687f9602881cf6c791d4737040ada8ae464ec5 3SHA1 (python-driver-3.4.1.tar.gz) = d301375fbdbd72206ece0588724d2495c2f51227
4RMD160 (python-driver-3.3.0.tar.gz) = 2f72e6a2af5b2d94009af81ae123470889bfdb91 4RMD160 (python-driver-3.4.1.tar.gz) = bc42575e8e9d59ba83b23f56837cf6f665473c8e
5SHA512 (python-driver-3.3.0.tar.gz) = f512cd126c435b80c28f28f242cb46a42d21579ab99f9723d4fd5b3e8d1ba4be0d8d67cf7a932d700321084965fbd5b32ebcf4f64479ccc3e1bf8647e5c5b877 5SHA512 (python-driver-3.4.1.tar.gz) = 2b0957254f0a8dcac1d9d49124a4267aaf39df8c701f67f4d6abf708306443c46628866e284330890be710a73fe506c7c853c020abf166a15f95e04a5a6b8cbc
6Size (python-driver-3.3.0.tar.gz) = 468642 bytes 6Size (python-driver-3.4.1.tar.gz) = 477821 bytes