diff --git a/WTForms-2.3.1.tar.gz b/WTForms-2.3.1.tar.gz deleted file mode 100644 index 03b67ed..0000000 --- a/WTForms-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972 -size 162773 diff --git a/WTForms-2.3.3.tar.gz b/WTForms-2.3.3.tar.gz new file mode 100644 index 0000000..f2a5494 --- /dev/null +++ b/WTForms-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c +size 162945 diff --git a/python-WTForms.changes b/python-WTForms.changes index d0a81d6..7abd217 100644 --- a/python-WTForms.changes +++ b/python-WTForms.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 2 00:53:12 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-WTForms.spec b/python-WTForms.spec index 78f27cd..b50c2fa 100644 --- a/python-WTForms.spec +++ b/python-WTForms.spec @@ -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