python-jsonrpclib 0.1.7-1 source package in Ubuntu

Changelog

python-jsonrpclib (0.1.7-1) unstable; urgency=low

  [ Thomas Goirand ]
  * Fixed debian/rules URL of git://github.com/joshmarshall/jsonrpclib.git.

  [ Ondřej Nový ]
  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/copyright: Changed source URL to https protocol

  [ Tristan Seligmann ]
  * New upstream release.
  * Adopt package from OpenStack team into DPMT.
  * Fix debian/copyright.
  * Drop unnecessary versioned depends.
  * Bump Standards-Version to 4.1.2 (no changes).
  * Switch to pybuild.
  * Drop unnecessary simplejson dependency.

 -- Tristan Seligmann <email address hidden>  Sat, 23 Dec 2017 18:36:00 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jsonrpclib_0.1.7-1.dsc 1.9 KiB fdf1ff7d4a13c08061e468d6c21834a5f3dd267ea22730f8343ae526647b0295
python-jsonrpclib_0.1.7.orig.tar.gz 13.7 KiB 7f50239d53b5e95b94455d5e1adae70592b5b71f0e960d3bbbfbb125788e6f0b
python-jsonrpclib_0.1.7-1.debian.tar.xz 2.1 KiB f18208378e79ec0bf306482ae8fa82fa32d8f91ac1f438c61e3283f7a98fe24e

No changes file available.

Binary packages built by this source

python-jsonrpclib: implementation of the JSON-RPC v2.0 specification

 This library implements the JSON-RPC 2.0 proposed specification in pure
 Python. It is designed to be as compatible with the syntax of xmlrpclib as
 possible (it extends where possible), so that projects using xmlrpclib could
 easily be modified to use JSON and experiment with the differences.
 .
 It is backwards-compatible with the 1.0 specification, and supports all of the
 new proposed features of 2.0, including:
  * Batch submission (via MultiCall)
  * Keyword arguments
  * Notifications (both in a batch and 'normal')
  * Class translation using the 'jsonclass' key.