14
0

- Update to 2.3.3:

* This release includes the translation files that were missing in the 2.3.2
    release.
  * Fixed a bug with :class:`~fields.SelectField` choices shortcut at form
    submission.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=18
This commit is contained in:
2020-09-02 00:57:09 +00:00
committed by Git OBS Bridge
parent ac6c53b3c0
commit 6dea885f22
4 changed files with 13 additions and 6 deletions

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-WTForms
Version: 2.3.1
Version: 2.3.3
Release: 0
Summary: A flexible forms validation and rendering library for Python web development
License: BSD-3-Clause
Group: Development/Languages/Python
URL: http://wtforms.simplecodes.com/
Source: https://files.pythonhosted.org/packages/source/W/WTForms/WTForms-%{version}.tar.gz
BuildRequires: %{python_module MarkupSafe}
@@ -55,7 +54,6 @@ Because of this loose coupling, any template engine may be used for this.
%package -n %{name}-doc
Summary: Documentation for WTForms
Group: Documentation/HTML
Requires: %{name} = %{version}
%description -n %{name}-doc