15
0

Accepting request 900657 from devel:languages:python

- update to 0.37.6:
  * Added `cache_ok=True` for TSVectorType
  * Fixed instant_defaults_listener to respect constructor supplied kwargs
  * Fixed incorrect Ltree.lca behaviour
  * Added `cache_ok=True` for all custom types
  * Added CockroachDB support for UUIDType

OBS-URL: https://build.opensuse.org/request/show/900657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=30
This commit is contained in:
2021-06-19 21:03:05 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 17 20:49:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.37.6:
* Added `cache_ok=True` for TSVectorType
* Fixed instant_defaults_listener to respect constructor supplied kwargs
* Fixed incorrect Ltree.lca behaviour
* Added `cache_ok=True` for all custom types
* Added CockroachDB support for UUIDType
-------------------------------------------------------------------
Fri May 14 01:15:35 UTC 2021 - Arun Persaud <arun@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-SQLAlchemy-Utils
Version: 0.37.2
Version: 0.37.6
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause