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>
|
||||
|
||||
|
Reference in New Issue
Block a user