forked from pool/python-cassandra-driver
Accepting request 727459 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/727459 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cassandra-driver?expand=0&rev=10
This commit is contained in:
@@ -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
3
3.19.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bf45be32056e4837eb31072e00e7808ba2ca678fe3bfd279e0f01b5782b4ea6
|
||||
size 603432
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user