Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-simplejson | Distribution: openSUSE Tumbleweed |
Version: 3.19.3 | Vendor: openSUSE |
Release: 1.1 | Build date: Sun Sep 8 15:32:12 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 251344 | Source RPM: python-simplejson-3.19.3-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/simplejson/simplejson | |
Summary: Extensible JSON encoder/decoder for Python |
simplejson is an extensible JSON encoder and decoder for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a speed boost.
AFL-2.1 OR MIT
* Sun Sep 08 2024 Dirk Müller <dmueller@suse.com> - update to 3.19.3: * Updated test & build matrix to include Python 3.13. * Dropped wheel support for Python 2.7 on macOS. * https://github.com/simplejson/simplejson/pull/326 * Mon Nov 27 2023 Dirk Müller <dmueller@suse.com> - update to 3.19.2: * Updated test & build matrix to include Python 3.12 * Thu May 04 2023 Dirk Müller <dmueller@suse.com> - update to 3.19.1: * This release contains security hardening measures based on recommendations by a security audit sponsored by OSTIF and conducted by X41 D-Sec GmbH. Several of these measures include changing defaults to be more strict, by default simplejson will now only consume and produce compliant JSON, but the flags still exist for any backwards compatibility needs. No high priority issues were discovered, the reference count leak is thought to be unreachable since the digits of the float are checked before PyOS_string_to_double is called. * Fix invalid handling of unicode escape sequences in the pure Python implementation of the decoder (SJ-PT-23-01) * Fix missing reference count decrease if PyOS_string_to_double raises an exception in Python 2.x; was probably unreachable (SJ- PT-23-02) * Backport the integer string length limitation from Python 3.11 to limit quadratic number parsing (SJ-PT-23-03) * Fix inconsistencies with error messages between the C and Python implementations (SJ-PT-23-100) * Remove unused unichr import from encoder (SJ-PT-23-101) * Remove unused namedtuple_as_object and tuple_as_array arguments from simplejson.load (SJ-PT-23-102) * Remove vestigial _one_shot code from iterencode (SJ- PT-23-103) * Change default of allow_nan from True to False and add allow_nan to decoder (SJ-PT-23-107) * Test the sdist to prevent future regressions * Fix regression in sdist archive * Fri Apr 21 2023 Dirk Müller <dmueller@suse.com> - add sle15_python_module_pythons (jsc#PED-68) * Thu Apr 13 2023 Matej Cepl <mcepl@suse.com> - Make calling of %{sle15modernpython} optional. * Wed Jan 04 2023 Dirk Müller <dmueller@suse.com> - update to 3.18.1: * Remove unnecessary `i` variable from encoder module namespace * Declare support for Python 3.11 and add wheels * Sun Dec 04 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to v3.18.0 * Allow serialization of classes that implement for_json or _asdict by ignoring TypeError when those methods are called https://github.com/simplejson/simplejson/pull/302 * Raise JSONDecodeError instead of ValueError in invalid unicode escape sequence edge case https://github.com/simplejson/simplejson/pull/298 * Mon Nov 29 2021 Dirk Müller <dmueller@suse.com> - update to 3.17.6: * Declare support for Python 3.10 and add wheels * Tue Sep 07 2021 Dirk Müller <dmueller@suse.com> - 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). * Fri Jul 16 2021 Dirk Müller <dmueller@suse.com> - update to 3.17.3: * Replaced Travis-CI and AppVeyor with Github Actions, adding wheels for Python 3.9.
/usr/lib/python3.11/site-packages/simplejson /usr/lib/python3.11/site-packages/simplejson-3.19.3-py3.11.egg-info /usr/lib/python3.11/site-packages/simplejson-3.19.3-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/simplejson-3.19.3-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/simplejson-3.19.3-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/simplejson-3.19.3-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/simplejson/__init__.py /usr/lib/python3.11/site-packages/simplejson/__pycache__ /usr/lib/python3.11/site-packages/simplejson/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/compat.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/decoder.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/decoder.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/encoder.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/encoder.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/ordered_dict.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/ordered_dict.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/raw_json.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/raw_json.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/scanner.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/scanner.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/tool.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/simplejson/__pycache__/tool.cpython-311.pyc /usr/lib/python3.11/site-packages/simplejson/_speedups.cpython-311-arm-linux-gnueabihf.so /usr/lib/python3.11/site-packages/simplejson/compat.py /usr/lib/python3.11/site-packages/simplejson/decoder.py /usr/lib/python3.11/site-packages/simplejson/encoder.py /usr/lib/python3.11/site-packages/simplejson/errors.py /usr/lib/python3.11/site-packages/simplejson/ordered_dict.py /usr/lib/python3.11/site-packages/simplejson/raw_json.py /usr/lib/python3.11/site-packages/simplejson/scanner.py /usr/lib/python3.11/site-packages/simplejson/tool.py /usr/share/doc/packages/python311-simplejson /usr/share/doc/packages/python311-simplejson/CHANGES.txt /usr/share/doc/packages/python311-simplejson/README.rst /usr/share/licenses/python311-simplejson /usr/share/licenses/python311-simplejson/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 9 01:34:24 2024