python-cassandra-driver 2.5.1-1ubuntu0.1 source package in Ubuntu

Changelog

python-cassandra-driver (2.5.1-1ubuntu0.1) xenial; urgency=high

  * Cherry-pick upstream commit to fix compat with python 2.7.12 -
    weakref.ref no longer accepts kwargs. (LP: #1603436)

 -- Dimitri John Ledkov <email address hidden>  Mon, 25 Jul 2016 12:17:29 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cassandra-driver_2.5.1.orig.tar.gz 153.0 KiB 98511b51f3565bf5836079ed31b7be681d5a17b5a98d1214aa64eb06e07bc18d
python-cassandra-driver_2.5.1-1ubuntu0.1.debian.tar.xz 3.5 KiB 40147faeaebc053c78a7ef55a21c0b7057b7cc176c5327758983a38cfce8119a
python-cassandra-driver_2.5.1-1ubuntu0.1.dsc 1.9 KiB 484487e07270d64ab6dc71df7c7e79685d94b297806bc7f8e8a4b25bd1e125d0

View changes file

Binary packages built by this source

python-cassandra: Python driver for Apache Cassandra

 A modern, feature-rich and highly-tunable Python client library for Apache
 Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's
 binary protocol and Cassandra Query Language v3.
 .
 Features:
  * Synchronous and Asynchronous APIs
  * Simple, Prepared, and Batch statements
  * Asynchronous IO, parallel execution, request pipelining
  * Connection pooling
  * Automatic node discovery
  * Automatic reconnection
  * Configurable load balancing and retry policies
  * Concurrent execution utilities
  * Object mapper

python3-cassandra: Python driver for Apache Cassandra (Python 3)

 A modern, feature-rich and highly-tunable Python client library for Apache
 Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's
 binary protocol and Cassandra Query Language v3.
 .
 Features:
  * Synchronous and Asynchronous APIs
  * Simple, Prepared, and Batch statements
  * Asynchronous IO, parallel execution, request pipelining
  * Connection pooling
  * Automatic node discovery
  * Automatic reconnection
  * Configurable load balancing and retry policies
  * Concurrent execution utilities
  * Object mapper
 .
 This package contains the Python 3.x module for python-cassandra