simplejson 3.18.3-1 source package in Ubuntu

Changelog

simplejson (3.18.3-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Thu, 09 Feb 2023 15:29:32 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Downloads

File Size SHA-256 Checksum
simplejson_3.18.3-1.dsc 2.2 KiB 5768f703ef0a1f0b84e560778c703c08b0ce5087c678c5aba8bdb553f93b8f72
simplejson_3.18.3.orig.tar.gz 81.7 KiB ebb53837c5ffcb6100646018565d3f1afed6f4b185b14b2c9cbccf874fe40157
simplejson_3.18.3-1.debian.tar.xz 6.6 KiB c4eb1263f92b3745cd9ef6ee925ad44c7943b5497aaf73ab1954072fb5614aac

Available diffs

No changes file available.

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