15
0

Accepting request 1095234 from devel:languages:python

- 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/request/show/1095234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cassandra-driver?expand=0&rev=23
This commit is contained in:
2023-06-26 16:15:41 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f90ec2bb776ded6697a14c577ca44aeeabdf6b783f7f807333d4bf0cf1cb50e4
size 784073

3
3.28.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcc941d7879d7b8e3d462d4d56d550e39ce05e66ed3f5f68e1280866ddff0fac
size 793603

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jun 25 19:02:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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

View File

@@ -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