forked from pool/python-SQLAlchemy-Utils
Accepting request 1092729 from devel:languages:python
- 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/request/show/1092729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SQLAlchemy-Utils?expand=0&rev=37
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f9afba607a40455cf703adfa9846584bf26168a0c5a60a70063b70d65051f4d
|
||||
size 137517
|
||||
3
SQLAlchemy-Utils-0.41.1.tar.gz
Normal file
3
SQLAlchemy-Utils-0.41.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2181bff01eeb84479e38571d2c0718eb52042f9afd8c194d0d02877e84b7d74
|
||||
size 136579
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user