forked from pool/python-WTForms
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user