simplejson 3.17.5-3 source package in Ubuntu

Changelog

simplejson (3.17.5-3) unstable; urgency=medium

  * Team upload.

  [ Thomas Goirand ]
  * Add python3-setuptools as build-depends, correcting produced egg-info.

  [ Boyuan Yang ]
  * Drop manual -dbg package. (Closes: #994378)
  * Use dh-sequence-python3 in build-dependency.

 -- Boyuan Yang <email address hidden>  Tue, 26 Oct 2021 09:56:24 -0400

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.17.5-3.dsc 2.2 KiB 57177624d93e6409db9a0a4c7dda5521f1b037b5c7068c2c743167738dac08e8
simplejson_3.17.5.orig.tar.gz 81.2 KiB 91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50
simplejson_3.17.5-3.debian.tar.xz 6.5 KiB f39c441e468d0325bdcd4960658c65999bc038196656d34caed270704b47a515

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