15
0

- update to 2.0.16:

* Python 3.12 support
  * Fixed regression in the 2.0 series where the default value of
    validates.include_backrefs got changed to False for the
    validates() function
  * Unified the custom PostgreSQL operator definitions
  * Added support for PostgreSQL 10 NULLS NOT DISTINCT feature of
    unique indexes and unique constraints
  * Use proper precedence on PostgreSQL specific operators, such as
    @>
  * see 
  https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.16

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=239
This commit is contained in:
2023-06-19 20:25:19 +00:00
committed by Git OBS Bridge
parent 848c553e5b
commit 41aa879a20
4 changed files with 20 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-SQLAlchemy
Version: 2.0.15
Version: 2.0.16
Release: 0
Summary: Database Abstraction Library
License: MIT