python-defer 1.0.6-2.1 source package in Ubuntu

Changelog

python-defer (1.0.6-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #937696

 -- Sandro Tosi <email address hidden>  Mon, 14 Oct 2019 20:39:14 -0400

Upload details

Uploaded by:
Sebastian Heinlein
Uploaded to:
Sid
Original maintainer:
Sebastian Heinlein
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-defer_1.0.6-2.1.dsc 1.9 KiB 9fd34d745179f1e1a5d7e79b8c6d9a42677945ac2f656adae1c414e32360d83a
python-defer_1.0.6.orig.tar.gz 19.4 KiB dbaaeab7ef9c1ece7f9df082ffe6bbcfb42e6b94b1d0219e9958f339b530325c
python-defer_1.0.6-2.1.debian.tar.xz 3.0 KiB 4c8de825cfd2f41f6912df96f19d2316035c8ee8092214d052cc24d3cd52ad4f

No changes file available.

Binary packages built by this source

python3-defer: Small framework for asynchronous programming (Python 3)

 The defer module provides an easy way to write asynchrouns Python 3 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.