Received: by mail.netbsd.org (Postfix, from userid 605) id C41938559F; Thu, 16 Nov 2017 14:49:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4EA7C8556C for ; Thu, 16 Nov 2017 14:49:13 +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 BkxzpkUpFPMR for ; Thu, 16 Nov 2017 14:49:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BABE384DA0 for ; Thu, 16 Nov 2017 14:49:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0514FB3F; Thu, 16 Nov 2017 14:49:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510843752236560" MIME-Version: 1.0 Date: Thu, 16 Nov 2017 14:49:12 +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: <20171116144912.B0514FB3F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1510843752236560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Thu Nov 16 14:49:12 UTC 2017 Modified Files: pkgsrc/databases/py-cassandra-driver: Makefile distinfo Log Message: Update databases/py-cassandra-driver to 3.12.0. Features - Send keyspace in QUERY, PREPARE, and BATCH messages - Add IPv4Address/IPv6Address support for inet types - WriteType.CDC and VIEW missing - Warn on Cluster init if contact points are specified but LBP isn't - Include hash of result set metadata in prepared stmt id - Add NO_COMPACT startup option - Add new exception type for CDC Bug Fixes - Both _set_final_exception/result called for the same ResponseFuture - Use of DCAwareRoundRobinPolicy raises NoHostAvailable exception - Not create two sessions by default in CQLEngine - Bug when subclassing AyncoreConnection - Error at cleanup when closing the asyncore connections - Fix sites where sessions can change during iteration - cqlengine: allow min_length=0 for Ascii and Text column types - Rare exception when "sys.exit(0)" after query timeouts - Dont set the session keyspace when preparing statements - Use of DCAwareRoundRobinPolicy raises NoHostAvailable exception Other - Remove DeprecationWarning when using WhiteListRoundRobinPolicy - Bump Cython dependency version to 0.27 To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-cassandra-driver/Makefile \ pkgsrc/databases/py-cassandra-driver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510843752236560 Content-Disposition: inline Content-Length: 2318 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.22 pkgsrc/databases/py-cassandra-driver/Makefile:1.23 --- pkgsrc/databases/py-cassandra-driver/Makefile:1.22 Wed Aug 2 15:32:48 2017 +++ pkgsrc/databases/py-cassandra-driver/Makefile Thu Nov 16 14:49:12 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2017/08/02 15:32:48 fhajny Exp $ +# $NetBSD: Makefile,v 1.23 2017/11/16 14:49:12 fhajny Exp $ -DISTNAME= python-driver-3.11.0 +DISTNAME= python-driver-3.12.0 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/} @@ -15,8 +15,8 @@ EGG_NAME= cassandra_driver-${PKGVERSION_ .include "../../lang/python/pyversion.mk" -DEPENDS+= ${PYPKGPREFIX}-cython>=0.20:../../devel/py-cython -DEPENDS+= ${PYPKGPREFIX}-six>=1.6:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-cython>=0.27:../../devel/py-cython +DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six .if ${_PYTHON_VERSION} == 27 DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures .endif Index: pkgsrc/databases/py-cassandra-driver/distinfo diff -u pkgsrc/databases/py-cassandra-driver/distinfo:1.22 pkgsrc/databases/py-cassandra-driver/distinfo:1.23 --- pkgsrc/databases/py-cassandra-driver/distinfo:1.22 Wed Aug 2 15:32:48 2017 +++ pkgsrc/databases/py-cassandra-driver/distinfo Thu Nov 16 14:49:12 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2017/08/02 15:32:48 fhajny Exp $ +$NetBSD: distinfo,v 1.23 2017/11/16 14:49:12 fhajny Exp $ -SHA1 (python-driver-3.11.0.tar.gz) = bab43a786b4caaa8cf5abfae1ce54dab5ffef8e3 -RMD160 (python-driver-3.11.0.tar.gz) = 234e8716b16c75f0b046bf828a423805b3e190d6 -SHA512 (python-driver-3.11.0.tar.gz) = d057c104fb7f491088db83241c2ac2e66e13de354fe930718cb3b03063f3543f3b2702ac634bf85bb29179fecf79dca09b9ae820a56118198bc5fe221bf479a5 -Size (python-driver-3.11.0.tar.gz) = 547715 bytes +SHA1 (python-driver-3.12.0.tar.gz) = 1e9a1088f7ccdabe6e7bc00a2b8ca020e94f6089 +RMD160 (python-driver-3.12.0.tar.gz) = 910716514f6a5e97eedd7f43bb43812d046e1cfc +SHA512 (python-driver-3.12.0.tar.gz) = c953d6ff475cad0bc9187cc530a9862f3834e7bcae2bc3b663b6b9fc39541525277c5a9eb9f8fcc7cc0d77ff29c61ef53926a12823c8b1a66d6b94cb91521148 +Size (python-driver-3.12.0.tar.gz) = 561839 bytes --_----------=_1510843752236560--