14
0

- update to 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplejson?expand=0&rev=88
This commit is contained in:
2021-09-07 06:56:11 +00:00
committed by Git OBS Bridge
parent ef2208e797
commit 493c9ac8c8
4 changed files with 13 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-simplejson
Version: 3.17.3
Version: 3.17.5
Release: 0
Summary: Extensible JSON encoder/decoder for Python
License: AFL-2.1 OR MIT