Path to this page:
./
databases/py-cassandra-driver,
DataStax Python Driver for Apache Cassandra
Branch: CURRENT,
Version: 3.15.1nb1,
Package name: py39-cassandra-driver-3.15.1nb1,
Maintainer: pkgsrc-usersPython client driver for Apache Cassandra. This driver works exclusively
with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol.
Cassandra versions 1.2 through 2.1 are supported.
Required to run:[
devel/py-setuptools] [
devel/libev] [
devel/py-cython] [
lang/py-six] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 568.999 KB
Version history: (Expand)
- (2022-01-05) Updated to version: py39-cassandra-driver-3.15.1nb1
- (2021-10-07) Updated to version: py39-cassandra-driver-3.15.1
- (2018-12-27) Updated to version: py37-cassandra-driver-3.15.1
- (2018-09-10) Updated to version: py27-cassandra-driver-3.15.1
- (2018-09-04) Updated to version: py27-cassandra-driver-3.15.0
- (2018-04-18) Updated to version: py27-cassandra-driver-3.14.0
CVS history: (Expand)
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (some may be only fetched
conditionally):
./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
|
2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417) |
Log message:
databases: Remove SHA1 distfile hashes
|
2020-05-27 21:37:44 by Thomas Klausner | Files touched by this commit (60) |
Log message:
*: reset MAINTAINER for fhajny on his request
|
2018-12-27 17:02:22 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
py-cassandra-driver no longer supports Python 2.x, so simplify and mark it.
|
2018-12-15 22:12:25 by Thomas Klausner | Files touched by this commit (67) |  |
Log message:
*: update email for fhajny
|
2018-09-10 14:18:10 by Filip Hajny | Files touched by this commit (2) |
Log message:
databases/py-cassandra-driver: Update to 3.15.1.
- C* 4.0 schema-parsing logic breaks running against DSE 6.0.X
|
2018-09-04 15:15:04 by Filip Hajny | Files touched by this commit (2) |
Log message:
databases/py-cassandra-driver: Update to 3.15.0
Features
--------
- Parse Virtual Keyspace Metadata
Bug Fixes
---------
- Tokenmap.get_replicas returns the wrong value if token coincides
with the end of the range
- Python Driver fails with "more than 255 arguments" python exception
when > 255 columns specified in query response
- Hang in
integration.standard.test_cluster.ClusterTests.test_set_keyspace_twice
- Asyncore reactors should use a global variable instead of a class
variable for the event loop
Other
-----
- Use global variable for libev loops so it can be subclassed
- Update SchemaParser for V4
- Bump Cython dependency version to 0.28
|