python-json-patch 1.19+really1.16-1fakesync1 source package in Ubuntu

Changelog

python-json-patch (1.19+really1.16-1fakesync1) bionic-proposed; urgency=medium

  * Fake sync due to mismatching orig tarball.

python-json-patch (1.19+really1.16-1) unstable; urgency=medium

  [ Geoffrey Thomas ]
  * Change maintainer from PKG OpenStack to Debian Python Modules Team,
    and update packaging to match DPMT team practice, including
    switching to pybuild.
  * Add myself to Uploaders and remove old Uploaders.
  * New upstream release.
    - Supports python 3.6 builds (Closes: #867626).
    - Use version number 1.19+really1.16, since the previous version
      1.19 was actually 1.10 (Closes: #839779).
  * Drop transitional packages python-json-patch and python3-json-patch,
    because the transition predates oldstable (and in fact the old names
    were never in a stable release).

  [ Ondřej Nový ]
  * Bumped debhelper compat version to 10

  [ Daniel Baumann ]
  * Updating copyright format url.
  * Deprecating priority extra as per policy 4.0.1.
  * Updating standards version to 4.1.0.
  * Removing unprefixed docs debhelper file, it's just a double of
    python-jsonpatch.docs

 -- Jeremy Bicha <email address hidden>  Sat, 28 Oct 2017 16:10:15 -0400

Upload details

Uploaded by:
Jeremy Bícha
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-json-patch_1.19+really1.16.orig.tar.gz 23.6 KiB c59bbda0398e746b66c962f4478220fa4b27e8f00d6e7860daf56c44759cbe20
python-json-patch_1.19+really1.16-1fakesync1.debian.tar.xz 4.1 KiB ee26c93ff9171861e0b0fafc0b0c4e7529c8b772d7adb219b341f8c50347ccdd
python-json-patch_1.19+really1.16-1fakesync1.dsc 2.4 KiB f0e04ad02751d234db1cc7652899f5683606fd148e81e47ac1395f08b9e29a56

View changes file

Binary packages built by this source

python-jsonpatch: 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.

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.