forked from pool/python-sqlmodel
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ca97754fae | |||
| 61b3d78a01 | |||
| dc83d90c24 | |||
| 266386c2bc |
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 10 08:27:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.0.25
|
||||||
|
* Add overload for `exec` method to support `insert`, `update`,
|
||||||
|
`delete` statements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 28 20:55:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Fri Mar 28 20:55:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sqlmodel
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-sqlmodel%{psuffix}
|
Name: python-sqlmodel%{psuffix}
|
||||||
Version: 0.0.24
|
Version: 0.0.27
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SQL databases in Python, designed for simplicity, compatibility, and robustness
|
Summary: SQL databases in Python, designed for simplicity, compatibility, and robustness
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
BIN
sqlmodel-0.0.24.tar.gz
LFS
BIN
sqlmodel-0.0.24.tar.gz
LFS
Binary file not shown.
3
sqlmodel-0.0.27.tar.gz
Normal file
3
sqlmodel-0.0.27.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ad1227f2014a03905aef32e21428640848ac09ff793047744a73dfdd077ff620
|
||||||
|
size 118053
|
||||||
Reference in New Issue
Block a user