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:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 13 10:14:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 07:08:39 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@@ -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
|
||||
|
BIN
ujson-5.8.0.tar.gz
(Stored with Git LFS)
BIN
ujson-5.8.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
ujson-5.9.0.tar.gz
Normal file
3
ujson-5.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89cc92e73d5501b8a7f48575eeb14ad27156ad092c2e9fc7e3cf949f07e75532
|
||||
size 7154214
|
Reference in New Issue
Block a user