simplejson 2.2.0-1 source package in Ubuntu

Changelog

simplejson (2.2.0-1) unstable; urgency=low

  * New upstream release
    - setuptools no longer used (yay!): python-setuptools removed from
      Build-Depends, setup.py install call updated in debian/rules
  * Let dh_sphinxdoc handle documentation files, python-sphinx build
    dependency bumped to 1.0.7+dfsg-1
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 15:34:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
simplejson_2.2.0.orig.tar.gz 48.6 KiB 7c19802af7d44171836f9479f791328913bcfeb9bc193c876465dc758c9be2d5
simplejson_2.2.0-1.debian.tar.gz 4.7 KiB ac9361727285c1f93cadaeaef9bc2b37e86ed7d9f6ca75211d9d404bcf4f51ad
simplejson_2.2.0-1.dsc 2.0 KiB d765a79d820b6f5900f7d762afd7c2c693fd618e9fffda092a8f882f0b8dfad8

Available diffs

View changes file

Binary packages built by this source

python-simplejson: simple, fast, extensible JSON encoder/decoder for Python

 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.