14
0
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:
2020-06-14 09:38:13 +00:00
committed by Git OBS Bridge
parent 2eca1a05e2
commit 1fa7a29c7a
4 changed files with 19 additions and 4 deletions

View File

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