15
0

Accepting request 653425 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/653425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cassandra-driver?expand=0&rev=6
This commit is contained in:
2018-12-03 09:12:30 +00:00
committed by Git OBS Bridge
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a119de6f7146b8101784c0128c6ddba5ba2091f4b526124b141cc25384b78d7b
size 582655

3
3.16.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a67fe323fc48099e08a8e471a14dc0d8f87f6d4467efdbe8893598b50b1f7c5
size 585150

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Dec 1 18:26:17 UTC 2018 - Arun Persaud <arun@gmx.de>
- 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 <tchvatal@suse.com>

View File

@@ -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