pyro4 4.82-2 source package in Ubuntu

Changelog

pyro4 (4.82-2) unstable; urgency=medium

  [ Bo Yu <email address hidden> ]
  * Add patch to fix FTBFS on Python 3.11 (closes: #1026628).

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Mon, 02 Jan 2023 21:48:48 +0100

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyro4_4.82-2.dsc 2.1 KiB ea75d63bea6642f6da0ae8bd44336c25e4ae7c4af10b4dbf66282ce56fca08b9
pyro4_4.82.orig.tar.gz 494.0 KiB f9cff0a836bc20732381bd341d656fdcd8b397f6936b66dddee27d2339e80c6b
pyro4_4.82-2.debian.tar.xz 6.5 KiB 11a431d86583dcb50659e494178dbd98287fe9698e7e3d5408bff98e79d791a8

Available diffs

No changes file available.

Binary packages built by this source

pyro4: 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 metapackage depends on the on the Python variant the user needs.
 .
 The documentation is available in the pyro4-doc package.
 A lot of examples are available in the pyro4-examples package.

pyro4-doc: distributed object middleware for Python (RPC), documentation

 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python.
 .
 This package contains the documentation files for the pyro4 package.

pyro4-examples: distributed object middleware for Python (RPC), examples

 Pyro4 (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python.
 .
 This package contains some examples for the pyro4 package.

python3-pyro4: distributed object middleware for Python (RPC), Python3 modules

 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 Pyro4 module for Python 3.x .
 .
 The documentation is available in the pyro4-doc package.
 A lot of examples are available in the pyro4-examples package.