vine 1.1.4+dfsg-1 source package in Ubuntu

Changelog

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

  * Fix "please make the build reproducible" included patch Reproducible-build 
    provided by bug submitter (Closes: #858926)
  * Add new signing key https://github.com/celery/kombu/issues/773 
  * New upstream release (1.1.4) 
  * Use secure uri in debian/watch
  * Force use of python3-sphinx by build conflicting on python-sphinx
  * Update Standards-Version from 3.9.8 to 4.1.1 (no change required)

 -- Christopher Hoskin <email address hidden>  Fri, 27 Oct 2017 20:19:52 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vine_1.1.4+dfsg-1.dsc 2.3 KiB f9a79ec822b13c626fc04707be54406476e3bde3137ca6d4f450249a293b2f2a
vine_1.1.4+dfsg.orig.tar.gz 46.2 KiB b8bad72b2dadcf18567fd1814aff8cab0a04481b54f680b29132d58f7854223f
vine_1.1.4+dfsg-1.debian.tar.xz 12.8 KiB 26192493323908d9de04375f0cbf9a64928261fbe518aae52f88474f5e25c12d

Available diffs

No changes file available.

Binary packages built by this source

python-vine: Python promises (Python 2 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 2 version of the library.

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.