vine 5.1.0+dfsg-1 source package in Ubuntu

Changelog

vine (5.1.0+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Cherry-pick from upstream:
    - tests: Replace deprecated setup method.

 -- Colin Watson <email address hidden>  Tue, 30 Apr 2024 17:39:53 +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 main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vine_5.1.0+dfsg-1.dsc 2.2 KiB 4c8db859371c8f2716cdcfe88a94939503db1626a4b18eadfebe26a528d04609
vine_5.1.0+dfsg.orig.tar.gz 50.0 KiB b9aca0e7c02276b5f59359c86984b43068bc5fb80a15b335cd129baafed971c8
vine_5.1.0+dfsg-1.debian.tar.xz 11.5 KiB d7b5b67b10afbc0a97dc80c669f224bbc067703f966fa877b946c158915628f5

Available diffs

No changes file available.

Binary packages built by this source

python-vine-doc: vine Python promises documentation

 A Python implementation of the promise pattern for asynchronous programming.
 .
 This is a special implementation of promises in that it can be used both for
 "promise of a value" and lazy evaluation. The biggest upside for this is that
 everything in a promise can also be a promise, e.g. filters, callbacks and
 errbacks can all be promises.
 .
 This is the documentation package.

python3-vine: Python promises (Python 3 version)

 A Python implementation of the promise pattern for asynchronous programming.
 .
 This is a special implementation of promises in that it can be used both for
 "promise of a value" and lazy evaluation. The biggest upside for this is that
 everything in a promise can also be a promise, e.g. filters, callbacks and
 errbacks can all be promises.
 .
 This package contains the Python 3 version of the library.