14
0

- update to 0.0.24:

* Add support for Python 3.13.
- update to 0.0.23:
  * Fix type annotation in `Field` constructor.
  * Fix Pydantic version check for version 2.10.x onwards.
  * Fix typo in `databases.md`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlmodel?expand=0&rev=6
This commit is contained in:
2025-03-28 20:56:46 +00:00
committed by Git OBS Bridge
parent dcebce9567
commit 6eff4d5771
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sqlmodel
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# 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.22
Version: 0.0.24
Release: 0
Summary: SQL databases in Python, designed for simplicity, compatibility, and robustness
License: MIT