Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wtf-peewee for openSUSE:Factory checked in at 2026-04-13 23:18:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wtf-peewee (Old) and /work/SRC/openSUSE:Factory/.python-wtf-peewee.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wtf-peewee" Mon Apr 13 23:18:40 2026 rev:4 rq:1346274 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wtf-peewee/python-wtf-peewee.changes 2024-11-21 15:15:10.012822234 +0100 +++ /work/SRC/openSUSE:Factory/.python-wtf-peewee.new.21863/python-wtf-peewee.changes 2026-04-13 23:19:22.353326924 +0200 @@ -1,0 +2,9 @@ +Sun Apr 12 21:15:30 UTC 2026 - Dirk Müller <[email protected]> + +- udpate to 3.1.0: + * Add support for json fields in sqlite + * add test for checking form data + * fix validation on foreign-key for missing object + * clean up error messages and add test for length validator + +------------------------------------------------------------------- Old: ---- wtf-peewee-3.0.6.tar.gz New: ---- wtf_peewee-3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wtf-peewee.spec ++++++ --- /var/tmp/diff_new_pack.XsQuC6/_old 2026-04-13 23:19:22.841347068 +0200 +++ /var/tmp/diff_new_pack.XsQuC6/_new 2026-04-13 23:19:22.845347233 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-wtf-peewee # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wtf-peewee -Version: 3.0.6 +Version: 3.1.0 Release: 0 Summary: WTForms integration for peewee models License: MIT URL: https://github.com/coleifer/wtf-peewee/ -Source: https://files.pythonhosted.org/packages/source/w/wtf-peewee/wtf-peewee-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/w/wtf-peewee/wtf_peewee-%{version}.tar.gz BuildRequires: %{python_module WTForms} BuildRequires: %{python_module peewee >= 3.0.0} BuildRequires: %{python_module pip} @@ -42,7 +42,7 @@ model fields to form fields. %prep -%autosetup -p1 -n wtf-peewee-%{version} +%autosetup -p1 -n wtf_peewee-%{version} %build %pyproject_wheel
