python-futurist 1.1.0-0ubuntu1 source package in Ubuntu

Changelog

python-futurist (1.1.0-0ubuntu1) artful; urgency=medium

  * d/watch: Use tarballs.openstack.org.
  * New upstream release.
  * Align (Build-)Depends with upstream milestone.
  * Add missing BD on prettytable.

 -- James Page <email address hidden>  Fri, 21 Apr 2017 10:00:36 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-futurist_1.1.0.orig.tar.gz 39.2 KiB 6587fb52f9bb91ba3b65d2efd99ccf57e05fcce35dd849f32268c727e67ec554
python-futurist_1.1.0-0ubuntu1.debian.tar.xz 3.7 KiB 6609b1b6267648a3952323907f75b58f8eab48f99d0c40ba2bb1671a0ddc60a5
python-futurist_1.1.0-0ubuntu1.dsc 2.9 KiB 6db0f7dbbb27ea60e35751b59c59e2699d2cb0f732a54f4c6f7ec042475f0f63

View changes file

Binary packages built by this source

python-futurist: No summary available for python-futurist in ubuntu artful.

No description available for python-futurist in ubuntu artful.

python-futurist-doc: No summary available for python-futurist-doc in ubuntu artful.

No description available for python-futurist-doc in ubuntu artful.

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.