python-json-patch 1.25-3 source package in Ubuntu

Changelog

python-json-patch (1.25-3) unstable; urgency=medium

  * Manage /usr/bin/jsondiff with update-alternatives to avoid conflicts with
    python3-jsondiff (Closes: #926250).

 -- Thomas Goirand <email address hidden>  Mon, 11 May 2020 10:59:06 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-json-patch_1.25-3.dsc 2.1 KiB 6ff695a6f7483800eecf629999740d34e1a22993698b01000926d69655b23ccb
python-json-patch_1.25.orig.tar.xz 20.9 KiB 49a8f05ac249f749bf190f6cc1d64c93a5cb22df1a549a28d83de7ff4a4e98d2
python-json-patch_1.25-3.debian.tar.xz 3.8 KiB d023a2594789bc70b0d39b1153753d7e2bf08188cd4000c026d5993472f6b55e

Available diffs

No changes file available.

Binary packages built by this source

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.