python-promise 2.3.0-3 source package in Ubuntu

Changelog

python-promise (2.3.0-3) unstable; urgency=medium

  * [f12d353] Rebuild patch queue from patch-queue branch
    Added patch:
    Convert-asyncio.coroutine-to-async-def.patch
    Removed patch (melt into added patch):
    Solve-DeprecationWarning-coroutine-decorator.patch
    (Closes: #1026616)
  * [882dee1] d/control: Update Standards-Version to 4.6.2
  * [c75464f] d/control: Update build deps, set BuildProfileSpecs
  * [e93350e] d/rules: Drop option --with within default target
  * [52a446e] d/copyright: Update year data

 -- Carsten Schoenert <email address hidden>  Tue, 20 Dec 2022 21:36:37 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-promise_2.3.0-3.dsc 2.3 KiB 92a2810fd2c6412bd335acf6413900393c620094315c8c44377766c2d98b6cf6
python-promise_2.3.0.orig.tar.gz 27.5 KiB d9017f2b949a49fdf65a1ee1f54ff4cb08181ea19ea2c1034cd13c767cfdddf8
python-promise_2.3.0-3.debian.tar.xz 5.5 KiB d5a154bda5348f95d7f0280dabb19cfaa856b33a90d29a8d9822a7c84efbab9c

Available diffs

No changes file available.

Binary packages built by this source

python3-promise: Implementation of Promises in Python (Python3 version)

 It is a super set of Promises/A+ designed to have readable, performant code
 and to provide just the extensions that are absolutely necessary for using
 promises in Python.
 Its fully compatible with the Promises/A+ spec.
 .
 This package contains the Python 3 version of the library.