diff --git a/3.18.0.tar.gz b/3.18.0.tar.gz deleted file mode 100644 index 92ea3a0..0000000 --- a/3.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0246761f86532f3931755b80123f155a0ff890a9004f83ff0ddd926fd60b5ba6 -size 598970 diff --git a/3.19.0.tar.gz b/3.19.0.tar.gz new file mode 100644 index 0000000..88d4ffa --- /dev/null +++ b/3.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf45be32056e4837eb31072e00e7808ba2ca678fe3bfd279e0f01b5782b4ea6 +size 603432 diff --git a/python-cassandra-driver.changes b/python-cassandra-driver.changes index 07f9269..1d60d20 100644 --- a/python-cassandra-driver.changes +++ b/python-cassandra-driver.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Aug 31 04:36:00 UTC 2019 - Arun Persaud + +- update to version 3.19.0: + * Features + + Add Python 3.7 support (PYTHON-1016) + + Future-proof Mapping imports (PYTHON-1023) + + Include param values in cqlengine logging (PYTHON-1105) + + NTS Token Replica Map Generation is slow (PYTHON-622) + * Bug Fixes + + as_cql_query UDF/UDA parameters incorrectly includes "frozen" if + arguments are collections (PYTHON-1031) + + cqlengine does not currently support combining TTL and TIMESTAMP + on INSERT (PYTHON-1093) + + Fix incorrect metadata for compact counter tables (PYTHON-1100) + + Call ConnectionException with correct kwargs (PYTHON-1117) + + Can't connect to clusters built from source because version + parsing doesn't handle 'x.y-SNAPSHOT' (PYTHON-1118) + + Discovered node doesn´t honor the configured Cluster port on + connection (PYTHON-1127) + * Other + + Remove invalid warning in set_session when we initialize a + default connection (PYTHON-1104) + + Set the proper default ExecutionProfile.row_factory value + (PYTHON-1119) + ------------------------------------------------------------------- Sat Jun 8 23:08:18 UTC 2019 - Arun Persaud diff --git a/python-cassandra-driver.spec b/python-cassandra-driver.spec index d9d00f3..a4f3cfa 100644 --- a/python-cassandra-driver.spec +++ b/python-cassandra-driver.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cassandra-driver -Version: 3.18.0 +Version: 3.19.0 Release: 0 Summary: Python driver for Cassandra License: Apache-2.0 Group: Development/Languages/Python -URL: http://github.com/datastax/python-driver +URL: https://github.com/datastax/python-driver Source: https://github.com/datastax/python-driver/archive/%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module PyYAML}