forked from pool/python-cassandra-driver
Accepting request 680790 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/680790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cassandra-driver?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a67fe323fc48099e08a8e471a14dc0d8f87f6d4467efdbe8893598b50b1f7c5
|
||||
size 585150
|
||||
3
3.17.0.tar.gz
Normal file
3
3.17.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dc75ab1bcdaed1888a89b46f9d48abcb44ab119b6429b5b9d3605bbbec635b5
|
||||
size 590779
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 2 04:47:54 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
* be more specific in %files section
|
||||
|
||||
- update to version 3.17.0:
|
||||
* Features
|
||||
+ Send driver name and version in startup message (PYTHON-1068)
|
||||
+ Add Cluster ssl_context option to enable SSL (PYTHON-995)
|
||||
+ Allow encrypted private keys for 2-way SSL cluster connections
|
||||
(PYTHON-995)
|
||||
+ Introduce new method ConsistencyLevel.is_serial (PYTHON-1067)
|
||||
+ Add Session.get_execution_profile (PYTHON-932)
|
||||
+ Add host kwarg to Session.execute/execute_async APIs to send a
|
||||
query to a specific node (PYTHON-993)
|
||||
* Bug Fixes
|
||||
+ NoHostAvailable when all hosts are up and connectable
|
||||
(PYTHON-891)
|
||||
+ Serial consistency level is not used (PYTHON-1007)
|
||||
* Other
|
||||
+ Fail faster on incorrect lz4 import (PYTHON-1042)
|
||||
+ Bump Cython dependency version to 0.29 (PYTHON-1036)
|
||||
+ Expand Driver SSL Documentation (PYTHON-740)
|
||||
* Deprecations
|
||||
+ Using Cluster.ssl_options to enable SSL is deprecated and will
|
||||
be removed in the next major release, use ssl_context.
|
||||
+ DowngradingConsistencyRetryPolicy is deprecated and will be
|
||||
removed in the next major release. (PYTHON-937)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 18:26:17 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cassandra-driver
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-cassandra-driver
|
||||
Version: 3.16.0
|
||||
Version: 3.17.0
|
||||
Release: 0
|
||||
Summary: Python driver for Cassandra
|
||||
License: Apache-2.0
|
||||
@@ -85,6 +85,9 @@ export CASS_DRIVER_NO_EXTENSIONS=1
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitearch}/*
|
||||
%dir %{python_sitearch}/cassandra
|
||||
%dir %{python_sitearch}/cassandra_driver-%{version}-py*.egg-info
|
||||
%{python_sitearch}/cassandra/*
|
||||
%{python_sitearch}/cassandra_driver-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user