diff --git a/SQLAlchemy-2.0.15.tar.gz b/SQLAlchemy-2.0.15.tar.gz deleted file mode 100644 index 252ddaa..0000000 --- a/SQLAlchemy-2.0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e940a8659ef870ae10e0d9e2a6d5aaddf0ff6e91f7d0d7732afc9e8c4be9bbc -size 9296612 diff --git a/SQLAlchemy-2.0.16.tar.gz b/SQLAlchemy-2.0.16.tar.gz new file mode 100644 index 0000000..8c6265e --- /dev/null +++ b/SQLAlchemy-2.0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e2caba78e7d1f5003e88817b7a1754d4e58f4a8f956dc423bf8e304c568ab09 +size 9381438 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 0ef325f..87c29d6 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 19 20:22:29 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue May 30 15:57:30 UTC 2023 - Daniel Garcia diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 71af47a..61a020b 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -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