From 21c6d502561be9800135e1c1ed463983b4929cf5d95f2f887836020ed09304bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 2 Mar 2019 13:57:54 +0000 Subject: [PATCH] Accepting request 680733 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/680733 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=20 --- 3.16.0.tar.gz | 3 --- 3.17.0.tar.gz | 3 +++ python-cassandra-driver.changes | 31 +++++++++++++++++++++++++++++++ python-cassandra-driver.spec | 9 ++++++--- 4 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 3.16.0.tar.gz create mode 100644 3.17.0.tar.gz diff --git a/3.16.0.tar.gz b/3.16.0.tar.gz deleted file mode 100644 index 77c19ab..0000000 --- a/3.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a67fe323fc48099e08a8e471a14dc0d8f87f6d4467efdbe8893598b50b1f7c5 -size 585150 diff --git a/3.17.0.tar.gz b/3.17.0.tar.gz new file mode 100644 index 0000000..71d8c9e --- /dev/null +++ b/3.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc75ab1bcdaed1888a89b46f9d48abcb44ab119b6429b5b9d3605bbbec635b5 +size 590779 diff --git a/python-cassandra-driver.changes b/python-cassandra-driver.changes index f5cc514..245d1eb 100644 --- a/python-cassandra-driver.changes +++ b/python-cassandra-driver.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Mar 2 04:47:54 UTC 2019 - Arun Persaud + +- 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 diff --git a/python-cassandra-driver.spec b/python-cassandra-driver.spec index 7d67225..ca1c61a 100644 --- a/python-cassandra-driver.spec +++ b/python-cassandra-driver.spec @@ -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