Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 E623D7A265 for ; Mon, 27 Feb 2017 08:41:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5803F855D4; Mon, 27 Feb 2017 08:41:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB7EC855AC for ; Mon, 27 Feb 2017 08:41:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3MmTvOiFWqiF for ; Mon, 27 Feb 2017 08:41:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4370384CED for ; Mon, 27 Feb 2017 08:41:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A8D3FBE4; Mon, 27 Feb 2017 08:41:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488184909108990" MIME-Version: 1.0 Date: Mon, 27 Feb 2017 08:41:49 +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: <20170227084149.3A8D3FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1488184909108990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Mon Feb 27 08:41:49 UTC 2017 Modified Files: pkgsrc/databases/py-cassandra-driver: Makefile PLIST distinfo Removed Files: pkgsrc/databases/py-cassandra-driver/patches: patch-setup.py Log Message: Update databases/py-cassandra-driver to 3.8.0. Features - Quote index names in metadata CQL generation (PYTHON-616) - On column deserialization failure, keep error message consistent between python and cython (PYTHON-631) - TokenAwarePolicy always sends requests to the same replica for a given key (PYTHON-643) - Added cql types to result set (PYTHON-648) - Add __len__ to BatchStatement (PYTHON-650) - Duration Type for Cassandra (PYTHON-655) - Send flags with PREPARE message in v5 (PYTHON-684) Bug Fixes - Potential Timing issue if application exits prior to session pool initialization (PYTHON-636) - "Host X.X.X.X has been marked down" without any exceptions (PYTHON-640) - NoHostAvailable or OperationTimedOut when using execute_concurrent with a generator that inserts into more than one table (PYTHON-642) - ResponseFuture creates Timers and don't cancel them even when result is received which leads to memory leaks (PYTHON-644) - Driver cannot connect to Cassandra version > 3 (PYTHON-646) - Unable to import model using UserType without setuping connection since 3.7 (PYTHON-649) - Don't prepare queries on ignored hosts on_up (PYTHON-669) - Sockets associated with sessions not getting cleaned up on session.shutdown() (PYTHON-673) - Make client timestamps strictly monotonic (PYTHON-676) - cassandra.cqlengine.connection.register_connection broken when hosts=None (PYTHON-692) Other - Create a cqlengine doc section explaining None semantics (PYTHON-623) - Resolve warnings in documentation generation (PYTHON-645) - Cython dependency (PYTHON-686) - Drop Support for Python 2.6 (PYTHON-690) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/py-cassandra-driver/Makefile \ pkgsrc/databases/py-cassandra-driver/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/py-cassandra-driver/PLIST cvs rdiff -u -r1.1 -r0 \ pkgsrc/databases/py-cassandra-driver/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488184909108990 Content-Disposition: inline Content-Length: 2883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-cassandra-driver/Makefile diff -u pkgsrc/databases/py-cassandra-driver/Makefile:1.18 pkgsrc/databases/py-cassandra-driver/Makefile:1.19 --- pkgsrc/databases/py-cassandra-driver/Makefile:1.18 Thu Feb 16 10:43:12 2017 +++ pkgsrc/databases/py-cassandra-driver/Makefile Mon Feb 27 08:41:48 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2017/02/16 10:43:12 fhajny Exp $ +# $NetBSD: Makefile,v 1.19 2017/02/27 08:41:48 fhajny Exp $ -DISTNAME= python-driver-3.7.1 +DISTNAME= python-driver-3.8.0 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/} Index: pkgsrc/databases/py-cassandra-driver/distinfo diff -u pkgsrc/databases/py-cassandra-driver/distinfo:1.18 pkgsrc/databases/py-cassandra-driver/distinfo:1.19 --- pkgsrc/databases/py-cassandra-driver/distinfo:1.18 Thu Feb 16 10:43:12 2017 +++ pkgsrc/databases/py-cassandra-driver/distinfo Mon Feb 27 08:41:48 2017 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.18 2017/02/16 10:43:12 fhajny Exp $ +$NetBSD: distinfo,v 1.19 2017/02/27 08:41:48 fhajny Exp $ -SHA1 (python-driver-3.7.1.tar.gz) = 1bba61b444380082c91fb42f425016ad4135b5b0 -RMD160 (python-driver-3.7.1.tar.gz) = 168e4b6a998c8bd4e730d558cdf536d00e2f2c12 -SHA512 (python-driver-3.7.1.tar.gz) = 66d09bb8d6132bba3dd26186f7d4d834d7f65265101cac96658a997ece1c35346c389f818618580815eecb8cd6dd658f4bf365d6120a14477f9780ff1f682fef -Size (python-driver-3.7.1.tar.gz) = 513310 bytes -SHA1 (patch-setup.py) = 26385704ea010efffc210ec805c5a82bdfaf4049 +SHA1 (python-driver-3.8.0.tar.gz) = 2d189105afb53e361472d3c0590eb0d0ff182024 +RMD160 (python-driver-3.8.0.tar.gz) = 7e24471e727b31b6a900f9185aa1c1df830574da +SHA512 (python-driver-3.8.0.tar.gz) = 3a263e1fb71e0fc1f28efeb369075dbb5d5a0f0ab378352f72d3432635f0b79e6839968eed160cfbfca18288bd2bdb258d2bc790d50872b95d165df43846f9bd +Size (python-driver-3.8.0.tar.gz) = 525355 bytes Index: pkgsrc/databases/py-cassandra-driver/PLIST diff -u pkgsrc/databases/py-cassandra-driver/PLIST:1.4 pkgsrc/databases/py-cassandra-driver/PLIST:1.5 --- pkgsrc/databases/py-cassandra-driver/PLIST:1.4 Wed Nov 25 15:58:09 2015 +++ pkgsrc/databases/py-cassandra-driver/PLIST Mon Feb 27 08:41:48 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/11/25 15:58:09 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.5 2017/02/27 08:41:48 fhajny Exp $ ${PYSITELIB}/cassandra/__init__.py ${PYSITELIB}/cassandra/__init__.pyc ${PYSITELIB}/cassandra/__init__.pyo @@ -134,6 +134,9 @@ ${PYSITELIB}/cassandra/query.pyo ${PYSITELIB}/cassandra/query.so ${PYSITELIB}/cassandra/row_parser.pyx ${PYSITELIB}/cassandra/row_parser.so +${PYSITELIB}/cassandra/timestamps.py +${PYSITELIB}/cassandra/timestamps.pyc +${PYSITELIB}/cassandra/timestamps.pyo ${PYSITELIB}/cassandra/tuple.pxd ${PYSITELIB}/cassandra/type_codes.pxd ${PYSITELIB}/cassandra/type_codes.py --_----------=_1488184909108990--