Wed Aug 2 15:32:48 2017 UTC ()
Update databases/py-cassandra-driver to 3.11.0.

Features
--------
- Add idle_heartbeat_timeout cluster option to tune how long to wait
  for heartbeat responses.
- Add HostFilterPolicy

Bug Fixes
---------
- is_idempotent flag is not propagated from PreparedStatement to
  BoundStatement
- Fix asyncore hang on exit
- Driver takes several minutes to remove a bad host from session
- Installation doesn't always fall back to no cython in Windows
- Avoid to replace a connection that is supposed to shutdown
- request_ids may not be returned to the pool
- Fix murmur3 on big-endian systems
- Ensure unused connections are closed if a Session is deleted by the
  GC
- Fix .values_list by using db names internally (cqlengine)

Other
-----
- Bump Cython dependency version to 0.25.2
- Fix DeprecationWarning when using lz4
- Deprecate WhiteListRoundRobinPolicy
- Improve upgrade guide for materializing pages
- Documentation for time/date specifies timestamp inupt as
  microseconds
- Point to DSA Slack, not IRC, in docs index


(fhajny)
diff -r1.21 -r1.22 pkgsrc/databases/py-cassandra-driver/Makefile
diff -r1.21 -r1.22 pkgsrc/databases/py-cassandra-driver/distinfo
diff -r1.1 -r0 pkgsrc/databases/py-cassandra-driver/patches/patch-cassandra_____init____.py

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

--- pkgsrc/databases/py-cassandra-driver/Makefile 2017/06/14 14:19:02 1.21
+++ pkgsrc/databases/py-cassandra-driver/Makefile 2017/08/02 15:32:48 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2017/06/14 14:19:02 fhajny Exp $ 1# $NetBSD: Makefile,v 1.22 2017/08/02 15:32:48 fhajny Exp $
2 2
3DISTNAME= python-driver-3.10.0 3DISTNAME= python-driver-3.11.0
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.21 -r1.22 pkgsrc/databases/py-cassandra-driver/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/py-cassandra-driver/distinfo 2017/06/14 14:19:02 1.21
+++ pkgsrc/databases/py-cassandra-driver/distinfo 2017/08/02 15:32:48 1.22
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.21 2017/06/14 14:19:02 fhajny Exp $ 1$NetBSD: distinfo,v 1.22 2017/08/02 15:32:48 fhajny Exp $
2 2
3SHA1 (python-driver-3.10.0.tar.gz) = 1eb85a0979b6b480b53c7a725018cc0991599a60 3SHA1 (python-driver-3.11.0.tar.gz) = bab43a786b4caaa8cf5abfae1ce54dab5ffef8e3
4RMD160 (python-driver-3.10.0.tar.gz) = a91924b2b3e1d2671ef57c5470c43a3fcf3e91ac 4RMD160 (python-driver-3.11.0.tar.gz) = 234e8716b16c75f0b046bf828a423805b3e190d6
5SHA512 (python-driver-3.10.0.tar.gz) = 0ecdb05b20456683c8fb5a1c6b0397d4cb9e85bcef2c259bc447bec34276c3b0cfd1ddea8935c9e3f0aca954cc9551b5bd5f76b7e81f89623b4594ecd4186433 5SHA512 (python-driver-3.11.0.tar.gz) = d057c104fb7f491088db83241c2ac2e66e13de354fe930718cb3b03063f3543f3b2702ac634bf85bb29179fecf79dca09b9ae820a56118198bc5fe221bf479a5
6Size (python-driver-3.10.0.tar.gz) = 540531 bytes 6Size (python-driver-3.11.0.tar.gz) = 547715 bytes
7SHA1 (patch-cassandra_____init____.py) = c89c5dc31a1695b90d8d126c586c1e36b32d3566 

File Deleted: pkgsrc/databases/py-cassandra-driver/patches/Attic/patch-cassandra_____init____.py