simplejson 3.19.2-1build2 source package in Ubuntu

Changelog

simplejson (3.19.2-1build2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:19:20 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python

Downloads

File Size SHA-256 Checksum
simplejson_3.19.2.orig.tar.gz 83.3 KiB 9eb442a2442ce417801c912df68e1f6ccfcd41577ae7274953ab3ad24ef7d82c
simplejson_3.19.2-1build2.debian.tar.xz 6.8 KiB e12fd70d168b8e9d5edb7c0cb852397e0bed834627d126527abdce6c599ea181
simplejson_3.19.2-1build2.dsc 2.3 KiB 3e77f754e56d336bb3d5604752bdd35db06c57bd827807c8dc022bae49f1f49e

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