pyro5 5.14-2ubuntu0.1 source package in Ubuntu

Changelog

pyro5 (5.14-2ubuntu0.1) noble; urgency=medium

  * Ensure fixed version of py3compile/py3clean is used when upgrading
    (LP: #2075337)
  * d/control: Fix missing dh python and sphinx modules during source package
    build by moving dh-python and python3-sphinx to Build-Depends

 -- Dave Jones <email address hidden>  Mon, 12 Aug 2024 22:53:53 +0100

Upload details

Uploaded by:
Dave Jones
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyro5_5.14.orig.tar.gz 422.6 KiB a042615e2ed602f1438f844c69bb46e79a65b33e7141607d1d85fd46259a890f
pyro5_5.14-2ubuntu0.1.debian.tar.xz 6.4 KiB 80e29c210d054cdbd9e94b596fcc9cf18d56869eb773d435a1be88d52951e40f
pyro5_5.14-2ubuntu0.1.dsc 3.1 KiB 83959abb4a9989aa1c98cfeb6701fae786da2460a95255d26ce666bef31f0c75

View changes file

Binary packages built by this source

pyro5-doc: distributed object middleware for Python (RPC)

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python. In a distributed object system, clients send requests to
 distant servers, which owns the remote objects. Pyro simplifies a lot the
 creation of clients and servers, and has among its features:
  - dynamic and static proxies for all remote method invocations,
  - a naming service which keeps record of the location of objects,
  - mobile objects support: clients and servers can pass objects around,
  - exceptions that occur in the remote object is raised on the client too,
  - multithreaded server support to handle multiple requests simultaneously.
 .
 This package contains the documentation files for the pyro5 package.

pyro5-examples: distributed object middleware for Python (RPC)

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python. In a distributed object system, clients send requests to
 distant servers, which owns the remote objects. Pyro simplifies a lot the
 creation of clients and servers, and has among its features:
  - dynamic and static proxies for all remote method invocations,
  - a naming service which keeps record of the location of objects,
  - mobile objects support: clients and servers can pass objects around,
  - exceptions that occur in the remote object is raised on the client too,
  - multithreaded server support to handle multiple requests simultaneously.
 .
 This package contains some examples for the pyro5 package.

python3-pyro5: distributed object middleware for Python (RPC)

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python. In a distributed object system, clients send requests to
 distant servers, which owns the remote objects. Pyro simplifies a lot the
 creation of clients and servers, and has among its features:
  - dynamic and static proxies for all remote method invocations,
  - a naming service which keeps record of the location of objects,
  - mobile objects support: clients and servers can pass objects around,
  - exceptions that occur in the remote object is raised on the client too,
  - multithreaded server support to handle multiple requests simultaneously.
 .
 This package contains the core Pyro5 module for Python 3.x .
 .
 The documentation is available in the pyro5-doc package.
 A lot of examples are available in the pyro5-examples package.