1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
Source: python-json-patch
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Build-Depends-Indep: python-json-pointer (>= 1.9),
python3-json-pointer (>= 1.9),
Standards-Version: 3.9.4
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-json-patch?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-json-patch -b debian/newton
Homepage: https://github.com/stefankoegl/python-json-patch
Package: python-jsonpatch
Architecture: all
Breaks: python-json-patch (<< 1.3-3~)
Replaces: python-json-patch (<< 1.3-3~)
Depends: python-json-pointer (>= 1.9), ${misc:Depends}, ${python:Depends}
Description: 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.
Package: python3-jsonpatch
Architecture: all
Breaks: python3-json-patch (<< 1.3-3~)
Replaces: python3-json-patch (<< 1.3-3~)
Depends: python3-json-pointer (>= 1.9), ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Description: 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.
Package: python-json-patch
Section: oldlibs
Priority: extra
Architecture: all
Depends: python-jsonpatch, ${misc:Depends}
Description: library to apply JSON patches - Python 2.x transitional package
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 is a transitional package to python-jsonpatch.
Package: python3-json-patch
Section: oldlibs
Priority: extra
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-jsonpatch, ${misc:Depends}
Description: library to apply JSON patches - Python 3.x transitional package
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 is a transitional package to python3-jsonpatch.
|