python-defer 1.0.6-ok1 source package in openKylin

Changelog

python-defer (1.0.6-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Sebastian Heinlein (devel)
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python

Downloads

File Size SHA-256 Checksum
python-defer_1.0.6.orig.tar.gz 19.4 KiB dbaaeab7ef9c1ece7f9df082ffe6bbcfb42e6b94b1d0219e9958f339b530325c
python-defer_1.0.6-ok1.debian.tar.xz 2.6 KiB 69de1884448675b04b2f18085c138fcacb6424292b5d7513ccf19ec9fbb91c68
python-defer_1.0.6-ok1.dsc 1.7 KiB 4826e0fdff3095769bc107203aa77ff4597d7398e8018a79fca9e60309b5ad2f

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.