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

Changelog

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


  * New upstream release.

 -- Thomas Goirand <email address hidden>  Thu, 07 Nov 2013 16:21:21 +0800

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
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-1.dsc 2.2 KiB 75a8a1da4580d108eb5be75d8338c0832a697fc3eb3aceab5fa1c67aae1316f5
python-json-patch_1.3.orig.tar.xz 14.3 KiB dcbbea9e6eddd032bd41c06bdfda43e07ab21e4d70f304d747e5836ab2ba441c
python-json-patch_1.3-1.debian.tar.gz 8.3 KiB 52b07a8ab1c9ec49a9f3d7fb6a51139eb2084d9e96de00c033004a909872111d

Available diffs

No changes file available.

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.