pyro4 4.76-1 source package in Ubuntu

Changelog

pyro4 (4.76-1) unstable; urgency=medium

  * New upstream release.
  * Add new self-testing requirements as build dependencies.
  * Skip networked tests.
  * Remove python2-pyro4 package (closes: #937526).
  * Update Python packaging bits.
  * Update watch file.
  * Update Standards-Version to 4.4.0 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 08 Sep 2019 10:26:28 +0000

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyro4_4.76-1.dsc 2.1 KiB c7374b687844fc4832da735887a046fa377a0f08d138bce869f881f21d5cb3cc
pyro4_4.76.orig.tar.gz 468.6 KiB b038f61ffe5d3ef5fb9433d9524b4165cd537aebca4db4fbdf399be9d96eea71
pyro4_4.76-1.debian.tar.xz 5.6 KiB 72ebe0b88e992b0732159defa8220d13788107d3a8cdb65d8028959d4403d4d2

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.