From 82ff3c1b2067d855614439232fe00ca5034038484c2e38a1ac66d35542a14758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 2 Dec 2018 09:17:42 +0000 Subject: [PATCH] Accepting request 653374 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/653374 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=18 --- 3.15.1.tar.gz | 3 --- 3.16.0.tar.gz | 3 +++ python-cassandra-driver.changes | 22 ++++++++++++++++++++++ python-cassandra-driver.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 3.15.1.tar.gz create mode 100644 3.16.0.tar.gz diff --git a/3.15.1.tar.gz b/3.15.1.tar.gz deleted file mode 100644 index 897975a..0000000 --- a/3.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a119de6f7146b8101784c0128c6ddba5ba2091f4b526124b141cc25384b78d7b -size 582655 diff --git a/3.16.0.tar.gz b/3.16.0.tar.gz new file mode 100644 index 0000000..77c19ab --- /dev/null +++ b/3.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a67fe323fc48099e08a8e471a14dc0d8f87f6d4467efdbe8893598b50b1f7c5 +size 585150 diff --git a/python-cassandra-driver.changes b/python-cassandra-driver.changes index ad08ba6..f5cc514 100644 --- a/python-cassandra-driver.changes +++ b/python-cassandra-driver.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Dec 1 18:26:17 UTC 2018 - Arun Persaud + +- update to version 3.16.0: + * Bug Fixes + + Improve and fix socket error-catching code in nonblocking-socket + reactors (PYTHON-1024) + + Non-ASCII characters in schema break CQL string generation + (PYTHON-1008) + + Fix OSS driver's virtual table support against DSE 6.0.X and + future server releases (PYTHON-1020) + + ResultSet.one() fails if the row_factory is using a generator + (PYTHON-1026) + + Log profile name on attempt to create existing profile + (PYTHON-944) + + Cluster instantiation fails if any contact points' hostname + resolution fails (PYTHON-895) + * Other + + Fix tests when RF is not maintained if we decomission a node + (PYTHON-1017) + + Fix wrong use of ResultSet indexing (PYTHON-1015) + ------------------------------------------------------------------- Thu Nov 1 09:24:07 UTC 2018 - Tomáš Chvátal diff --git a/python-cassandra-driver.spec b/python-cassandra-driver.spec index f13cdad..7d67225 100644 --- a/python-cassandra-driver.spec +++ b/python-cassandra-driver.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cassandra-driver -Version: 3.15.1 +Version: 3.16.0 Release: 0 Summary: Python driver for Cassandra License: Apache-2.0