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

Changelog

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


  * Updated VCS field to git.gplhost.com.
  * Renames jsondiff and jsonpatch as python{2,3}-json{diff,patch} and use
    update-alternatives to avoid clashes, also removes json{diff,patch} from
    /usr/bin if it's not a symlink to allow upgrades from previous version
    1.3-1 (Closes: #729025).

 -- Thomas Goirand <email address hidden>  Wed, 20 Nov 2013 20:19:37 +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-2.dsc 2.2 KiB 0d4596672579f8491a453dec140e73ef5816dd53a16caf69b0904e461fc03003
python-json-patch_1.3.orig.tar.xz 14.3 KiB dcbbea9e6eddd032bd41c06bdfda43e07ab21e4d70f304d747e5836ab2ba441c
python-json-patch_1.3-2.debian.tar.gz 9.0 KiB a2f6e4f2f749d49c3c982700ab236be74d546d1d867c28a7190bb733a237304f

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.