python-futurist 2.1.0-0ubuntu1 source package in Ubuntu

Changelog

python-futurist (2.1.0-0ubuntu1) focal; urgency=medium

  * New upstream release for OpenStack Ussuri.
  * d/control: Drop (Build-)Depends on prettytable.

 -- James Page <email address hidden>  Thu, 26 Mar 2020 16:16:02 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-futurist_2.1.0.orig.tar.gz 36.5 KiB bfde577bac553a09ffa63d56b8c8b45472869ddce7f61ae0a01ab7fca1b8e719
python-futurist_2.1.0-0ubuntu1.debian.tar.xz 3.4 KiB b976a2030612fcd0321d68bb5e022c5aa6c9828d04a916682712ee7eebdc9e0e
python-futurist_2.1.0-0ubuntu1.dsc 2.5 KiB 5bcac05733d7c29b1859d18005b0e649177d3307e5ce3d70d6edee79e0c6e786

Available diffs

View changes file

Binary packages built by this source

python-futurist-doc: useful additions to futures, from the future - doc

 Code from the future, delivered to you in the now. For example:
  * A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It
    provides a standard executor API/interface and it also gathers execution
    statistics.
  * A futurist.ProcessPoolExecutor derivative that gathers execution
    statistics.
  * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the
    same executor API/interface and it also gathers execution statistics.
  * A futurist.ThreadPoolExecutor derivative that gathers execution statistics.
  * A futurist.periodics.PeriodicWorker that can use the previously mentioned
    executors to run asynchronous work periodically in parallel or
    synchronously.
  * etc.
 .
 This package contains the documentation.

python3-futurist: useful additions to futures, from the future - Python 3.x

 Code from the future, delivered to you in the now. For example:
  * A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It
    provides a standard executor API/interface and it also gathers execution
    statistics.
  * A futurist.ProcessPoolExecutor derivative that gathers execution
    statistics.
  * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the
    same executor API/interface and it also gathers execution statistics.
  * A futurist.ThreadPoolExecutor derivative that gathers execution statistics.
  * A futurist.periodics.PeriodicWorker that can use the previously mentioned
    executors to run asynchronous work periodically in parallel or
    synchronously.
  * etc.
 .
 This package contains the Python 3.x module.