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

Changelog

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


  * New upstream release.
  * Removes python3 unit test patch applied upstream.

 -- Thomas Goirand <email address hidden>  Wed, 11 Sep 2013 12:04:57 +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.1-1.dsc 1.6 KiB 479a0a322c253e3412d28c3269bf1b7201954354b2078e2979d8e0fbf66d107e
python-json-patch_1.1.orig.tar.xz 11.9 KiB f0733d7c7536117f161d833b0f5da97086c8aa5cfb2115b029b8d7c3771d1f31
python-json-patch_1.1-1.debian.tar.gz 8.3 KiB a127d1f3bde7e58b1edb2857d2b3d10ef2f00f10412647427a3a6a06170905b3

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.