diff --git a/3.19.0.tar.gz b/3.19.0.tar.gz deleted file mode 100644 index 88d4ffa..0000000 --- a/3.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bf45be32056e4837eb31072e00e7808ba2ca678fe3bfd279e0f01b5782b4ea6 -size 603432 diff --git a/3.20.2.tar.gz b/3.20.2.tar.gz new file mode 100644 index 0000000..4a44aa8 --- /dev/null +++ b/3.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be709a12bae63485ccd524045090201d9a0536dbb59503b67fe7a65718f6af45 +size 624716 diff --git a/python-cassandra-driver.changes b/python-cassandra-driver.changes index 1d60d20..6e4f809 100644 --- a/python-cassandra-driver.changes +++ b/python-cassandra-driver.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Nov 22 06:07:48 UTC 2019 - Arun Persaud + +- 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 + +- 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 diff --git a/python-cassandra-driver.spec b/python-cassandra-driver.spec index a4f3cfa..1f86168 100644 --- a/python-cassandra-driver.spec +++ b/python-cassandra-driver.spec @@ -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}