simplejson 3.20.2-ok1 source package in openKylin

Changelog

simplejson (3.20.2-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 05:31:19 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
simplejson_3.20.2.orig.tar.gz 83.8 KiB 5fe7a6ce14d1c300d80d08695b7f7e633de6cd72c80644021874d985b3393649
simplejson_3.20.2-ok1.debian.tar.xz 2.7 KiB afca08a8b64887cedff5ff10f7a6d541a532391ce3da53a16e673cf499244fa5
simplejson_3.20.2-ok1.dsc 2.0 KiB 27ace3ea3f9bb55b9d0bd77f59e27cae089cc1b98a814a39c111a8035066792d

Available diffs

View changes file

Binary packages built by this source

python-simplejson-doc: simple, fast, extensible JSON encoder/decoder for Python - documentation

 simplejson is a simple, fast, complete, correct and extensible JSON
 <http://json.org> encoder and decoder.
 .
 The encoder may be subclassed to provide serialization in any kind of
 situation, without any special support by the objects to be serialized
 (somewhat like pickle).
 .
 The decoder can handle incoming JSON strings of any specified encoding
 (UTF-8 by default).
 .
 simplejson is the externally maintained development version of the json
 library included with Python 2.6 and Python 3.0, but maintains backwards
 compatibility with Python 2.5.
 .
 This package contains documentation.

python3-simplejson: simple, fast, extensible JSON encoder/decoder for Python 3.x

 simplejson is a simple, fast, complete, correct and extensible JSON
 <http://json.org> encoder and decoder.
 .
 The encoder may be subclassed to provide serialization in any kind of
 situation, without any special support by the objects to be serialized
 (somewhat like pickle).
 .
 The decoder can handle incoming JSON strings of any specified encoding
 (UTF-8 by default).
 .
 simplejson is the externally maintained development version of the json
 library included with Python 2.6 and Python 3.0, but maintains backwards
 compatibility with Python 2.5.
 .
 This package contains the Python 3.x module.

python3-simplejson-dbgsym: debug symbols for python3-simplejson