1
0

- update to 2.1:

* Added support for Django 5.0.
  * Dropped support for Django 3.2, 4.0 and 4.1.
  * Added support for Python 3.12.
  * Dropped support for Python 3.7.
  * See the 2.1 Milestone for the full change
  * Removed uni-form template pack. Uni-Form specific classes previously added to every template pack
  * Radio and Checkbox now respect the field's disabled attribute when using the

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-crispy-forms?expand=0&rev=28
This commit is contained in:
2023-11-25 12:59:47 +00:00
committed by Git OBS Bridge
parent 8146cfb497
commit fbd6eb0c26
4 changed files with 18 additions and 8 deletions
+12 -2
View File
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Nov 25 12:59:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.1:
* Added support for Django 5.0.
* Dropped support for Django 3.2, 4.0 and 4.1.
* Added support for Python 3.12.
* Dropped support for Python 3.7.
* See the 2.1 Milestone for the full change
-------------------------------------------------------------------
Tue Jun 13 12:09:31 UTC 2023 - Markéta Machová <mmachova@suse.com>
@@ -5,7 +15,7 @@ Tue Jun 13 12:09:31 UTC 2023 - Markéta Machová <mmachova@suse.com>
* Removed all Bootstrap template packs. These template packs are now available as standalone packages.
To upgrade, install the required template pack and add it to your INSTALLED_APPS setting.
* See python-crispy-bootstrap3, python-crispy-bootstrap4 and python-crispy-bootstrap5
* Removed uni-form template pack. Uni-Form specific classes previously added to every template pack
* Removed uni-form template pack. Uni-Form specific classes previously added to every template pack
e.g. textInput are now removed.
* The form_style attribute of FormHelper is removed.
* The form_style positional argument to render_field() is removed.
@@ -51,7 +61,7 @@ Wed May 12 12:42:15 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 1.11.2
* Fixed test causing SystemCheckError in some cases.
* Radio and Checkbox now respect the field's disabled attribute when using the
* Radio and Checkbox now respect the field's disabled attribute when using the
Bootstrap4 template pack.
* Implemeneted custom-select for Select widgets in the Bootstrap4 Template Pack
* Added custom-select for select widgets within prepended and appended fields
+3 -3
View File
@@ -27,7 +27,7 @@
%endif
%define mod_name django-crispy-forms
Name: python-%{mod_name}%{psuffix}
Version: 2.0
Version: 2.1
Release: 0
Summary: Django DRY Forms
License: MIT
@@ -40,14 +40,14 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with test}
BuildRequires: %{python_module %{mod_name} = %{version}}
BuildRequires: %{python_module Django >= 3.2}
BuildRequires: %{python_module Django >= 4.2}
BuildRequires: %{python_module crispy-bootstrap3}
BuildRequires: %{python_module crispy-bootstrap4}
BuildRequires: %{python_module crispy-bootstrap5}
BuildRequires: %{python_module pytest-django}
BuildRequires: %{python_module pytest}
%endif
Requires: python-Django >= 3.2
Requires: python-Django >= 4.2
Recommends: python-crispy-bootstrap3
Recommends: python-crispy-bootstrap4
Recommends: python-crispy-bootstrap5
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322
size 277697
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d7ec431933ad4d4b5c5a6de4a584d24613c347db9ac168723c9aaf63af4bb96
size 278650