14
0

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

- Update descriptions.

OBS-URL: https://build.opensuse.org/request/show/600156
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-canonicaljson?expand=0&rev=8
This commit is contained in:
2018-04-24 19:50:39 +00:00
committed by Git OBS Bridge
parent 34098cfaa5
commit 7bee7d375c
2 changed files with 12 additions and 9 deletions

View File

@@ -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

View File

@@ -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.