jsonpipe 0.0.8-2 source package in Ubuntu

Changelog

jsonpipe (0.0.8-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.2
  * Bump debhelper 8
  * Switch to dh_python2 
  * remove patch distribute.diff

jsonpipe (0.0.8-1) unstable; urgency=low

  * new upstream release

jsonpipe (0.0.7-1) unstable; urgency=low

  * Initial release (Closes: #646183)
  * use an older distribute_setup.py from calabash for lucid
  * Switch to dpkg-source 3.0 (quilt) format
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  12 Nov 2011 07:24:57 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Dominique Belhachemi
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
jsonpipe_0.0.8.orig.tar.gz 20.6 KiB 378a7407560667b76be2277ce61251b130143c066db4279e1ec19027db06e231
jsonpipe_0.0.8-2.debian.tar.gz 2.2 KiB 04aba06360bafd24937937112f5cc92533f578a2424734debfd8c83b713fb217
jsonpipe_0.0.8-2.dsc 1.1 KiB 5dd74f5d9a68b7d0fc6a3ed9b1c28b11eb9e0242d93cefa4fe499723b280b162

View changes file

Binary packages built by this source

python-jsonpipe: Convert JSON to a UNIX-friendly line-based format

 jsonpipe traverses a JSON object and produces a simple, line-based textual
 format which can be processed by all your UNIX favourites like grep, sed,
 awk, cut and diff. It may also be valuable within
 programming languages---in fact, it was originally conceived as a way of
 writing simple test assertions against JSON output without coupling the tests
 too closely to the specific structure used.