From 649d1baf3679d147377f337598a091f357f2fc8d7bcd863464f8351f1be51d8e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Jan 2022 11:36:18 +0000 Subject: [PATCH] - 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 --- SQLAlchemy-Utils-0.37.9.tar.gz | 3 --- SQLAlchemy-Utils-0.38.2.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 11 +++++++++++ python-SQLAlchemy-Utils.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.37.9.tar.gz create mode 100644 SQLAlchemy-Utils-0.38.2.tar.gz diff --git a/SQLAlchemy-Utils-0.37.9.tar.gz b/SQLAlchemy-Utils-0.37.9.tar.gz deleted file mode 100644 index 4cab736..0000000 --- a/SQLAlchemy-Utils-0.37.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4667edbdcb1ece011076b69772ef524bfbb17cc97e03f11ee6b85d98e7741d61 -size 136639 diff --git a/SQLAlchemy-Utils-0.38.2.tar.gz b/SQLAlchemy-Utils-0.38.2.tar.gz new file mode 100644 index 0000000..30cdd60 --- /dev/null +++ b/SQLAlchemy-Utils-0.38.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e01d6d3fb52d3926fcd4ea4a13f3540701b751aced0316bff78264402c2ceb4 +size 136800 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index cc03119..1876981 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 3 11:34:34 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index 56a5f7b..587307e 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -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