15
0

Accepting request 727362 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/727362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal
2019-08-31 13:38:55 +00:00
committed by Git OBS Bridge
parent 3e181471be
commit cb9136146f
4 changed files with 31 additions and 5 deletions

View File

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

3
3.19.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Aug 31 04:36:00 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.19.0:
* Features
+ Add Python 3.7 support (PYTHON-1016)
+ Future-proof Mapping imports (PYTHON-1023)
+ Include param values in cqlengine logging (PYTHON-1105)
+ NTS Token Replica Map Generation is slow (PYTHON-622)
* Bug Fixes
+ as_cql_query UDF/UDA parameters incorrectly includes "frozen" if
arguments are collections (PYTHON-1031)
+ cqlengine does not currently support combining TTL and TIMESTAMP
on INSERT (PYTHON-1093)
+ Fix incorrect metadata for compact counter tables (PYTHON-1100)
+ Call ConnectionException with correct kwargs (PYTHON-1117)
+ Can't connect to clusters built from source because version
parsing doesn't handle 'x.y-SNAPSHOT' (PYTHON-1118)
+ Discovered node doesn´t honor the configured Cluster port on
connection (PYTHON-1127)
* Other
+ Remove invalid warning in set_session when we initialize a
default connection (PYTHON-1104)
+ Set the proper default ExecutionProfile.row_factory value
(PYTHON-1119)
-------------------------------------------------------------------
Sat Jun 8 23:08:18 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cassandra-driver
Version: 3.18.0
Version: 3.19.0
Release: 0
Summary: Python driver for Cassandra
License: Apache-2.0
Group: Development/Languages/Python
URL: http://github.com/datastax/python-driver
URL: https://github.com/datastax/python-driver
Source: https://github.com/datastax/python-driver/archive/%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module PyYAML}