Accepting request 689488 from home:jengelh:branches:devel:languages:python

- Use noun phrase in descriptions.

OBS-URL: https://build.opensuse.org/request/show/689488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpointer?expand=0&rev=26
This commit is contained in:
Tomáš Chvátal 2019-03-29 09:21:23 +00:00 committed by Git OBS Bridge
parent 94898c875e
commit e64c75c561
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 28 21:17:46 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions.
-------------------------------------------------------------------
Thu Mar 28 14:38:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -20,7 +20,7 @@
Name: python-jsonpointer
Version: 2.0
Release: 0
Summary: Identify specific nodes in a JSON document
Summary: Module to identify specific nodes in a JSON document
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/stefankoegl/python-json-pointer
@ -34,7 +34,7 @@ BuildArch: noarch
%python_subpackages
%description
Identify specific nodes in a JSON document (according to draft 08)
A module to identify specific nodes in a JSON document (according to draft 08).
%prep
%setup -q -n jsonpointer-%{version}