From a5f40177007cdfc5ee83f4bc9b6d0cb8a8d96bfd2ce333aeba3ad4fea1923d92 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 May 2023 09:14:29 +0000 Subject: [PATCH] - update to 2.4.1: * Fixed a regression causing a recursion error when getting ``get_form_list()`` from a form condition (#220). * Removed Python 3.6 support and added Python 3.11 to test matrix. * Dropped testing for Django < 3.2 and confirmed support for Django 4.2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-formtools?expand=0&rev=14 --- django-formtools-2.4.1.tar.gz | 3 +++ django-formtools-2.4.tar.gz | 3 --- python-django-formtools.changes | 11 +++++++++++ python-django-formtools.spec | 6 ++---- 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 django-formtools-2.4.1.tar.gz delete mode 100644 django-formtools-2.4.tar.gz diff --git a/django-formtools-2.4.1.tar.gz b/django-formtools-2.4.1.tar.gz new file mode 100644 index 0000000..f2cb862 --- /dev/null +++ b/django-formtools-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f8d5dac737f1e636fa8a0a10969c1c32f525a6dfa27c29592827ba70d9643a +size 87172 diff --git a/django-formtools-2.4.tar.gz b/django-formtools-2.4.tar.gz deleted file mode 100644 index 8d14d98..0000000 --- a/django-formtools-2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deb932be55b1d9419e37dc4d65dfbfeb8d307b71c8c11fd52f159aba5fc0deed -size 86770 diff --git a/python-django-formtools.changes b/python-django-formtools.changes index 4cb26e0..ad418f6 100644 --- a/python-django-formtools.changes +++ b/python-django-formtools.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun May 21 09:13:47 UTC 2023 - Dirk Müller + +- update to 2.4.1: + * Fixed a regression causing a recursion error when getting + ``get_form_list()`` from a form condition (#220). + * Removed Python 3.6 support and added Python 3.11 to test + matrix. + * Dropped testing for Django < 3.2 and confirmed support for + Django 4.2. + ------------------------------------------------------------------- Fri Jan 6 22:01:38 UTC 2023 - Dirk Müller diff --git a/python-django-formtools.spec b/python-django-formtools.spec index a1e580f..0c7e359 100644 --- a/python-django-formtools.spec +++ b/python-django-formtools.spec @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} Name: python-django-formtools -Version: 2.4 +Version: 2.4.1 Release: 0 Summary: A set of high-level abstractions for Django forms License: BSD-3-Clause