Hello community,
here is the log from the commit of package python-canonicaljson for
openSUSE:Factory checked in at 2018-04-25 10:02:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-canonicaljson (Old)
and /work/SRC/openSUSE:Factory/.python-canonicaljson.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-canonicaljson"
Wed Apr 25 10:02:44 2018 rev:4 rq:600741 version:1.1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-canonicaljson/python-canonicaljson.changes
2018-04-24 15:32:33.551460011 +0200
+++
/work/SRC/openSUSE:Factory/.python-canonicaljson.new/python-canonicaljson.changes
2018-04-25 10:02:49.831586949 +0200
@@ -1,0 +2,5 @@
+Mon Apr 23 13:57:00 UTC 2018 - [email protected]
+
+- Update descriptions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-canonicaljson.spec ++++++
--- /var/tmp/diff_new_pack.P6JHsG/_old 2018-04-25 10:02:51.259534555 +0200
+++ /var/tmp/diff_new_pack.P6JHsG/_new 2018-04-25 10:02:51.263534408 +0200
@@ -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 @@
%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.