forked from pool/python-ujson
- update to 3.0.0:
* Build Windows, macOS and manylinux wheels on CI and deploy to PyPI * Breaking change: New reject_bytes option to raise on bytes, defaults to True to align with json library. Set to False for old behaviour (#266) @elelay * Breaking change: Add an allow_nan keyword argument to dumps, defaults to True to align with json library. Set to False for old behaviour (#327) @segfault Specify setuptools_scm config in pyproject.toml (#399) @BenjaminSchubert * Remove python 2.x support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=21
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 14 09:36:42 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.0.0:
|
||||||
|
* Build Windows, macOS and manylinux wheels on CI and deploy to PyPI
|
||||||
|
* Breaking change: New reject_bytes option to raise on bytes,
|
||||||
|
defaults to True to align with json library. Set to False for
|
||||||
|
old behaviour (#266) @elelay
|
||||||
|
* Breaking change: Add an allow_nan keyword argument to dumps,
|
||||||
|
defaults to True to align with json library. Set to False for old
|
||||||
|
behaviour (#327) @segfault
|
||||||
|
Specify setuptools_scm config in pyproject.toml (#399) @BenjaminSchubert
|
||||||
|
* Remove python 2.x support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 28 16:22:49 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sat Mar 28 16:22:49 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%global skip_python2 1
|
||||||
Name: python-ujson
|
Name: python-ujson
|
||||||
Version: 2.0.3
|
Version: 3.0.0
|
||||||
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:bd2deffc983827510e5145fb66e4cc0f577480c62fe0b4882139f8f7d27ae9a3
|
|
||||||
size 7127432
|
|
3
ujson-3.0.0.tar.gz
Normal file
3
ujson-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0199849d61cc6418f94d52a314c6a27524d65e82174d2a043fb718f73d1520d
|
||||||
|
size 7128523
|
Reference in New Issue
Block a user