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 databases/py-cass...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ad9fed07363
branches:  trunk
changeset: 366089:5ad9fed07363
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Aug 02 15:32:48 2017 +0000

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

diffstat:

 databases/py-cassandra-driver/Makefile                                |   4 +-
 databases/py-cassandra-driver/distinfo                                |  11 +++----
 databases/py-cassandra-driver/patches/patch-cassandra_____init____.py |  15 ----------
 3 files changed, 7 insertions(+), 23 deletions(-)

diffs (47 lines):

diff -r 3bbb97307d91 -r 5ad9fed07363 databases/py-cassandra-driver/Makefile
--- a/databases/py-cassandra-driver/Makefile    Wed Aug 02 14:32:27 2017 +0000
+++ b/databases/py-cassandra-driver/Makefile    Wed Aug 02 15:32:48 2017 +0000
@@ -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/}
diff -r 3bbb97307d91 -r 5ad9fed07363 databases/py-cassandra-driver/distinfo
--- a/databases/py-cassandra-driver/distinfo    Wed Aug 02 14:32:27 2017 +0000
+++ b/databases/py-cassandra-driver/distinfo    Wed Aug 02 15:32:48 2017 +0000
@@ -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
diff -r 3bbb97307d91 -r 5ad9fed07363 databases/py-cassandra-driver/patches/patch-cassandra_____init____.py
--- a/databases/py-cassandra-driver/patches/patch-cassandra_____init____.py     Wed Aug 02 14:32:27 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-cassandra_____init____.py,v 1.1 2017/06/14 14:19:02 fhajny Exp $
-
-Bring internal version in sync with distfile.
-
---- cassandra/__init__.py.orig 2017-05-24 17:32:09.000000000 +0000
-+++ cassandra/__init__.py
-@@ -22,7 +22,7 @@ class NullHandler(logging.Handler):
- 
- logging.getLogger('cassandra').addHandler(NullHandler())
- 
--__version_info__ = (3, 10)
-+__version_info__ = (3, 10, 0)
- __version__ = '.'.join(map(str, __version_info__))
- 
- 



Home | Main Index | Thread Index | Old Index