python-tinyrpc 0.6-3 source package in Ubuntu

Changelog

python-tinyrpc (0.6-3) unstable; urgency=medium

  * Remove obsolete smoke test program for Python 2.
    Closes: bug#945285. Thanks to Matthias Klose for the report.
  * Correct executable mode for smoke test program for Python 3.
  * Tell DebHelper where to insert Sphinx binary dependencies.
  * Specify the package build system does not require root privilege.

 -- Ben Finney <email address hidden>  Tue, 26 Nov 2019 10:15:37 +1100

Upload details

Uploaded by:
Ben Finney
Uploaded to:
Sid
Original maintainer:
Ben Finney
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tinyrpc_0.6-3.dsc 2.2 KiB 6f0d74c84cc18a41e4a735c3edd7770c7f46eaed57ac6d9524e82e0c0976ad7a
python-tinyrpc_0.6.orig.tar.gz 32.5 KiB c8a9b51ec7b388a2fb30a996d4c1634ede4e78c19455d249571c2f4e881194e8
python-tinyrpc_0.6-3.debian.tar.xz 5.6 KiB bfc3603a23d8632301a723f4e66a793a4cc6fae84290fe47646a8640b3bf6bdd

Available diffs

No changes file available.

Binary packages built by this source

python-tinyrpc-doc: No summary available for python-tinyrpc-doc in ubuntu groovy.

No description available for python-tinyrpc-doc in ubuntu groovy.

python3-tinyrpc: small, modular RPC library — Python 3

 ‘tinyrpc’ is a library for making and handling RPC calls in Python.
 .
 Its initial scope is handling JSON-RPC, although it aims to be very
 well-documented and modular to make it easy to add support for
 further protocols.
 .
 A feature is support of multiple transports (or none at all) and
 providing clever syntactic sugar for writing dispatchers.
 .
 This package installs the library for Python 3.