Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sqlmodel for openSUSE:Factory 
checked in at 2026-02-19 14:22:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlmodel (Old)
 and      /work/SRC/openSUSE:Factory/.python-sqlmodel.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sqlmodel"

Thu Feb 19 14:22:02 2026 rev:6 rq:1333843 version:0.0.34

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sqlmodel/python-sqlmodel.changes  
2025-11-10 19:19:48.662558674 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sqlmodel.new.1977/python-sqlmodel.changes    
    2026-02-19 14:22:25.592348128 +0100
@@ -1,0 +2,12 @@
+Thu Feb 19 04:13:37 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 0.0.34:
+  * Fix support for Annotated fields with Pydantic 2.12+.
+  * Drop support for Pydantic v1.
+  * Drop support for Python 3.8.
+  * Fix alias support for Pydantic v2.
+  * Fix RuntimeError: dictionary changed size during iteration in
+    sqlmodel_update().
+  * Add PEP-639 license metadata.
+
+-------------------------------------------------------------------

Old:
----
  sqlmodel-0.0.27.tar.gz

New:
----
  sqlmodel-0.0.34.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sqlmodel.spec ++++++
--- /var/tmp/diff_new_pack.hq14pR/_old  2026-02-19 14:22:26.224374380 +0100
+++ /var/tmp/diff_new_pack.hq14pR/_new  2026-02-19 14:22:26.228374546 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sqlmodel
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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,21 +26,19 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-sqlmodel%{psuffix}
-Version:        0.0.27
+Version:        0.0.34
 Release:        0
 Summary:        SQL databases in Python, designed for simplicity, 
compatibility, and robustness
 License:        MIT
 URL:            https://github.com/fastapi/sqlmodel
 Source:         
https://files.pythonhosted.org/packages/source/s/sqlmodel/sqlmodel-%{version}.tar.gz
-BuildRequires:  %{python_module SQLAlchemy >= 2.0.14}
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module pdm-backend}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pydantic >= 1.10.13}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-SQLAlchemy >= 2.0.14
-Requires:       python-pydantic >= 1.10.13
+Requires:       python-pydantic >= 2.11.0
 BuildArch:      noarch
 # SECTION test requirements
 %if %{with test}
@@ -51,6 +49,7 @@
 BuildRequires:  %{python_module httpx}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module sqlmodel = %{version}}
 %endif
 # /SECTION
 %python_subpackages
@@ -76,7 +75,8 @@
 %check
 %if %{with test}
 export PYTHONPATH=$(pwd):$PYTHONPATH
-%pytest -v tests
+# coverage appears to not a write a file/can't be found
+%pytest -v tests -k 'not (test_create_db_and_table and tutorial001)'
 %endif
 
 %if !%{with test}

++++++ sqlmodel-0.0.27.tar.gz -> sqlmodel-0.0.34.tar.gz ++++++
++++ 34229 lines of diff (skipped)

Reply via email to