15
0

Accepting request 750237 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/750237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cassandra-driver?expand=0&rev=11
This commit is contained in:
2019-11-27 12:53:39 +00:00
committed by Git OBS Bridge
4 changed files with 32 additions and 5 deletions

View File

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

3
3.20.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Nov 22 06:07:48 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.20.2:
* Fix import error for old python installation without SSLContext
(PYTHON-1183)
-------------------------------------------------------------------
Sat Nov 9 14:43:45 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.20.1:
* Bug Fixes
+ ValueError: too many values to unpack (expected 2)" when there
are two dashes in server version number (PYTHON-1172)
- changes from version 3.20.0:
* Features
+ DataStax Apollo Support (PYTHON-1074)
+ Use 4.0 schema parser in 4 alpha and snapshot builds
(PYTHON-1158)
* Bug Fixes
+ Connection setup methods prevent using ExecutionProfile in
cqlengine (PYTHON-1009)
+ Driver deadlock if all connections dropped by heartbeat whilst
request in flight and request times out (PYTHON-1044)
+ Exception when use pk__token__gt filter In python 3.7
(PYTHON-1121)
-------------------------------------------------------------------
Sat Aug 31 04:36:00 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

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