From 7584087d6e160a033ad5fe9563e53bd123894ec59191931ffd8f20f521336f11 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 13 Jun 2023 05:18:33 +0000 Subject: [PATCH] - Update 0.41.1: * Use a custom SQL construct for refreshing materialized views in refresh_materialized_view * Support psycopg3 for create_database() and delete_database() * Remove Python 3.6 support * Add SQLAlchemy 2 support * Add comparison operator support for LTree type * Support Python 3.11 * Fix a crash that occurs if the colour-science package is installed, which shares the same import name as the colour package that sqlalchemy-utils supports * Fix a crash that occurs if the installed sqlalchemy version is a beta (like "2.0.0b3") OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy-Utils?expand=0&rev=75 --- SQLAlchemy-Utils-0.38.3.tar.gz | 3 --- SQLAlchemy-Utils-0.41.1.tar.gz | 3 +++ python-SQLAlchemy-Utils.changes | 17 +++++++++++++++++ python-SQLAlchemy-Utils.spec | 6 ++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 SQLAlchemy-Utils-0.38.3.tar.gz create mode 100644 SQLAlchemy-Utils-0.41.1.tar.gz diff --git a/SQLAlchemy-Utils-0.38.3.tar.gz b/SQLAlchemy-Utils-0.38.3.tar.gz deleted file mode 100644 index d6db85c..0000000 --- a/SQLAlchemy-Utils-0.38.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f9afba607a40455cf703adfa9846584bf26168a0c5a60a70063b70d65051f4d -size 137517 diff --git a/SQLAlchemy-Utils-0.41.1.tar.gz b/SQLAlchemy-Utils-0.41.1.tar.gz new file mode 100644 index 0000000..5ccfa7c --- /dev/null +++ b/SQLAlchemy-Utils-0.41.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2181bff01eeb84479e38571d2c0718eb52042f9afd8c194d0d02877e84b7d74 +size 136579 diff --git a/python-SQLAlchemy-Utils.changes b/python-SQLAlchemy-Utils.changes index 903c3b0..588f0e6 100644 --- a/python-SQLAlchemy-Utils.changes +++ b/python-SQLAlchemy-Utils.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jun 13 05:17:03 UTC 2023 - Steve Kowalik + +- Update 0.41.1: + * Use a custom SQL construct for refreshing materialized views in + refresh_materialized_view + * Support psycopg3 for create_database() and delete_database() + * Remove Python 3.6 support + * Add SQLAlchemy 2 support + * Add comparison operator support for LTree type + * Support Python 3.11 + * Fix a crash that occurs if the colour-science package is installed, + which shares the same import name as the colour package that + sqlalchemy-utils supports + * Fix a crash that occurs if the installed sqlalchemy version is a + beta (like "2.0.0b3") + ------------------------------------------------------------------- Mon Jul 11 13:57:21 UTC 2022 - Arun Persaud diff --git a/python-SQLAlchemy-Utils.spec b/python-SQLAlchemy-Utils.spec index ed563b5..29f3663 100644 --- a/python-SQLAlchemy-Utils.spec +++ b/python-SQLAlchemy-Utils.spec @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy-Utils # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-SQLAlchemy-Utils -Version: 0.38.3 +Version: 0.41.1 Release: 0 Summary: Various utility functions for SQLAlchemy License: BSD-3-Clause