python-gear 0.5.8-5 source package in Ubuntu

Changelog

python-gear (0.5.8-5) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol

  [ Thomas Goirand ]
  * Switched to debhelper 11.
  * Removed Python 2 support.

 -- Thomas Goirand <email address hidden>  Tue, 16 Jul 2019 14:32:22 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gear_0.5.8-5.dsc 2.4 KiB c70d0d6b949f6b8d344d883a5745cce85fd88ab0ddc01b642006982bac784081
python-gear_0.5.8.orig.tar.xz 33.1 KiB a9870b8ab758e24dc6ecd8898b82fbf1ef7b1e4a6dd89db698401723eedc1915
python-gear_0.5.8-5.debian.tar.xz 3.6 KiB 852ebc31f78aa915c7be11e0024fd79d8dca7d80fa87afa45fb26d19ab42e39e

Available diffs

No changes file available.

Binary packages built by this source

python3-gear: Pure Python Async Gear Protocol Library - Python 3.x

 python-gear is a pure-Python asynchronous library to interface with Gearman.
 .
 It provides interfaces to build a client or worker, and access to the
 administrative protocol. The design approach is to keep it simple, with a
 relatively thin abstration of the Gearman protocol itself. It should be easy
 to use to build a client or worker that operates either synchronously or
 asynchronously.
 .
 The module also provides a simple Gearman server for use as a convenience in
 unit tests. The server is not designed for production use under load.
 .
 Installing the suggested python-statsd package would add support for reporting
 to statsd a frontend to Graphite a stats collection and graphing server.
 .
 This package contains the Python 3.x module.