summaryrefslogtreecommitdiff
path: root/databases/py-cassandra-driver/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-04-13 12:07:05 +0000
committerfhajny <fhajny>2016-04-13 12:07:05 +0000
commit6d60233e78e7f9433256facd37aa73079682eb90 (patch)
treed6bfcd5e747a71e41b30472631ae16459305b18f /databases/py-cassandra-driver/Makefile
parent138a0de91ed818b16f4fff34e744b5086acb9438 (diff)
downloadpkgsrc-6d60233e78e7f9433256facd37aa73079682eb90.tar.gz
Update databases/py-cassandra-driver to 3.2.0.
Features - cqlengine: Warn on sync_schema type mismatch - cqlengine: Automatically defer fields with the '=' operator (and immutable values) in select queries - cqlengine: support non-equal conditions for LWT - cqlengine: sync_table should validate the primary key composition - cqlengine: token-aware routing for mapper statements Bug Fixes - Deleting a column in a lightweight transaction raises a SyntaxException - cqlengine: make Token function works with named tables/columns - comparing models with datetime fields fail #79 - cython date deserializer integer math should be aligned with CPython - db_field is not always respected with UpdateStatement - Sync_table fails on column.Set with secondary index
Diffstat (limited to 'databases/py-cassandra-driver/Makefile')
-rw-r--r--databases/py-cassandra-driver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-cassandra-driver/Makefile b/databases/py-cassandra-driver/Makefile
index 3b0847e3720..68f04d53ff1 100644
--- a/databases/py-cassandra-driver/Makefile
+++ b/databases/py-cassandra-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2016/04/08 16:43:39 fhajny Exp $
+# $NetBSD: Makefile,v 1.9 2016/04/13 12:07:05 fhajny Exp $
-DISTNAME= python-driver-3.1.1
+DISTNAME= python-driver-3.2.0
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/}