forked from pool/python-SQLAlchemy-Utils
Accepting request 943585 from devel:languages:python
- 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/request/show/943585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=33
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4667edbdcb1ece011076b69772ef524bfbb17cc97e03f11ee6b85d98e7741d61
|
||||
size 136639
|
||||
3
SQLAlchemy-Utils-0.38.2.tar.gz
Normal file
3
SQLAlchemy-Utils-0.38.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e01d6d3fb52d3926fcd4ea4a13f3540701b751aced0316bff78264402c2ceb4
|
||||
size 136800
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 11:34:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 26 20:15:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user