14
0
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:
2021-02-01 18:20:26 +00:00
committed by Git OBS Bridge
parent 549ac51857
commit 11ee84eda4
4 changed files with 15 additions and 5 deletions

View File

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