15
0

- update to 0.38.2:

- Added inherit_cache=False in order to avoid SQLAlchemy warnings
    in `cast_locale_expr`
  - Added cache_ok=True for various different types
  - Removed CompositeArray. Instead of CompositeArray one should use
    ARRAY(dimensions=1)
  - Made ChoicesType only convert lists to tuples internally.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=69
This commit is contained in:
2022-01-03 11:36:18 +00:00
committed by Git OBS Bridge
parent f44d724dc0
commit 649d1baf36
4 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-SQLAlchemy-Utils
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-SQLAlchemy-Utils
Version: 0.37.9
Version: 0.38.2
Release: 0
Summary: Various utility functions for SQLAlchemy
License: BSD-3-Clause