Skip to content

Commit

Permalink
python3-ujson: update to version 5.9.0
Browse files Browse the repository at this point in the history
Changelog:

Breaking
  - Raise TypeError if toDict() returns a non-dict instead of silently converting it to null (openembedded#615) @eltoder
  - Use lowercase strings for bool dict keys (openembedded#614) @eltoder

Changed
  - Speed-up and cleanup objToJSON (openembedded#615) @eltoder
  - Use lowercase strings for bool dict keys (openembedded#614) @eltoder

Fixed
  - Fix typos found by codespell (openembedded#610) @DimitriPapadopoulos
  - Fix undefined behavior in Buffer_AppendLongUnchecked (openembedded#606) @WillAyd

Signed-off-by: Derek Straka <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
derekstraka authored and kraj committed Dec 13, 2023
1 parent 26795b6 commit 6669080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pu
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e0039a83d8a99726b5418f0b03302d0a"

SRC_URI[sha256sum] = "78e318def4ade898a461b3d92a79f9441e7e0e4d2ad5419abed4336d702c7425"
SRC_URI[sha256sum] = "89cc92e73d5501b8a7f48575eeb14ad27156ad092c2e9fc7e3cf949f07e75532"

inherit pypi ptest setuptools3

Expand Down

0 comments on commit 6669080

Please sign in to comment.