summaryrefslogtreecommitdiff
path: root/databases/py-cassandra-driver/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-04-13 12:44:07 +0000
committerfhajny <fhajny>2015-04-13 12:44:07 +0000
commita1e6f4459fe4594fdc406d788bc98854f57840ef (patch)
tree9d3dfde2542af8313bc6a3729737e36d95de8cb8 /databases/py-cassandra-driver/Makefile
parent8b8ee21ab1e4947cc6f173d06b9df1878e8198e3 (diff)
downloadpkgsrc-a1e6f4459fe4594fdc406d788bc98854f57840ef.tar.gz
Update py-cassandra-driver to 2.5.0
2.5.0 - Integrated cqlengine object mapping package - Utility functions for converting timeuuids and datetime (PYTHON-99) - Schema metadata fetch window randomized, config options added (PYTHON-202) - Support for new Date and Time Cassandra types (PYTHON-190) - Fix index target for collection indexes (full(), keys()) (PYTHON-222) - Thread exception during GIL cleanup (PYTHON-229) - Workaround for rounding anomaly in datetime.utcfromtime (Python 3.4) (PYTHON-230) - Normalize text serialization for lookup in OrderedMap (PYTHON-231) - Support reading CompositeType data (PYTHON-234) - Preserve float precision in CQL encoding (PYTHON-243) 2.1.4 - SaslAuthenticator for Kerberos support (PYTHON-109) - Heartbeat for network device keepalive and detecting failures on idle connections (PYTHON-197) - Support nested, frozen collections for Cassandra 2.1.3+ (PYTHON-186) - Schema agreement wait bypass config, new call for synchronous schema refresh (PYTHON-205) - Add eventlet connection support (PYTHON-194) - Schema meta fix for complex thrift tables (PYTHON-191) - Support for 'unknown' replica placement strategies in schema meta (PYTHON-192) - Resolve stream ID leak on set_keyspace (PYTHON-195) - Remove implicit timestamp scaling on serialization of numeric timestamps (PYTHON-204) - Resolve stream id collision when using SASL auth (PYTHON-210) - Correct unhexlify usage for user defined type meta in Python3 (PYTHON-208)
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 7ef2e835e03..2ae0a123020 100644
--- a/databases/py-cassandra-driver/Makefile
+++ b/databases/py-cassandra-driver/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2015/01/16 17:12:23 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/13 12:44:07 fhajny Exp $
-DISTNAME= python-driver-2.1.3
+DISTNAME= python-driver-2.5.0
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
CATEGORIES= databases
MASTER_SITES= -https://github.com/datastax/python-driver/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}