Accepting request 628084 from home:jengelh:branches:devel:languages:python
- Trim repeated name in summary (rpmlint). Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/628084 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous?expand=0&rev=13
This commit is contained in:
parent
299b7efc26
commit
a1bd393cbd
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 8 12:30:18 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Trim repeated name in summary (rpmlint). Trim filler wording
|
||||||
|
from description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 7 20:08:10 UTC 2018 - dmueller@suse.com
|
Tue Aug 7 20:08:10 UTC 2018 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: python-voluptuous
|
Name: python-voluptuous
|
||||||
Version: 0.11.5
|
Version: 0.11.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Voluptuous is a Python data validation library
|
Summary: A Python data validation library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://github.com/alecthomas/voluptuous
|
URL: http://github.com/alecthomas/voluptuous
|
||||||
@ -33,9 +33,8 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Voluptuous, *despite* the name, is a Python data validation library. It
|
Voluptuous is a Python data validation library. It validates data
|
||||||
is primarily intended for validating data coming into Python as JSON,
|
coming into Python as JSON, YAML, etc.
|
||||||
YAML, etc.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n voluptuous-%{version}
|
%setup -q -n voluptuous-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user