15
0

Accepting request 632662 from devel:languages:python

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

View File

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

View File

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

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Sep 1 18:29:47 UTC 2018 - arun@gmx.de
- update to version 3.15.0:
* Features
+ Parse Virtual Keyspace Metadata (PYTHON-992)
* Bug Fixes
+ Tokenmap.get_replicas returns the wrong value if token coincides
with the end of the range (PYTHON-978)
+ Python Driver fails with "more than 255 arguments" python
exception when > 255 columns specified in query response
(PYTHON-893)
+ Hang in
integration.standard.test_cluster.ClusterTests.test_set_keyspace_twice
(PYTHON-998)
+ Asyncore reactors should use a global variable instead of a
class variable for the event loop (PYTHON-697)
* Other
+ Use global variable for libev loops so it can be subclassed
(PYTHON-973)
+ Update SchemaParser for V4 (PYTHON-1006)
+ Bump Cython dependency version to 0.28 (PYTHON-1012)
-------------------------------------------------------------------
Wed Jun 13 08:29:00 UTC 2018 - jengelh@inai.de

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cassandra-driver
Version: 3.14.0
Version: 3.15.0
Release: 0
Summary: Python driver for Cassandra
License: Apache-2.0