pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-cassandra-driver



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Tue Aug  9 09:01:21 UTC 2016

Modified Files:
        pkgsrc/databases/py-cassandra-driver: Makefile distinfo

Log Message:
Update databases/py-cassandra-driver to 3.6.0.

Features
- Handle null values in NumpyProtocolHandler (PYTHON-553)
- Collect greplin scales stats per cluster (PYTHON-561)
- Update mock unit test dependency requirement (PYTHON-591)
- Handle Missing CompositeType metadata following C* upgrade
  (PYTHON-562)
- Improve Host.is_up state for HostDistance.IGNORED hosts
  (PYTHON-551)
- Utilize v2 protocol's ability to skip result set metadata for
  prepared statement execution (PYTHON-71)
- Return from Cluster.connect() when first contact point
  connection(pool) is opened (PYTHON-105)
- cqlengine: Add ContextQuery to allow cqlengine models to switch
  the keyspace context easily (PYTHON-598)
- Standardize Validation between Ascii and Text types in Cqlengine
  (PYTHON-609)

Bug Fixes
- Fix geventreactor with SSL support (PYTHON-600)
- Don't downgrade protocol version if explicitly set (PYTHON-537)
- Nonexistent contact point tries to connect indefinitely
  (PYTHON-549)
- Execute_concurrent can exceed max recursion depth in failure
  mode (PYTHON-585)
- Libev loop shutdown race (PYTHON-578)
- Include aliases in DCT type string (PYTHON-579)
- cqlengine: Comparison operators for Columns (PYTHON-595)
- cqlengine: disentangle default_time_to_live table option from
  model query default TTL (PYTHON-538)
- cqlengine: pk__token column name issue with the equality
  operator (PYTHON-584)
- cqlengine: Fix "__in" filtering operator converts True to string
  "True" automatically (PYTHON-596)
- cqlengine: Avoid LWTExceptions when updating columns that are
  part of the condition (PYTHON-580)
- cqlengine: Cannot execute a query when the filter contains all
  columns (PYTHON-599)
- cqlengine: routing key computation issue when a primary key
  column is overriden by model inheritance (PYTHON-576)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.

Modified files:

Index: pkgsrc/databases/py-cassandra-driver/Makefile
diff -u pkgsrc/databases/py-cassandra-driver/Makefile:1.14 pkgsrc/databases/py-cassandra-driver/Makefile:1.15
--- pkgsrc/databases/py-cassandra-driver/Makefile:1.14  Wed Jul  6 15:01:27 2016
+++ pkgsrc/databases/py-cassandra-driver/Makefile       Tue Aug  9 09:01:21 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2016/07/06 15:01:27 fhajny Exp $
+# $NetBSD: Makefile,v 1.15 2016/08/09 09:01:21 fhajny Exp $
 
-DISTNAME=      python-driver-3.5.0
+DISTNAME=      python-driver-3.6.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.14 pkgsrc/databases/py-cassandra-driver/distinfo:1.15
--- pkgsrc/databases/py-cassandra-driver/distinfo:1.14  Wed Jul  6 15:01:27 2016
+++ pkgsrc/databases/py-cassandra-driver/distinfo       Tue Aug  9 09:01:21 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/07/06 15:01:27 fhajny Exp $
+$NetBSD: distinfo,v 1.15 2016/08/09 09:01:21 fhajny Exp $
 
-SHA1 (python-driver-3.5.0.tar.gz) = 03d3a7929e4b737253cde95b09d4100d2ebef8b6
-RMD160 (python-driver-3.5.0.tar.gz) = 27aa9bd60d828f3d808f26e3b73c0a9a1c2f99e1
-SHA512 (python-driver-3.5.0.tar.gz) = 121f4bbe42e7cb8cf542d37256629fc1b6f9ad4683c4594c49b25e4eb2bb4b560dcdf958db71d703ce6206548d1f2671b4a10f3a171b3e72381996b25bf47aa7
-Size (python-driver-3.5.0.tar.gz) = 487870 bytes
+SHA1 (python-driver-3.6.0.tar.gz) = 718b8e6386cc980180762803c3e20510097a103e
+RMD160 (python-driver-3.6.0.tar.gz) = 0ac92c089ccf9324bbb25279eb8d6efc51932ed1
+SHA512 (python-driver-3.6.0.tar.gz) = f4723c04e1c715fdf32ba21dc1b176795e667f00c90496438b7ac62af2843c1adb692cc83cc785bf9a6d2cbb250624465951f7ffb3c515e0299becef84615415
+Size (python-driver-3.6.0.tar.gz) = 497330 bytes



Home | Main Index | Thread Index | Old Index