summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-simplejson_3.17.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-simplejson: Upgrade 3.17.4 -> 3.17.5Leon Anavi2021-08-251-0/+24
Upgrade to release 3.17.5: - Fix the C extension module to harden is_namedtuple against looks-a-likes such as Mocks. Also prevent dict encoding from causing an unraised SystemError when encountering a non-Dict. Noticed by running user tests against a CPython interpreter with C asserts enabled (COPTS += -UNDEBUG). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>