From 3b7a0b1e0e4cc0b2bf2ed0370aecbbbf8740218a7639f6f4f200424e8b5f8bac Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 25 Jun 2023 19:03:25 +0000 Subject: [PATCH] - update to 3.28.0: * Add support for vector type (PYTHON-1352) * Cryptography module is now an optional dependency * Store IV along with encrypted text when using column-level encryption (PYTHON-1350) * Create session-specific protocol handlers to contain session- specific CLE policies (PYTHON-1356) * Use Cython for smoke builds (PYTHON-1343) * Don't fail when inserting UDTs with prepared queries with some missing fields (PR 1151) * Convert print statement to function in docs (PR 1157) * Update comment for retry policy (DOC-3278) * Added error handling blog reference (DOC-2813) * Add support for client-side encryption (PYTHON-1341) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cassandra-driver?expand=0&rev=53 --- 3.26.0.tar.gz | 3 --- 3.28.0.tar.gz | 3 +++ python-cassandra-driver.changes | 18 ++++++++++++++++++ python-cassandra-driver.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 3.26.0.tar.gz create mode 100644 3.28.0.tar.gz diff --git a/3.26.0.tar.gz b/3.26.0.tar.gz deleted file mode 100644 index 4462499..0000000 --- a/3.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f90ec2bb776ded6697a14c577ca44aeeabdf6b783f7f807333d4bf0cf1cb50e4 -size 784073 diff --git a/3.28.0.tar.gz b/3.28.0.tar.gz new file mode 100644 index 0000000..3f48a4e --- /dev/null +++ b/3.28.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc941d7879d7b8e3d462d4d56d550e39ce05e66ed3f5f68e1280866ddff0fac +size 793603 diff --git a/python-cassandra-driver.changes b/python-cassandra-driver.changes index e3767ab..93e7d4d 100644 --- a/python-cassandra-driver.changes +++ b/python-cassandra-driver.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jun 25 19:02:15 UTC 2023 - Dirk Müller + +- update to 3.28.0: + * Add support for vector type (PYTHON-1352) + * Cryptography module is now an optional dependency + * Store IV along with encrypted text when using column-level + encryption (PYTHON-1350) + * Create session-specific protocol handlers to contain session- + specific CLE policies (PYTHON-1356) + * Use Cython for smoke builds (PYTHON-1343) + * Don't fail when inserting UDTs with prepared queries with + some missing fields (PR 1151) + * Convert print statement to function in docs (PR 1157) + * Update comment for retry policy (DOC-3278) + * Added error handling blog reference (DOC-2813) + * Add support for client-side encryption (PYTHON-1341) + ------------------------------------------------------------------- Tue Jun 6 11:39:40 UTC 2023 - pgajdos@suse.com diff --git a/python-cassandra-driver.spec b/python-cassandra-driver.spec index 8576a1a..4768f6e 100644 --- a/python-cassandra-driver.spec +++ b/python-cassandra-driver.spec @@ -18,7 +18,7 @@ %bcond_without python2 Name: python-cassandra-driver -Version: 3.26.0 +Version: 3.28.0 Release: 0 Summary: Python driver for Cassandra License: Apache-2.0