pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-cassandra-driver Update databases/py-cass...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cf82b187237
branches:  trunk
changeset: 348089:9cf82b187237
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jun 06 14:45:03 2016 +0000

description:
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:

 databases/py-cassandra-driver/Makefile |   4 ++--
 databases/py-cassandra-driver/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r fca5b4777797 -r 9cf82b187237 databases/py-cassandra-driver/Makefile
--- a/databases/py-cassandra-driver/Makefile    Mon Jun 06 14:26:01 2016 +0000
+++ b/databases/py-cassandra-driver/Makefile    Mon Jun 06 14:45:03 2016 +0000
@@ -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 -r fca5b4777797 -r 9cf82b187237 databases/py-cassandra-driver/distinfo
--- a/databases/py-cassandra-driver/distinfo    Mon Jun 06 14:26:01 2016 +0000
+++ b/databases/py-cassandra-driver/distinfo    Mon Jun 06 14:45:03 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index