rpyc 5.0.1-2 source package in Ubuntu

Changelog

rpyc (5.0.1-2) unstable; urgency=medium

  * Merge changelog entries from older versions which have been
    removed from Debian before
  * Fix test suite (Closes: #908941)

 -- Timo Röhling <email address hidden>  Sun, 13 Feb 2022 22:01:04 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rpyc_5.0.1-2.dsc 2.0 KiB e8a2c916fcceb4a53d5d3bf7895b6fb4cbbb3a8c066fe56c1456aae71141d4c8
rpyc_5.0.1.orig.tar.gz 1.2 MiB 581f14e49781242c34b55f989bec24dd386ff0d5d445b8d972c7e52bd3219112
rpyc_5.0.1-2.debian.tar.xz 6.3 KiB 098d7bc1ea93093992429c406e93b7c9264d383175430a7fea4607392625d399

Available diffs

No changes file available.

Binary packages built by this source

python3-rpyc: Python 3 library for remote procedure calls

 RPyC (pronounced as are-pie-see), or Remote Python Call, is a transparent
 Python library for symmetrical remote procedure calls, clustering and
 distributed-computing. RPyC makes use of object-proxying, a technique that
 employs Python’s dynamic nature, to overcome the physical boundaries between
 processes and computers, so that remote objects can be manipulated as if they
 were local.

python3-rpyc-doc: Python 3 library for remote procedure calls (documentation)

 RPyC (pronounced as are-pie-see), or Remote Python Call, is a transparent
 Python library for symmetrical remote procedure calls, clustering and
 distributed-computing. RPyC makes use of object-proxying, a technique that
 employs Python’s dynamic nature, to overcome the physical boundaries between
 processes and computers, so that remote objects can be manipulated as if they
 were local.
 .
 This package provides the documentation.