forked from pool/python-ujson
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=27
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 18:19:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Thu Nov 26 08:33:12 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ujson
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
Name: python-ujson
|
Name: python-ujson
|
||||||
Version: 4.0.1
|
Version: 4.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: JSON encoder and decoder for Python
|
Summary: JSON encoder and decoder for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:26cf6241b36ff5ce4539ae687b6b02673109c5e3efc96148806a7873eaa229d3
|
|
||||||
size 7128868
|
|
3
ujson-4.0.2.tar.gz
Normal file
3
ujson-4.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c615a9e9e378a7383b756b7e7a73c38b22aeb8967a8bfbffd4741f7ffd043c4d
|
||||||
|
size 7129106
|
Reference in New Issue
Block a user