From 7c748dbe03e756e1877dcc2f43d0c0b7aee225bcb0cd714263474cf41ed73f06 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 4 Sep 2017 05:32:39 +0000 Subject: [PATCH] Accepting request 520360 from home:jengelh:branches:devel:languages:python - Don't let description assume any particular user. OBS-URL: https://build.opensuse.org/request/show/520360 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WTForms?expand=0&rev=10 --- python-WTForms.changes | 5 +++++ python-WTForms.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-WTForms.changes b/python-WTForms.changes index 5080da0..f361f84 100644 --- a/python-WTForms.changes +++ b/python-WTForms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 2 16:47:57 UTC 2017 - jengelh@inai.de + +- Don't let description assume any particular user. + ------------------------------------------------------------------- Thu Aug 31 16:26:15 UTC 2017 - toddrme2178@gmail.com diff --git a/python-WTForms.spec b/python-WTForms.spec index ca4e35b..43155ad 100644 --- a/python-WTForms.spec +++ b/python-WTForms.spec @@ -46,9 +46,9 @@ BuildArch: noarch %description WTForms is a forms validation and rendering library for Python web development. -With WTForms, your form field HTML can be generated for you, but we let you customize it in your templates. -This allows you to maintain separation of code and presentation, and keep those messy parameters out of your python code. -Because we strive for loose coupling, you should be able to do that in any templating engine you like, as well. +With WTForms, form field HTML can be generated and be customized with templates. +This allows to maintain separation of code and presentation, and keep those parameters out of Python code. +Because of this loose coupling, any template engine may be used for this. %package -n %{name}-doc Summary: Documentation for WTForms @@ -56,7 +56,7 @@ Group: Documentation/HTML Requires: %{name} = %{version} %description -n %{name}-doc -Documentation of WTForms is a forms validation and rendering library for Python web development. +Documentation for WTForms, which is a forms validation and rendering library for Python web development. %package lang Summary: Languages for package %{name}