From e64c75c561957520ed6115a8ec5ec9d0123870dbb61966510688f51a2c584fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Mar 2019 09:21:23 +0000 Subject: [PATCH] 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 --- python-jsonpointer.changes | 5 +++++ python-jsonpointer.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-jsonpointer.changes b/python-jsonpointer.changes index 559635f..9027f5e 100644 --- a/python-jsonpointer.changes +++ b/python-jsonpointer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 28 21:17:46 UTC 2019 - Jan Engelhardt + +- Use noun phrase in descriptions. + ------------------------------------------------------------------- Thu Mar 28 14:38:52 UTC 2019 - Tomáš Chvátal diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index d6a3618..a74252c 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -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}