- 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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user