From c52a8e585bfd9d865f64e1dccc9b8a933f221644edd4a13c0b692c33d22469f1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Jan 2024 10:31:04 +0000 Subject: [PATCH] - update to 2.0.25: * preliminary support for Python 3.12 pep-695 type alias structures * see https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.25 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=253 --- SQLAlchemy-2.0.24.tar.gz | 3 --- SQLAlchemy-2.0.25.tar.gz | 3 +++ python-SQLAlchemy.changes | 8 ++++++++ python-SQLAlchemy.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 SQLAlchemy-2.0.24.tar.gz create mode 100644 SQLAlchemy-2.0.25.tar.gz diff --git a/SQLAlchemy-2.0.24.tar.gz b/SQLAlchemy-2.0.24.tar.gz deleted file mode 100644 index 7ebf015..0000000 --- a/SQLAlchemy-2.0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db97656fd3fe3f7e5b077f12fa6adb5feb6e0b567a3e99f47ecf5f7ea0a09e3 -size 9490665 diff --git a/SQLAlchemy-2.0.25.tar.gz b/SQLAlchemy-2.0.25.tar.gz new file mode 100644 index 0000000..33e7b42 --- /dev/null +++ b/SQLAlchemy-2.0.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c69a7664fb2d54b8682dd774c3b54f67f84fa123cf84dda2a5f40dcaa04e08 +size 9508797 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 836455b..62f3153 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 21 10:30:30 UTC 2024 - Dirk Müller + +- update to 2.0.25: + * preliminary support for Python 3.12 pep-695 type alias + structures + * see https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.25 + ------------------------------------------------------------------- Fri Dec 29 09:04:13 UTC 2023 - Dirk Müller diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index bf40ee4..981f16a 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-SQLAlchemy -Version: 2.0.24 +Version: 2.0.25 Release: 0 Summary: Database Abstraction Library License: MIT