python-futurist 2.4.1-3 source package in Ubuntu

Changelog

python-futurist (2.4.1-3) unstable; urgency=medium

  * Cleans better (Closes: #1047361).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 11:45:01 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main misc
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-futurist_2.4.1-3.dsc 2.4 KiB fb2d4f3738e50345041e731d113a7d01266d1d53076dcd5f702204ea28955db0
python-futurist_2.4.1.orig.tar.xz 31.3 KiB a3682d110c723d97f31c42658b77ae9fc1e1efa9fae1a67ceee77bdfc74c5d5b
python-futurist_2.4.1-3.debian.tar.xz 3.7 KiB a50085e4f15ab7bae585e62bea9dae05c3ad8ba6b807d0649a1501e9538963b8

Available diffs

No changes file available.

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.