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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972
|
||||
size 162773
|
||||
3
WTForms-2.3.3.tar.gz
Normal file
3
WTForms-2.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c
|
||||
size 162945
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 2 00:53:12 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 30 06:57:03 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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