pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-cassandra-driver
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Aug 2 15:32:48 UTC 2017
Modified Files:
pkgsrc/databases/py-cassandra-driver: Makefile distinfo
Removed Files:
pkgsrc/databases/py-cassandra-driver/patches:
patch-cassandra_____init____.py
Log Message:
Update databases/py-cassandra-driver to 3.11.0.
Features
--------
- Add idle_heartbeat_timeout cluster option to tune how long to wait
for heartbeat responses.
- Add HostFilterPolicy
Bug Fixes
---------
- is_idempotent flag is not propagated from PreparedStatement to
BoundStatement
- Fix asyncore hang on exit
- Driver takes several minutes to remove a bad host from session
- Installation doesn't always fall back to no cython in Windows
- Avoid to replace a connection that is supposed to shutdown
- request_ids may not be returned to the pool
- Fix murmur3 on big-endian systems
- Ensure unused connections are closed if a Session is deleted by the
GC
- Fix .values_list by using db names internally (cqlengine)
Other
-----
- Bump Cython dependency version to 0.25.2
- Fix DeprecationWarning when using lz4
- Deprecate WhiteListRoundRobinPolicy
- Improve upgrade guide for materializing pages
- Documentation for time/date specifies timestamp inupt as
microseconds
- Point to DSA Slack, not IRC, in docs index
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/py-cassandra-driver/Makefile \
pkgsrc/databases/py-cassandra-driver/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/databases/py-cassandra-driver/patches/patch-cassandra_____init____.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-cassandra-driver/Makefile
diff -u pkgsrc/databases/py-cassandra-driver/Makefile:1.21 pkgsrc/databases/py-cassandra-driver/Makefile:1.22
--- pkgsrc/databases/py-cassandra-driver/Makefile:1.21 Wed Jun 14 14:19:02 2017
+++ pkgsrc/databases/py-cassandra-driver/Makefile Wed Aug 2 15:32:48 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/06/14 14:19:02 fhajny Exp $
+# $NetBSD: Makefile,v 1.22 2017/08/02 15:32:48 fhajny Exp $
-DISTNAME= python-driver-3.10.0
+DISTNAME= python-driver-3.11.0
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}-cassandra/}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=datastax/}
Index: pkgsrc/databases/py-cassandra-driver/distinfo
diff -u pkgsrc/databases/py-cassandra-driver/distinfo:1.21 pkgsrc/databases/py-cassandra-driver/distinfo:1.22
--- pkgsrc/databases/py-cassandra-driver/distinfo:1.21 Wed Jun 14 14:19:02 2017
+++ pkgsrc/databases/py-cassandra-driver/distinfo Wed Aug 2 15:32:48 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.21 2017/06/14 14:19:02 fhajny Exp $
+$NetBSD: distinfo,v 1.22 2017/08/02 15:32:48 fhajny Exp $
-SHA1 (python-driver-3.10.0.tar.gz) = 1eb85a0979b6b480b53c7a725018cc0991599a60
-RMD160 (python-driver-3.10.0.tar.gz) = a91924b2b3e1d2671ef57c5470c43a3fcf3e91ac
-SHA512 (python-driver-3.10.0.tar.gz) = 0ecdb05b20456683c8fb5a1c6b0397d4cb9e85bcef2c259bc447bec34276c3b0cfd1ddea8935c9e3f0aca954cc9551b5bd5f76b7e81f89623b4594ecd4186433
-Size (python-driver-3.10.0.tar.gz) = 540531 bytes
-SHA1 (patch-cassandra_____init____.py) = c89c5dc31a1695b90d8d126c586c1e36b32d3566
+SHA1 (python-driver-3.11.0.tar.gz) = bab43a786b4caaa8cf5abfae1ce54dab5ffef8e3
+RMD160 (python-driver-3.11.0.tar.gz) = 234e8716b16c75f0b046bf828a423805b3e190d6
+SHA512 (python-driver-3.11.0.tar.gz) = d057c104fb7f491088db83241c2ac2e66e13de354fe930718cb3b03063f3543f3b2702ac634bf85bb29179fecf79dca09b9ae820a56118198bc5fe221bf479a5
+Size (python-driver-3.11.0.tar.gz) = 547715 bytes
Home |
Main Index |
Thread Index |
Old Index