Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-simplejson-3.19.1-150400.6.3.10 RPM for s390x

From OpenSuSE Leap 15.6 for s390x

Name: python311-simplejson Distribution: SUSE Linux Enterprise 15
Version: 3.19.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.6.3.10 Build date: Wed Oct 4 00:56:12 2023
Group: Development/Languages/Python Build host: s390zl34
Size: 261255 Source RPM: python-simplejson-3.19.1-150400.6.3.10.src.rpm
Packager: https://www.suse.com/
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.

Provides

Requires

License

AFL-2.1 OR MIT

Changelog

* Thu May 04 2023 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 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Wed Jan 04 2023 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 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 dmueller@suse.com
  - update to 3.17.6:
    * Declare support for Python 3.10 and add wheels
* Tue Sep 07 2021 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 dmueller@suse.com
  - update to 3.17.3:
    * Replaced Travis-CI and AppVeyor with Github Actions,
      adding wheels for Python 3.9.
* Wed Jul 29 2020 mimi.vx@gmail.com
  - update to 3.17.2
  - use pytest as testrunner
* Sun Nov 24 2019 arun@gmx.de
  - specfile:
    * update copyright year
  - update to version 3.17.0:
    * Updated documentation to be Python 3 first, and
      have removed documentation notes about version changes
      that occurred more than five years ago.
      https://github.com/simplejson/simplejson/pull/257
      https://github.com/simplejson/simplejson/pull/254
    * Update build matrix for Python 3.8
      https://github.com/simplejson/simplejson/pull/255
      https://github.com/simplejson/simplejson/pull/256
* Sat Sep 08 2018 arun@gmx.de
  - update to version 3.16.1:
    * Added examples for JSON lines use cases
    * Add wheels for more Python versions and platforms
* Mon Jul 02 2018 tchvatal@suse.com
  - Do not package tests
* Mon Jul 02 2018 arun@gmx.de
  - specfile:
    * be more specific in %files:
      %{python_sitearch}/* -> %{python_sitearch}/simplejson*
  - update to version 3.16.0:
    * Restore old behavior with regard to the type of decoded empty
      strings with speedups enabled on Python 2.x
      https://github.com/simplejson/simplejson/pull/225
    * Add python_requires to setup.py to help pip
      https://github.com/simplejson/simplejson/pull/224
    * Fix CSS in docs when built locally
      https://github.com/simplejson/simplejson/pull/222
* Mon May 21 2018 arun@gmx.de
  - update to version 3.15.0:
    * Clean up the C code
    * Bypass the decode() method in bytes subclasses
    * Support builds without cStringIO
    * Allow to disable serializing bytes by default in Python 3
    * Simplify the compatibility code
    * Fix tests in Python 2.5
* Sun May 06 2018 arun@gmx.de
  - specfile:
    * update copyright year
  - update to version 3.14.0:
    * Defer is_raw_json test (performance improvement)
      https://github.com/simplejson/simplejson/pull/212
    * Avoid escaping U+2028 and U+2029 without ensure_ascii
      https://github.com/simplejson/simplejson/pull/211
    * Fix an incorrect type test in Python 2, avoiding an unnecessary
      unicode copy.  https://github.com/simplejson/simplejson/pull/210
* Mon Nov 27 2017 jengelh@inai.de
  - Remove bias from description.
* Sun Nov 26 2017 arun@gmx.de
  - update to version 3.13.2:
    * Fix additional Python 2.x compilation issue on Windows
  - changes from version 3.13.1 :
    * Improve CI to catch speedups build regressions
    * Fix speedups build regression in Python 2.x
      https://github.com/simplejson/simplejson/issues/193
  - changes from version 3.13.0:
    * Workarounds for NamedTemporaryFile issues with Windows for tool
      tests
    * Make TypeError messages contain type name instead of a repr.
      https://github.com/simplejson/simplejson/pull/191
    * Ensure that encoding of text subtypes is consistent with or
      without speedups
      https://github.com/simplejson/simplejson/issues/185
  - changes from version 3.12.1:
    * Misc updates to build infrastructure
    * Fix an assertion failure when make_encoder receives a bad encoder
      argument https://github.com/simplejson/simplejson/pull/188
    * Fix potential crash during GC
      https://github.com/simplejson/simplejson/pull/187
    * Fix a reference leak when sorting keys
      https://github.com/simplejson/simplejson/pull/186
* Mon Nov 06 2017 arun@gmx.de
  - update to version 3.12.0:
    * Fix threaded import race condition
      https://github.com/simplejson/simplejson/issues/184
    * Move RawJSON implementation to simplejson.raw_json module
    * Move JSONDecodeError implementation to simplejson.errors module
* Tue Aug 08 2017 tbechtold@suse.com
  - update to 3.11.1:
    * Fix issue with item_sort_key when speedups are available, and add
      auto-discovery to test suites to prevent similar regressions
    * docstring fix in JSONEncoder
    * Call PyObject_IsTrue() only once for the strict argument of scann  er
    * Fix a crash with unencodable encoding in the encoder
    * Remove unused imports
    * Remove remnants of Python 2.4 support
    * Fix argument checking errors in _speedups.c
    * Remove the `__init__` methods in extension classes
    * Fix typo in the doc for loads
    * Add Python 3.6 to testing matrix and PyPI metadata
* Tue Mar 21 2017 jmatejek@suse.com
  - fix pypi url
* Thu Mar 16 2017 rjschwei@suse.com
  - Switch to single-spec build
  - Update to 3.10.0
    * Add RawJSON class to allow a faster path for already encoded JSON.
  - From 3.9.0
    * Workaround for bad behavior in string subclasses
    * Fix warnings flagged by -3
    * Update readthedocs documentation links
    * Add build status badge to README
* Fri Nov 18 2016 dmueller@suse.com
  - update to 3.8.2:
    * Fix implicit cast compiler warning in _speedups.c
    * simplejson is now available as wheels for OS X and Windows thanks to Travis-CI
    and AppVeyor respectively! Many thanks to @aebrahim for getting this party
    started.
    * Fix issue with iterable_as_array and indent option
    * Fix typo in keyword argument name introduced in 3.8.0
    * New iterable_as_array encoder option to perform lazy serialization of
    any iterable objects, without having to convert to tuple or list.
    * Fix typo introduced in 3.7.0 (behavior should be indistinguishable)
    https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842
    * Do not cache Decimal class in encoder, only reference the decimal module.
    This may make reload work in more common scenarios.
    * Fix compilation with MSVC
    https://github.com/simplejson/simplejson/pull/119
    * simplejson no longer trusts custom str/repr methods for int, long, float
    subclasses. These instances are now formatted as if they were exact
    instances of those types.
    https://github.com/simplejson/simplejson/issues/118
* Tue May 12 2015 benoit.monin@gmx.fr
  - update to version 3.6.5:
    * Importing bug fix for reference leak when an error occurs
      during dict encoding
      https://github.com/simplejson/simplejson/issues/109
  - additional changes from version 3.6.4:
    * Important bug fix for dump when only sort_keys is set
      https://github.com/simplejson/simplejson/issues/106
  - additional changes from version 3.6.3:
    * Documentation updates
      https://github.com/simplejson/simplejson/issues/103
  - additional changes from version 3.6.2:
    * Documentation updates
      http://bugs.python.org/issue21514
  - additional changes from version 3.6.1:
    * Documentation updates
      https://github.com/simplejson/simplejson/issues/102
  - additional changes from version 3.6.0:
    * Automatically strip any UTF-8 BOM from input to more closely
      follow the latest specs
      https://github.com/simplejson/simplejson/pull/101
  - additional changes from version 3.5.3:
    * Fix lower bound checking in scan_once / raw_decode API
      https://github.com/simplejson/simplejson/issues/98

Files

/usr/lib64/python3.11/site-packages/simplejson
/usr/lib64/python3.11/site-packages/simplejson-3.19.1-py3.11.egg-info
/usr/lib64/python3.11/site-packages/simplejson-3.19.1-py3.11.egg-info/PKG-INFO
/usr/lib64/python3.11/site-packages/simplejson-3.19.1-py3.11.egg-info/SOURCES.txt
/usr/lib64/python3.11/site-packages/simplejson-3.19.1-py3.11.egg-info/dependency_links.txt
/usr/lib64/python3.11/site-packages/simplejson-3.19.1-py3.11.egg-info/top_level.txt
/usr/lib64/python3.11/site-packages/simplejson/__init__.py
/usr/lib64/python3.11/site-packages/simplejson/__pycache__
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/compat.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/compat.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/decoder.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/decoder.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/encoder.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/encoder.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/errors.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/errors.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/ordered_dict.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/ordered_dict.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/raw_json.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/raw_json.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/scanner.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/scanner.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/tool.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/simplejson/__pycache__/tool.cpython-311.pyc
/usr/lib64/python3.11/site-packages/simplejson/_speedups.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/simplejson/compat.py
/usr/lib64/python3.11/site-packages/simplejson/decoder.py
/usr/lib64/python3.11/site-packages/simplejson/encoder.py
/usr/lib64/python3.11/site-packages/simplejson/errors.py
/usr/lib64/python3.11/site-packages/simplejson/ordered_dict.py
/usr/lib64/python3.11/site-packages/simplejson/raw_json.py
/usr/lib64/python3.11/site-packages/simplejson/scanner.py
/usr/lib64/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, Fri Apr 26 23:57:16 2024