diff --git a/python-canonicaljson.changes b/python-canonicaljson.changes index 57e10d9..7159310 100644 --- a/python-canonicaljson.changes +++ b/python-canonicaljson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 23 13:57:00 UTC 2018 - jengelh@inai.de + +- Update descriptions. + ------------------------------------------------------------------- Sun Apr 22 20:17:08 UTC 2018 - okurz@suse.com diff --git a/python-canonicaljson.spec b/python-canonicaljson.spec index 41a2c49..50c986c 100644 --- a/python-canonicaljson.spec +++ b/python-canonicaljson.spec @@ -33,7 +33,7 @@ Name: %{pkg_name}%{?name_ext} Version: 1.1.3 Release: 0 -Summary: Canonical JSON +Summary: Canonical JSON for Python License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/%{github_user}/%{pkg_name} @@ -60,15 +60,13 @@ BuildArch: noarch %endif %description -%{short_name} -========== +This is a Python module which encodes objects and arrays into JSON as per +RFC 7159. -Features - -* Encodes objects and arrays as RFC 7159 JSON. -* Sorts object keys so that you get the same result each time. -* Has no inignificant whitespace to make the output as small as possible. -* Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 / U+0056, to keep the output as small as possible. +* Sorts object keys so that it yields the same result each time. +* Has no insignificant whitespace to make the output as small as possible. +* Escapes only the characters that must be escaped, U+0000 to U+0019 / + U+0022 / U+0056, to keep the output as small as possible. * Uses the shortest escape sequence for each escaped character. * Encodes the JSON as UTF-8. * Can encode frozendict immutable dictionaries.