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}