14
0
forked from pool/python-ujson

- update to 5.9.0:

* Raise TypeError if toDict() returns a non-dict instead of
    silently converting it to null (#615) @eltoder
  * Use lowercase strings for bool dict keys (#614) @eltoder
  * Deploy to PyPI using trusted publishing (#603) @hugovk
  * Replace PyPy3.8 wheel with PyPy3.10 (#602) @hugovk
  * Speed-up and cleanup objToJSON (#615) @eltoder
  * Use lowercase strings for bool dict keys (#614) @eltoder
- Update to version 5.6.0
  * Make PEP 384 compliant
- reactivate Python 2 build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ujson?expand=0&rev=47
This commit is contained in:
2023-12-13 10:15:28 +00:00
committed by Git OBS Bridge
parent 34742190ff
commit 5c75b1f595
4 changed files with 20 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-ujson
Version: 5.8.0
Version: 5.9.0
Release: 0
Summary: JSON encoder and decoder for Python
License: BSD-3-Clause