17
0

- 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/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=65
This commit is contained in:
2021-06-17 20:51:29 +00:00
committed by Git OBS Bridge
parent 6fc9509873
commit a6bc5d43f4
4 changed files with 14 additions and 4 deletions

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