Update databases/py-cassandra-driver to 2.5.1.
- Fix thread safety in DC-aware load balancing policy (PYTHON-297) - Fix race condition in node/token rebuild (PYTHON-298) - Set and send serial consistency parameter (PYTHON-299)
This commit is contained in:
parent
9f5f824825
commit
ca7739d134
2 changed files with 8 additions and 7 deletions
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/04/13 12:44:07 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/06/09 11:07:13 fhajny Exp $
|
||||
|
||||
DISTNAME= python-driver-2.5.0
|
||||
DISTNAME= python-driver-2.5.1
|
||||
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= -https://github.com/datastax/python-driver/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/}
|
||||
GITHUB_PROJECT= python-driver
|
||||
|
||||
MAINTAINER= filip@joyent.com
|
||||
HOMEPAGE= https://github.com/datastax/python-driver/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2015/04/13 12:44:07 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.3 2015/06/09 11:07:13 fhajny Exp $
|
||||
|
||||
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
|
||||
SHA1 (python-driver-2.5.1.tar.gz) = 8031ed4cce1422402ca54e5fb904c5ab5b113ca9
|
||||
RMD160 (python-driver-2.5.1.tar.gz) = 34104e2d537d6578ed511e20515b7eb081cb4eae
|
||||
Size (python-driver-2.5.1.tar.gz) = 316656 bytes
|
||||
|
|
Loading…
Reference in a new issue