15
0

Accepting request 789794 from home:mcalabkova:branches:devel:languages:python

- update to version 3.22.0
  * Add all() function to the ResultSet API (PYTHON-1203)
  * Parse new schema metadata in NGDG and generate table edges CQL syntax (PYTHON-996)
  * Add GraphSON3 support (PYTHON-788)
  * Use GraphSON3 as default for Native graphs (PYTHON-1004)
  * Add Tuple and UDT types for native graph (PYTHON-1005)
  * Add Duration type for native graph (PYTHON-1000)
  * Add gx:ByteBuffer graphson type support for Blob field (PYTHON-1027)
  * Enable Paging Through DSE Driver for Gremlin Traversals (PYTHON-1045)
  * Provide numerical wrappers to ensure proper graphson schema definition (PYTHON-1051)
  * Resolve the row_factory automatically for native graphs (PYTHON-1056)
  * Add g:TraversalMetrics/g:Metrics graph deserializers (PYTHON-1057)
  * Add g:BulkSet graph deserializers (PYTHON-1060)
  * Update Graph Engine names and the way to create a Classic/Native Graph (PYTHON-1090)
  * Update Native to Core Graph Engine
  * Add graphson3 and native graph support (PYTHON-1039)
  * Enable Paging Through DSE Driver for Gremlin Traversals (PYTHON-1045)
  * Expose filter predicates for cql collections (PYTHON-1019)
  * Add g:TraversalMetrics/Metrics deserializers (PYTHON-1057)
  * Make graph metadata handling more robust (PYTHON-1204)
  * Make sure to only query the native_transport_address column with DSE (PYTHON-1205)
  * Unified driver: merge core and DSE drivers into a single package (PYTHON-1130)
  * Add Python 3.8 support (PYTHON-1189)
  * Allow passing ssl context for Twisted (PYTHON-1161)
  * Ssl context and cloud support for Eventlet (PYTHON-1162)
  * Cloud Twisted support (PYTHON-1163)
  * Add additional_write_policy and read_repair to system schema parsing (PYTHON-1048)
  * Flexible version parsing (PYTHON-1174)
  * Support NULL in collection deserializer (PYTHON-1123)
  * [GRAPH] Ability to execute Fluent Graph queries asynchronously (PYTHON-1129)

OBS-URL: https://build.opensuse.org/request/show/789794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal
2020-03-30 14:56:15 +00:00
committed by Git OBS Bridge
parent aaee76a73e
commit 594217b097
4 changed files with 82 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cassandra-driver
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# 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.20.2
Version: 3.22.0
Release: 0
Summary: Python driver for Cassandra
License: Apache-2.0
@@ -29,13 +29,15 @@ BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module eventlet}
BuildRequires: %{python_module geomet >= 0.1}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pure-sasl}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module scales}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} >= 1.6
BuildRequires: %{python_module six >= 1.9}
BuildRequires: %{python_module sure}
BuildRequires: fdupes
BuildRequires: libev-devel
@@ -43,7 +45,8 @@ BuildRequires: python-rpm-macros
BuildRequires: python2-futures
Requires: python-Cython
Requires: python-blist
Requires: python-six >= 1.6
Requires: python-geomet >= 0.1
Requires: python-six >= 1.9
Recommends: python-Twisted
Recommends: python-eventlet
Recommends: python-gevent