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