Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-formtools for
openSUSE:Factory checked in at 2026-07-14 13:49:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-formtools (Old)
and /work/SRC/openSUSE:Factory/.python-django-formtools.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-formtools"
Tue Jul 14 13:49:12 2026 rev:13 rq:1365395 version:2.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-formtools/python-django-formtools.changes
2026-03-29 20:01:23.179147649 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-formtools.new.1991/python-django-formtools.changes
2026-07-14 13:49:37.850361539 +0200
@@ -1,0 +2,18 @@
+Mon Jul 13 15:15:17 UTC 2026 - Markéta Machová <[email protected]>
+
+- update to 2.7
+ * Fixed a regression in 2.6.x with get_form_list() caching not
+ allowing form_list mutations.
+ * Dropped support for Python < 3.10 and Django < 5.2
+ 2.6.1
+ * Add missing .mo files for translations updated in 2.6
+ * Add support for Django 6.0
+ 2.6
+ * Fix form validation in default templates (#265)
+ * Exclude tests from wheels
+ * Improved performance when using condition_dict (#291)
+ * Dropped support for Python < 3.9 and Django < 4.2
+ * Added support for Django 5.1/5.2
+ * Updated translations
+
+-------------------------------------------------------------------
Old:
----
django-formtools-2.5.1.tar.gz
New:
----
django_formtools-2.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-formtools.spec ++++++
--- /var/tmp/diff_new_pack.cuMnAC/_old 2026-07-14 13:49:38.602387427 +0200
+++ /var/tmp/diff_new_pack.cuMnAC/_new 2026-07-14 13:49:38.606387565 +0200
@@ -18,19 +18,19 @@
%{?sle15_python_module_pythons}
Name: python-django-formtools
-Version: 2.5.1
+Version: 2.7
Release: 0
Summary: A set of high-level abstractions for Django forms
License: BSD-3-Clause
URL: https://github.com/jazzband/django-formtools
-Source:
https://files.pythonhosted.org/packages/source/d/django-formtools/django-formtools-%{version}.tar.gz
-BuildRequires: %{python_module Django >= 2.2}
+Source:
https://files.pythonhosted.org/packages/source/d/django-formtools/django_formtools-%{version}.tar.gz
+BuildRequires: %{python_module Django >= 5.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django >= 2.2
+Requires: python-Django >= 5.2
BuildArch: noarch
%python_subpackages
@@ -39,7 +39,7 @@
Currently for form previews and multi-step forms.
%prep
-%setup -q -n django-formtools-%{version}
+%setup -q -n django_formtools-%{version}
%build
%pyproject_wheel