15
0

- 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
This commit is contained in:
2023-06-13 05:18:33 +00:00
committed by Git OBS Bridge
parent de76b0091b
commit 7584087d6e
4 changed files with 22 additions and 7 deletions

View File

@@ -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