Hello community,

here is the log from the commit of package python-canonicaljson for 
openSUSE:Factory checked in at 2020-09-09 18:05:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-canonicaljson (Old)
 and      /work/SRC/openSUSE:Factory/.python-canonicaljson.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-canonicaljson"

Wed Sep  9 18:05:45 2020 rev:7 rq:833178 version:1.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-canonicaljson/python-canonicaljson.changes    
    2020-08-14 10:04:21.625318188 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-canonicaljson.new.3399/python-canonicaljson.changes
      2020-09-09 18:11:20.987712145 +0200
@@ -1,0 +2,16 @@
+Tue Sep  8 20:32:44 UTC 2020 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 1.4.0: 
+  - Fix producing non-standard JSON for Infinity, -Infinity, and
+    NaN. This could cause errors when encoding objects into
+    canonical JSON that previously used to work, but were
+    incompatible with JSON implementations in other languages.
+  - Use UTF-8 to fix ASCII encoding errors when data containing
+    Unicode was attempted to be pretty-printed.
+- Update to 1.3.0:
+  - The minimum version of simplejson was bumped to 3.14.0.
+  - Obsolete workaround for slow encoding of Unicode characters was
+    removed.
+  - New APIs were added to iteratively encode JSON.
+
+-------------------------------------------------------------------

Old:
----
  v1.2.0.tar.gz

New:
----
  v1.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-canonicaljson.spec ++++++
--- /var/tmp/diff_new_pack.Qb3LLr/_old  2020-09-09 18:11:22.355713392 +0200
+++ /var/tmp/diff_new_pack.Qb3LLr/_new  2020-09-09 18:11:22.359713395 +0200
@@ -28,7 +28,7 @@
 %define         github_user matrix-org
 %define         short_name canonicaljson
 Name:           python-%{short_name}%{psuffix}
-Version:        1.2.0
+Version:        1.4.0
 Release:        0
 Summary:        Canonical JSON for Python
 License:        Apache-2.0
@@ -37,11 +37,11 @@
 Source:         
https://github.com/matrix-org/python-canonicaljson/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module frozendict >= 1.0}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module simplejson}
+BuildRequires:  %{python_module simplejson >= 3.14.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-frozendict >= 1.0
-Requires:       python-simplejson
+Requires:       python-simplejson >= 3.14.0
 Requires:       python-six
 BuildArch:      noarch
 %if %{with test}

++++++ v1.2.0.tar.gz -> v1.4.0.tar.gz ++++++
++++ 21130 lines of diff (skipped)


Reply via email to