diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-06-06 14:45:03 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-06-06 14:45:03 +0000 |
commit | 7a7e475839c574621884f5279a4f1393e0979bf6 (patch) | |
tree | b1044f228886176b78380e05628a29eff833b3b0 /databases/py-cassandra-driver | |
parent | f9eaac05580888e156bf411e5c6851408f037b8b (diff) | |
download | pkgsrc-7a7e475839c574621884f5279a4f1393e0979bf6.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')
-rw-r--r-- | databases/py-cassandra-driver/Makefile | 4 | ||||
-rw-r--r-- | databases/py-cassandra-driver/distinfo | 10 |
2 files changed, 7 insertions, 7 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/} diff --git a/databases/py-cassandra-driver/distinfo b/databases/py-cassandra-driver/distinfo index be40997ebb9..d4c78e06a4f 100644 --- a/databases/py-cassandra-driver/distinfo +++ b/databases/py-cassandra-driver/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/05/06 09:41:36 fhajny Exp $ +$NetBSD: distinfo,v 1.13 2016/06/06 14:45:03 fhajny Exp $ -SHA1 (python-driver-3.3.0.tar.gz) = 4a687f9602881cf6c791d4737040ada8ae464ec5 -RMD160 (python-driver-3.3.0.tar.gz) = 2f72e6a2af5b2d94009af81ae123470889bfdb91 -SHA512 (python-driver-3.3.0.tar.gz) = f512cd126c435b80c28f28f242cb46a42d21579ab99f9723d4fd5b3e8d1ba4be0d8d67cf7a932d700321084965fbd5b32ebcf4f64479ccc3e1bf8647e5c5b877 -Size (python-driver-3.3.0.tar.gz) = 468642 bytes +SHA1 (python-driver-3.4.1.tar.gz) = d301375fbdbd72206ece0588724d2495c2f51227 +RMD160 (python-driver-3.4.1.tar.gz) = bc42575e8e9d59ba83b23f56837cf6f665473c8e +SHA512 (python-driver-3.4.1.tar.gz) = 2b0957254f0a8dcac1d9d49124a4267aaf39df8c701f67f4d6abf708306443c46628866e284330890be710a73fe506c7c853c020abf166a15f95e04a5a6b8cbc +Size (python-driver-3.4.1.tar.gz) = 477821 bytes |