python-defer 1.0.2-0ubuntu3 source package in Ubuntu

Changelog

python-defer (1.0.2-0ubuntu3) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:09:30 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-defer_1.0.2.orig.tar.gz 19.0 KiB d65afaab52b1aae7af66c00d46bcd770f0009f96b5be0f0c8e2ebf5159419cdc
python-defer_1.0.2-0ubuntu3.debian.tar.gz 2.6 KiB 1b5e69693e67caf954c5244339ef106cf7c223a6ee297ad5f945a1ac458f7f8d
python-defer_1.0.2-0ubuntu3.dsc 1.2 KiB 383a2b1647e9372122e74f9064ed48ad97461167cad209a71d45453556ace6b9

Available diffs

View changes file

Binary packages built by this source

python-defer: Small framework for asynchronous programming

 The defer module provides an easy way to write asynchrouns Python programs.
 It is greatly inspired by Twisted's defer, but hasn't got any external
 dependencies.
 .
 Furthermore it features decorators to write asynchronous D-Bus servers and
 clients.
 .
 At first defer was part of aptdaemon, but moved to a separate project in
 August of 2010.