python-json-patch 1.19+really1.16-0ubuntu1 source package in Ubuntu

Changelog

python-json-patch (1.19+really1.16-0ubuntu1) artful; urgency=medium

  * New upstream release (the previously packaged version is really 1.10
    despite what the version number says). (LP: #1704024)

 -- Michael Hudson-Doyle <email address hidden>  Mon, 17 Jul 2017 11:49:41 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-json-patch_1.19+really1.16.orig.tar.gz 23.6 KiB c59bbda0398e746b66c962f4478220fa4b27e8f00d6e7860daf56c44759cbe20
python-json-patch_1.19+really1.16-0ubuntu1.debian.tar.xz 4.2 KiB a7f0d918b4acdc7fe7de3e66bbd19f872b168c490c0a4b26c07fe8502f8c24b0
python-json-patch_1.19+really1.16-0ubuntu1.dsc 2.6 KiB 82ecb4193c3ffe392dc25069568a7636241343a8dd7e444fb8e10601d9fd5073

View changes file

Binary packages built by this source

python-json-patch: No summary available for python-json-patch in ubuntu artful.

No description available for python-json-patch in ubuntu artful.

python-jsonpatch: library to apply JSON patches - Python 2.x

 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 provides the Python 2.x module.

python3-json-patch: No summary available for python3-json-patch in ubuntu artful.

No description available for python3-json-patch in ubuntu artful.

python3-jsonpatch: library to apply JSON patches - Python 3.x

 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 provides the Python 3.x module.