simplejson 3.18.0-1 source package in Ubuntu

Changelog

simplejson (3.18.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ Piotr Ożarowski ]
  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Wed, 21 Dec 2022 12:51:11 +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

Downloads

File Size SHA-256 Checksum
simplejson_3.18.0-1.dsc 2.2 KiB 7ab7b32aa7e70b06d378e0c10d415280ffd9b7c5817f2a8be0cc7b481120c4fa
simplejson_3.18.0.orig.tar.gz 81.6 KiB 58a429d2c2fa80834115b923ff689622de8f214cf0dc4afa9f59e824b444ab31
simplejson_3.18.0-1.debian.tar.xz 6.5 KiB bbd202e10f685fe813aad7f883160406d3ad79efae126fd6f201f15c71655ef2

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