From 0802b45fc443a6976be29e7efe86d945cb649fcd5db5826378a45b5b3a88afc7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Nov 2025 08:28:21 +0000 Subject: [PATCH] - update to 0.0.27: * Add support for Python 3.14. PR #1578 by @svlandeg. - update to 0.0.26: * Fix attribute handling in `model_dump` for compatibility with the latest Pydantic versions. PR #1595 by @spazm. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlmodel?expand=0&rev=10 --- python-sqlmodel.changes | 9 +++++++++ python-sqlmodel.spec | 4 ++-- sqlmodel-0.0.25.tar.gz | 3 --- sqlmodel-0.0.27.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 sqlmodel-0.0.25.tar.gz create mode 100644 sqlmodel-0.0.27.tar.gz diff --git a/python-sqlmodel.changes b/python-sqlmodel.changes index e51e374..5baf9d9 100644 --- a/python-sqlmodel.changes +++ b/python-sqlmodel.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 10 08:27:59 UTC 2025 - Dirk Müller + +- update to 0.0.27: + * Add support for Python 3.14. PR #1578 by @svlandeg. +- update to 0.0.26: + * Fix attribute handling in `model_dump` for compatibility + with the latest Pydantic versions. PR #1595 by @spazm. + ------------------------------------------------------------------- Thu Sep 25 11:32:00 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-sqlmodel.spec b/python-sqlmodel.spec index 78d47f9..1e84e61 100644 --- a/python-sqlmodel.spec +++ b/python-sqlmodel.spec @@ -1,7 +1,7 @@ # # spec file for package python-sqlmodel # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-sqlmodel%{psuffix} -Version: 0.0.25 +Version: 0.0.27 Release: 0 Summary: SQL databases in Python, designed for simplicity, compatibility, and robustness License: MIT diff --git a/sqlmodel-0.0.25.tar.gz b/sqlmodel-0.0.25.tar.gz deleted file mode 100644 index ab310c2..0000000 --- a/sqlmodel-0.0.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56548c2e645975b1ed94d6c53f0d13c85593f57926a575e2bf566650b2243fa4 -size 117075 diff --git a/sqlmodel-0.0.27.tar.gz b/sqlmodel-0.0.27.tar.gz new file mode 100644 index 0000000..4bef45d --- /dev/null +++ b/sqlmodel-0.0.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1227f2014a03905aef32e21428640848ac09ff793047744a73dfdd077ff620 +size 118053