python-json-patch 1.32-5 source package in Ubuntu
Changelog
python-json-patch (1.32-5) unstable; urgency=medium * Switch to pybuild (Closes: #1090516). -- Thomas Goirand <email address hidden> Thu, 19 Dec 2024 10:32:11 +0100
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 | Published | Component | Section | |
|---|---|---|---|---|
| Questing | release | main | misc | |
| Plucky | release | main | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-json-patch_1.32-5.dsc | 2.1 KiB | 8335e6c68a456ec4484a86122c6bfef27b82473bf334dc48b3b98be1483f6de8 |
| python-json-patch_1.32.orig.tar.xz | 23.8 KiB | 97b96d7cbaf5d5b86c2433efe3a423e006195c9433966a85ed36e8fd352ccd02 |
| python-json-patch_1.32-5.debian.tar.xz | 4.7 KiB | b4de3c43bdc02aa10a2b25d3d1c5ff8a3251df1958ad198b0e04a100e6819cac |
Available diffs
- diff from 1.32-4 to 1.32-5 (495 bytes)
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.
