diff --git a/python-ujson.changes b/python-ujson.changes index 4ec658f..781791f 100644 --- a/python-ujson.changes +++ b/python-ujson.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Feb 1 18:19:31 UTC 2021 - Dirk Müller + +- update to 4.0.2: + * Travis CI: Test on 3.9 final, remove 3.8 + * Toward matching Python standard library output for float + * Fix errors on reading long decimal floats + * Fix #429: Make empty dict/list indented serialization match stdlib json + * Fix dealing with None types + ------------------------------------------------------------------- Thu Nov 26 08:33:12 UTC 2020 - Dirk Mueller diff --git a/python-ujson.spec b/python-ujson.spec index d5f0956..2198633 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -1,7 +1,7 @@ # # spec file for package python-ujson # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-ujson -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: JSON encoder and decoder for Python License: BSD-3-Clause diff --git a/ujson-4.0.1.tar.gz b/ujson-4.0.1.tar.gz deleted file mode 100644 index b2a8023..0000000 --- a/ujson-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26cf6241b36ff5ce4539ae687b6b02673109c5e3efc96148806a7873eaa229d3 -size 7128868 diff --git a/ujson-4.0.2.tar.gz b/ujson-4.0.2.tar.gz new file mode 100644 index 0000000..afc0d13 --- /dev/null +++ b/ujson-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c615a9e9e378a7383b756b7e7a73c38b22aeb8967a8bfbffd4741f7ffd043c4d +size 7129106