python-jsonrpc 1.13.0-3 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + Build-Depends: Drop versioned constraint on dpkg-dev.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 23:27:19 +0100

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jsonrpc_1.13.0-3.dsc 2.4 KiB d9e49543cc015cd3d5d9722dfbba264d164be1c1203172e369031bd3aee87dce
python-jsonrpc_1.13.0.orig.tar.gz 42.5 KiB 34c62ecc94b50af754d6326858d5c2f3938fa762054e795ef8d67c7691f00380
python-jsonrpc_1.13.0-3.debian.tar.xz 3.5 KiB a47b5b8c6cf8da6d4c59041e4e5710858fd612976a93449d9f2275f05ce6f07f

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.