14
0
forked from pool/python-ujson

- Update to 3.1.0:

* PEP 489 Multi Phase Init support (#418) @WillAyd
  * PyPy3 test fixes (#413) @mgorny

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=23
This commit is contained in:
2020-08-03 05:25:10 +00:00
committed by Git OBS Bridge
parent 1fa7a29c7a
commit 712e4009cd
4 changed files with 11 additions and 5 deletions

View File

@@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-ujson
Version: 3.0.0
Version: 3.1.0
Release: 0
Summary: JSON encoder and decoder for Python
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/esnme/ultrajson
Source: https://files.pythonhosted.org/packages/source/u/ujson/ujson-%{version}.tar.gz
# unbundle double-conversion (https://github.com/ultrajson/ultrajson/issues/375)