vine 5.0.0+dfsg-3 source package in Ubuntu

Changelog

vine (5.0.0+dfsg-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 16 Nov 2022 10:29:12 +0000

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
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vine_5.0.0+dfsg-3.dsc 2.1 KiB accf5f14d6dfffd8f2693fdfe13951fb2cff7a5939979dca1bdf31e4cf272e66
vine_5.0.0+dfsg.orig.tar.xz 43.3 KiB ae8ae473dda4db600fd07ef06cb96faabcdf166c4057a694c19d91cde9ac130a
vine_5.0.0+dfsg-3.debian.tar.xz 11.0 KiB 83fc9872cd5a074884ee16a93477ab0aa96a59489d621dc22a56902ee027a6c1

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.