python-json-patch 1.3-1ubuntu1 source package in Ubuntu

Changelog

python-json-patch (1.3-1ubuntu1) trusty; urgency=low

  * d/rules: Install versioned binaries for python3 package (LP: #1250088).
 -- James Page <email address hidden>   Mon, 11 Nov 2013 16:59:21 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-json-patch_1.3.orig.tar.xz 14.3 KiB dcbbea9e6eddd032bd41c06bdfda43e07ab21e4d70f304d747e5836ab2ba441c
python-json-patch_1.3-1ubuntu1.debian.tar.gz 8.5 KiB 34239b5c26492a9d622f9deb686bec29b66008eccc7bd0a0eb2db68620112760
python-json-patch_1.3-1ubuntu1.dsc 2.3 KiB 59dc9c0e40548e3a583a0db243f5141841cab288f92060744e7ed5d816607bcd

Available diffs

View changes file

Binary packages built by this source

python-json-patch: library to apply JSON patches - python 2.x transitional package

 Python-json-patch is a Python module (a library) to apply JSON Patches
 according to the IETF draft specification.
 .
 From the IETF site:
 .
 JavaScript Object Notation (JSON) [RFC4627] is a common format for the
 exchange and storage of structured data. HTTP PATCH [RFC5789] extends the
 Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial
 modifications to resources.
 .
 JSON Patch is a format (identified by the media type "application/
 json-patch") for expressing a sequence of operations to apply to a target JSON
 document, suitable for use with the HTTP PATCH method.
 .
 This format is also potentially useful in other cases when it's necessary to
 make partial updates to a JSON document.
 .
 This package is a transitional package to python-jsonpatch.

python3-json-patch: library to apply JSON patches - python 3.x transitional package

 Python-json-patch is a Python module (a library) to apply JSON Patches
 according to the IETF draft specification.
 .
 From the IETF site:
 .
 JavaScript Object Notation (JSON) [RFC4627] is a common format for the
 exchange and storage of structured data. HTTP PATCH [RFC5789] extends the
 Hypertext Transfer Protocol (HTTP) [RFC2616] with a method to perform partial
 modifications to resources.
 .
 JSON Patch is a format (identified by the media type "application/
 json-patch") for expressing a sequence of operations to apply to a target JSON
 document, suitable for use with the HTTP PATCH method.
 .
 This format is also potentially useful in other cases when it's necessary to
 make partial updates to a JSON document.
 .
 This package is a transitional package to python3-jsonpatch.