15
0

Accepting request 679049 from devel:languages:python

- Grammar fixes for the description. Remove an excessive Requires.

OBS-URL: https://build.opensuse.org/request/show/679049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-peppercorn?expand=0&rev=2
This commit is contained in:
2019-02-26 21:20:42 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 18 23:13:00 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Grammar fixes for the description. Remove an excessive Requires.
-------------------------------------------------------------------
Thu Jun 21 15:21:32 UTC 2018 - hpj@urpla.net

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-peppercorn
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -43,19 +43,18 @@ BuildArch: noarch
%description
A library for converting a token stream into a data structure comprised of
sequences, mappings, and scalars, developed primarily for converting HTTP form
post data into a richer data structure.
POST data into a richer data structure.
Please see -doc package or
Please see the -doc package or
http://docs.pylonsproject.org/projects/peppercorn/en/latest/ for the
documentation.
%package -n %{name}-doc
Summary: Documentation for Pyramid exceptions logger
Group: Development/Languages/Python
Requires: %{name} = %{version}
Group: Documentation/HTML
%description -n %{name}-doc
This package contains documentation files for %{name}.
This package contains documentation for %{name}.
%prep
%setup -q -n peppercorn-%{version}