python-json-patch 1.33-2 source package in Ubuntu
Changelog
python-json-patch (1.33-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand <email address hidden> Thu, 26 Mar 2026 11:59:43 +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 | |
|---|---|---|---|---|
| Stonking | proposed | main | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-json-patch_1.33-2.dsc | 2.1 KiB | 8d8032c5b538e59866ed3291f44c0bcac5c65d3615ce5d604829c2f658b74458 |
| python-json-patch_1.33.orig.tar.xz | 24.3 KiB | e179b1f71e4be5f168c35240232df2c16573edd122dfd3af57cf78c9f16df37a |
| python-json-patch_1.33-2.debian.tar.xz | 4.7 KiB | 5c6ec777f85829c8e248ec85c2b0f5c97867799a78d0d6e2ee32265de0280675 |
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.
