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,3 +1,20 @@
-------------------------------------------------------------------
Tue Jun 13 05:17:03 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <arun@gmx.de>