python-jsonrpc 1.13.0-2 source package in Ubuntu

Changelog

python-jsonrpc (1.13.0-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- Sandro Tosi <email address hidden>  Fri, 03 Jun 2022 14:38:31 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jsonrpc_1.13.0-2.dsc 2.4 KiB 89a21bc602d08aee02e174b06e5f72bb6d1c2946f51aabacb8a46c870afcbc01
python-jsonrpc_1.13.0.orig.tar.gz 42.5 KiB 34c62ecc94b50af754d6326858d5c2f3938fa762054e795ef8d67c7691f00380
python-jsonrpc_1.13.0-2.debian.tar.xz 3.4 KiB 84b50f154003b4c5e8eb0b2c73b8f21032918599fd6ff176d10c06425787cdfd

Available diffs

No changes file available.

Binary packages built by this source

python-jsonrpc-doc: documentation for json-rpc

 JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
 Primarily this specification defines several data structures and the rules
 around their processing. It is transport agnostic in that the concepts can be
 used within the same process, over sockets, over http, or in many various
 message passing environments. It uses JSON (RFC 4627) as data format.
 .
 This package provides the documentation.

python3-jsonrpc: Python implementation of JSON-RPC 1.0 and 2.0 (Python 3)

 JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol.
 Primarily this specification defines several data structures and the rules
 around their processing. It is transport agnostic in that the concepts can be
 used within the same process, over sockets, over http, or in many various
 message passing environments. It uses JSON (RFC 4627) as data format.
 .
 This package provides the modules for Python 3.