Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 55C40A654B for ; Wed, 25 Nov 2015 15:58:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B2E6E14A1FE; Wed, 25 Nov 2015 15:58:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE49214A1F9 for ; Wed, 25 Nov 2015 15:58:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BQWbVMwMvZyl for ; Wed, 25 Nov 2015 15:58:10 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 24E8F14A17B for ; Wed, 25 Nov 2015 15:58:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 17CB598; Wed, 25 Nov 2015 15:58:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 25 Nov 2015 15:58:10 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/databases/py-cassandra-driver To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20151125155810.17CB598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Wed Nov 25 15:58:10 UTC 2015 Modified Files: pkgsrc/databases/py-cassandra-driver: Makefile PLIST distinfo Log Message: Update databases/py-cassandra-driver to 3.0.0. 3.0.0 Features - Support datetime.date objects as a DateType - Add Cluster.update_view_metadata - QueryTrace option to populate partial trace sessions - Attach column names to ResultSet - Change default consistency level to LOCAL_ONE Bug Fixes - Properly SerDes nested collections when protocol_version < 3 - Evict UDTs from UserType cache on change - Make sure query strings are always encoded UTF-8 - Track previous value of columns at instantiation in CQLengine - UDT CQL encoding does not work for unicode values - NetworkTopologyStrategy#make_token_replica_map does not account for multiple racks in a DC - Cython integer overflow on decimal type deserialization - Query trace: if session hasn't been logged, query trace can throw exception 3.0.0rc1 Features - Process Modernized Schema Tables for Cassandra 3.0 - Remove deprecated features - Don't assign trace data to Statements - Normalize results return - Process Materialized View Metadata/Events - Remove blist as soft dependency - Change default consistency level to LOCAL_QUORUM - Normalize CQL query/export in metadata model Bug Fixes - Implementation of named arguments bind is non-pythonic - CQL encoding is incorrect for NaN and Infinity floats - Protocol downgrade issue with C* 2.0.x, 2.1.x, and python3, with non-default logging - ValueError when accessing usertype with non-alphanumeric field names - NumpyProtocolHandler does not play well with PagedResult 2.7.2 Bug Fixes - Resolve CQL export error for UDF with zero parameters - Remove futures dep. for Python 3 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/py-cassandra-driver/Makefile \ pkgsrc/databases/py-cassandra-driver/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/py-cassandra-driver/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.