rpyc 6.0.0-1 source package in Ubuntu

Changelog

rpyc (6.0.0-1) unstable; urgency=medium

  * New upstream version 6.0.0
  * Refresh patches (no functional changes)
  * Reformat d/control
  * Drop nose2 as test framework
  * Bump Standards-Version to 4.7.0

 -- Timo Röhling <email address hidden>  Wed, 17 Apr 2024 15:06:23 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rpyc_6.0.0-1.dsc 2.7 KiB 6ef7bb009b8d0cc89d80cd84a4ee7fcac53adc3fc84506d329ce89d65b87e0bc
rpyc_6.0.0.orig.tar.gz 1.2 MiB d72b7dcb17e625bc02de142bb067657f988dbadba67840e7f205dd272a9ec535
rpyc_6.0.0-1.debian.tar.xz 6.7 KiB ae7299a5712139e179d1e471d5ff16de4f0d112099e721dd113ac91f5e88ffd8

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.