python-jsonrpc 1.13.0-4 source package in Ubuntu

Changelog

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

  * Team Upload
  * remove extraneous dep. on python3-mock
  * finish move from nose to pytest (Closes: #1018518)

 -- Alexandre Detiste <email address hidden>  Tue, 26 Mar 2024 09:24:45 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-jsonrpc_1.13.0-4.dsc 2.4 KiB 17a047fd98af115f3b8cc84f241cd8d0bf15b51ab592d2cfa6f853621bde0ef6
python-jsonrpc_1.13.0.orig.tar.gz 42.5 KiB 34c62ecc94b50af754d6326858d5c2f3938fa762054e795ef8d67c7691f00380
python-jsonrpc_1.13.0-4.debian.tar.xz 3.6 KiB c15a51a998b649e069f3fde168ea7011a91a4dee3347bd84d33d6f11ea3c1356

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.