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

Changelog

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

  * Cleans better (Closes: #1047826).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 15:10:58 +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
Oracular release main misc
Noble release main misc
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-json-patch_1.32-3.dsc 2.1 KiB 09a519c200c523cb16d93f7cb379ca216f0ef6c206da6c78c6b3c9e595866097
python-json-patch_1.32.orig.tar.xz 23.8 KiB 97b96d7cbaf5d5b86c2433efe3a423e006195c9433966a85ed36e8fd352ccd02
python-json-patch_1.32-3.debian.tar.xz 3.9 KiB a0e9f619fea401760cfc66c8b089d6cb5547400923472794ccb20048fb1cea6b

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.