simplejson 3.19.1-1 source package in Ubuntu

Changelog

simplejson (3.19.1-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Thu, 22 Jun 2023 14:40:57 +0200

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
Mantic release main python

Downloads

File Size SHA-256 Checksum
simplejson_3.19.1-1.dsc 2.2 KiB e47972a05b76d5ecd04d1b0fe4ee3e9f9be1f5aee47f201bcb3c8dc10b443295
simplejson_3.19.1.orig.tar.gz 83.2 KiB 6277f60848a7d8319d27d2be767a7546bc965535b28070e310b3a9af90604a4c
simplejson_3.19.1-1.debian.tar.xz 6.6 KiB acd92da0b6e615fd6c8bd0b6eab18000c9b7164481b4f003783d80b707b5ee48

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