rpyc 5.2.3-1 source package in Ubuntu

Changelog

rpyc (5.2.3-1) unstable; urgency=medium

  * New upstream version 5.2.3
  * Revert "Drop rpy_classic and rpyc_registry executables"
  * Bump Standards-Version to 4.6.1

 -- Timo Röhling <email address hidden>  Fri, 05 Aug 2022 19:59:21 +0200

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
rpyc_5.2.3-1.dsc 2.1 KiB 161561dece9d23f9f5c4e6c5c5761d8355aebea82a0b73f8f79c53618cfe8bc8
rpyc_5.2.3.orig.tar.gz 1.2 MiB b93f4cd81a2e592d57fbc6e1673a4bf9c84e6fb1fe0b5f92bef9c57727998a32
rpyc_5.2.3-1.debian.tar.xz 6.7 KiB 1de958fb208fe56a5f3296523e1f37e5dc3ffe8bcac30a1bd2a44a605470b578

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.