diff --git a/python-peppercorn.changes b/python-peppercorn.changes index b44cbac..c9b6c97 100644 --- a/python-peppercorn.changes +++ b/python-peppercorn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 18 23:13:00 UTC 2018 - Jan Engelhardt + +- Grammar fixes for the description. Remove an excessive Requires. + ------------------------------------------------------------------- Thu Jun 21 15:21:32 UTC 2018 - hpj@urpla.net diff --git a/python-peppercorn.spec b/python-peppercorn.spec index bf6df16..c81aa75 100644 --- a/python-peppercorn.spec +++ b/python-peppercorn.spec @@ -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}