forked from pool/python-cassandra-driver
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:
@@ -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
3
3.28.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcc941d7879d7b8e3d462d4d56d550e39ce05e66ed3f5f68e1280866ddff0fac
|
||||
size 793603
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user