pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-cassandra-driver Update py-cassandra-driv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/711ae8b954e3
branches:  trunk
changeset: 649936:711ae8b954e3
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Apr 13 12:44:07 2015 +0000

description:
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:

 databases/py-cassandra-driver/Makefile |   4 +-
 databases/py-cassandra-driver/PLIST    |  38 +++++++++++++++++++++++++++++++++-
 databases/py-cassandra-driver/distinfo |   8 +++---
 3 files changed, 43 insertions(+), 7 deletions(-)

diffs (84 lines):

diff -r ee69b448511c -r 711ae8b954e3 databases/py-cassandra-driver/Makefile
--- a/databases/py-cassandra-driver/Makefile    Mon Apr 13 12:34:28 2015 +0000
+++ b/databases/py-cassandra-driver/Makefile    Mon Apr 13 12:44:07 2015 +0000
@@ -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}
diff -r ee69b448511c -r 711ae8b954e3 databases/py-cassandra-driver/PLIST
--- a/databases/py-cassandra-driver/PLIST       Mon Apr 13 12:34:28 2015 +0000
+++ b/databases/py-cassandra-driver/PLIST       Mon Apr 13 12:44:07 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/16 17:12:23 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/04/13 12:44:07 fhajny Exp $
 ${PYSITELIB}/cassandra/__init__.py
 ${PYSITELIB}/cassandra/__init__.pyc
 ${PYSITELIB}/cassandra/__init__.pyo
@@ -14,6 +14,39 @@
 ${PYSITELIB}/cassandra/connection.py
 ${PYSITELIB}/cassandra/connection.pyc
 ${PYSITELIB}/cassandra/connection.pyo
+${PYSITELIB}/cassandra/cqlengine/__init__.py
+${PYSITELIB}/cassandra/cqlengine/__init__.pyc
+${PYSITELIB}/cassandra/cqlengine/__init__.pyo
+${PYSITELIB}/cassandra/cqlengine/columns.py
+${PYSITELIB}/cassandra/cqlengine/columns.pyc
+${PYSITELIB}/cassandra/cqlengine/columns.pyo
+${PYSITELIB}/cassandra/cqlengine/connection.py
+${PYSITELIB}/cassandra/cqlengine/connection.pyc
+${PYSITELIB}/cassandra/cqlengine/connection.pyo
+${PYSITELIB}/cassandra/cqlengine/functions.py
+${PYSITELIB}/cassandra/cqlengine/functions.pyc
+${PYSITELIB}/cassandra/cqlengine/functions.pyo
+${PYSITELIB}/cassandra/cqlengine/management.py
+${PYSITELIB}/cassandra/cqlengine/management.pyc
+${PYSITELIB}/cassandra/cqlengine/management.pyo
+${PYSITELIB}/cassandra/cqlengine/models.py
+${PYSITELIB}/cassandra/cqlengine/models.pyc
+${PYSITELIB}/cassandra/cqlengine/models.pyo
+${PYSITELIB}/cassandra/cqlengine/named.py
+${PYSITELIB}/cassandra/cqlengine/named.pyc
+${PYSITELIB}/cassandra/cqlengine/named.pyo
+${PYSITELIB}/cassandra/cqlengine/operators.py
+${PYSITELIB}/cassandra/cqlengine/operators.pyc
+${PYSITELIB}/cassandra/cqlengine/operators.pyo
+${PYSITELIB}/cassandra/cqlengine/query.py
+${PYSITELIB}/cassandra/cqlengine/query.pyc
+${PYSITELIB}/cassandra/cqlengine/query.pyo
+${PYSITELIB}/cassandra/cqlengine/statements.py
+${PYSITELIB}/cassandra/cqlengine/statements.pyc
+${PYSITELIB}/cassandra/cqlengine/statements.pyo
+${PYSITELIB}/cassandra/cqlengine/usertype.py
+${PYSITELIB}/cassandra/cqlengine/usertype.pyc
+${PYSITELIB}/cassandra/cqlengine/usertype.pyo
 ${PYSITELIB}/cassandra/cqltypes.py
 ${PYSITELIB}/cassandra/cqltypes.pyc
 ${PYSITELIB}/cassandra/cqltypes.pyo
@@ -29,6 +62,9 @@
 ${PYSITELIB}/cassandra/io/asyncorereactor.py
 ${PYSITELIB}/cassandra/io/asyncorereactor.pyc
 ${PYSITELIB}/cassandra/io/asyncorereactor.pyo
+${PYSITELIB}/cassandra/io/eventletreactor.py
+${PYSITELIB}/cassandra/io/eventletreactor.pyc
+${PYSITELIB}/cassandra/io/eventletreactor.pyo
 ${PYSITELIB}/cassandra/io/geventreactor.py
 ${PYSITELIB}/cassandra/io/geventreactor.pyc
 ${PYSITELIB}/cassandra/io/geventreactor.pyo
diff -r ee69b448511c -r 711ae8b954e3 databases/py-cassandra-driver/distinfo
--- a/databases/py-cassandra-driver/distinfo    Mon Apr 13 12:34:28 2015 +0000
+++ b/databases/py-cassandra-driver/distinfo    Mon Apr 13 12:44:07 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2015/01/16 17:12:23 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2015/04/13 12:44:07 fhajny Exp $
 
-SHA1 (python-driver-2.1.3.tar.gz) = c0efda846d6908c37c778c86cd22916bc54a720e
-RMD160 (python-driver-2.1.3.tar.gz) = 42420a1d4238f66ddc6e5f02f095960dab31999b
-Size (python-driver-2.1.3.tar.gz) = 201251 bytes
+SHA1 (python-driver-2.5.0.tar.gz) = f7669a5680fb8214fb2e4521b633a5b131d097d9
+RMD160 (python-driver-2.5.0.tar.gz) = 0add0975dbda05785186c5179569e6a3fcdd14f2
+Size (python-driver-2.5.0.tar.gz) = 315561 bytes



Home | Main Index | Thread Index | Old Index