python-anyjson 0.3.1-1 source package in Ubuntu

Changelog

python-anyjson (0.3.1-1) unstable; urgency=low
  * New upstream version (Closes: #620959).    - Drop python-cjson from Depends.  * Set PMPT as maintainer and myself as uploader.  * Switch to dh_python2.  * Switch to source format 3.0 (quilt).  * Use DEP5 for copyright file.  * Clean up after build.  * Streamline packaging code with wrap-and-sort.  * Extend regex in d/watch.  * Bumped Standards-Version to 3.9.2 (no change necessary).  * Set X-P-V to >= 2.4.  * Recommend either python (>= 2.6) or python-simplejson.  * Build for python3.  * Clean build directory. -- Fladischer Michael <email address hidden>  Wed, 06 Jul 2011 16:33:28 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-anyjson_0.3.1-1.dsc 2.1 KiB 826577b22f6f728f92808b5a6e1bf8e8a2250bb39faaf30cae162940f3ad9ff8
python-anyjson_0.3.1.orig.tar.gz 5.0 KiB 1643c0adb7dbecc4331437ee14ef5f6a3d55b4ffca147db1cc957dc966062340
python-anyjson_0.3.1-1.debian.tar.gz 2.9 KiB a68cad871afa25c0ffef2934b7ba47b5f691176738812470600250a385deb201

No changes file available.

Binary packages built by this source

python-anyjson: Common interface for the best available JSON implementation

 Loads whichever is the fastest JSON module installed and provides a uniform
 API regardless of which JSON implementation is used. The exceptions will also
 be the same whichever JSON module is used.
 The ranking of the JSON implementations is based on a benchmark.

python3-anyjson: Common interface for the best available JSON implementation (Python3 version)

 Loads whichever is the fastest JSON module installed and provides a uniform
 API regardless of which JSON implementation is used. The exceptions will also
 be the same whichever JSON module is used.
 The ranking of the JSON implementations is based on a benchmark.
 .
 This package contains the Python 3 version of the library.