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}