databases/py-cassandra-driver: Update to 3.14.0.
3.14.0 ====== Features -------- - Add one() function to the ResultSet API - Create an utility function to fetch concurrently many keys from the same replica - Allow filter queries with fields that have an index managed outside of cqlengine - Twisted SSL Support - Support IS NOT NULL operator in cqlengine Other ----- - Fix Broken Links in Docs - Reevaluate MONKEY_PATCH_LOOP in test codebase - Remove CASS_SERVER_VERSION and replace it for CASSANDRA_VERSION in tests - Refactor CASSANDRA_VERSION to a some kind of version object - Log warning when driver configures an authenticator, but server does not request authentication - Warn users when using the deprecated Session.default_consistency_level - Add DSE smoke test to OSS driver tests - Document long compilation times and workarounds - Improve error for batch WriteTimeouts - Deprecate ResultSet indexing 3.13.0 ====== Features -------- - cqlengine: LIKE filter operator - Support cassandra.query.BatchType with cqlengine BatchQuery Bug Fixes --------- - AttributeError: 'NoneType' object has no attribute 'add_timer' - Support retry_policy in PreparedStatement - __del__ method in Session is throwing an exception - LZ4 import issue with recent versions - ResponseFuture._connection can be None when returning request_id - ResultSet.was_applied doesn't support batch with LWT statements Other ----- - cqlengine: avoid warning when unregistering connection on shutdown - Fix DeprecationWarning of log.warn - Fix example_mapper.py for python3 - Possible deadlock on cassandra.concurrent.execute_concurrent - Add some known deprecated warnings for 4.x - Remove copyright dates from copyright notices - Remove "Experimental" tag from execution profiles documentation - request_timer metrics descriptions are slightly incorrect - Remove "Experimental" tag from cqlengine connections documentation - Set in documentation default consistency for operations is LOCAL_ONE
This commit is contained in:
parent
daafcbb0c9
commit
05f94a3874
3 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.23 2017/11/16 14:49:12 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2018/04/18 07:30:53 fhajny Exp $
|
||||
|
||||
DISTNAME= python-driver-3.12.0
|
||||
DISTNAME= python-driver-3.14.0
|
||||
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2017/02/27 08:41:48 fhajny Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2018/04/18 07:30:53 fhajny Exp $
|
||||
${PYSITELIB}/cassandra/__init__.py
|
||||
${PYSITELIB}/cassandra/__init__.pyc
|
||||
${PYSITELIB}/cassandra/__init__.pyo
|
||||
|
@ -77,6 +77,9 @@ ${PYSITELIB}/cassandra/encoder.pyo
|
|||
${PYSITELIB}/cassandra/io/__init__.py
|
||||
${PYSITELIB}/cassandra/io/__init__.pyc
|
||||
${PYSITELIB}/cassandra/io/__init__.pyo
|
||||
${PYSITELIB}/cassandra/io/asyncioreactor.py
|
||||
${PYSITELIB}/cassandra/io/asyncioreactor.pyc
|
||||
${PYSITELIB}/cassandra/io/asyncioreactor.pyo
|
||||
${PYSITELIB}/cassandra/io/asyncorereactor.py
|
||||
${PYSITELIB}/cassandra/io/asyncorereactor.pyc
|
||||
${PYSITELIB}/cassandra/io/asyncorereactor.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.23 2017/11/16 14:49:12 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.24 2018/04/18 07:30:53 fhajny Exp $
|
||||
|
||||
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
|
||||
SHA1 (python-driver-3.14.0.tar.gz) = 84cd1ed77684f1b6bc255c59f6c9d64ef673927b
|
||||
RMD160 (python-driver-3.14.0.tar.gz) = 3c752410fb904e924e557000bb0293ac49f9ec45
|
||||
SHA512 (python-driver-3.14.0.tar.gz) = 096cd32d755a824879c873471361ef0771fa52b420d3d4ac43abc54fe0122fb87c1cae04c0f2ebcf23393cd786bf7e5ab6da5556c880dd3b44e4676d1d64b87f
|
||||
Size (python-driver-3.14.0.tar.gz) = 578408 bytes
|
||||
|
|
Loading…
Reference in a new issue