python-defer 1.0.6-2.1ubuntu1 source package in Ubuntu

Changelog

python-defer (1.0.6-2.1ubuntu1) jammy; urgency=medium

  * Run 2to3
  * use Callable in collections.abc instead of collections (LP: #1951993)
  * use raw docstring for docstring with backslash in it

 -- Julian Andres Klode <email address hidden>  Wed, 24 Nov 2021 18:13:29 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python
Noble release main python
Mantic release main python
Lunar release main python
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-defer_1.0.6.orig.tar.gz 19.4 KiB dbaaeab7ef9c1ece7f9df082ffe6bbcfb42e6b94b1d0219e9958f339b530325c
python-defer_1.0.6-2.1ubuntu1.debian.tar.xz 4.0 KiB edf38fc162a7bf59facc5ddec9a48267f17ef3e556709dec4ebbf7dc12a18382
python-defer_1.0.6-2.1ubuntu1.dsc 2.0 KiB b7fcb8909b6c3b022ac69233469a48e4cf02d8639859a4582cb16c39c571414f

View changes file

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.