python-mistralclient 1:3.2.0-0ubuntu1 source package in Ubuntu

Changelog

python-mistralclient (1:3.2.0-0ubuntu1) bionic; urgency=medium

  * New upstream release.
  * d/*: wrap-and-sort -bast.
  * d/control: Update Standards-Version to 4.1.2.
  * d/control: Bump debhelper compat to 10.
  * d/control: Align (Build-)Depends with upstream.

 -- Corey Bryant <email address hidden>  Mon, 12 Feb 2018 09:29:18 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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
python-mistralclient_3.2.0.orig.tar.gz 85.5 KiB 63435289ac6bd023b317f57ad1653c38793d9131d244cf929c53b2c7513e683a
python-mistralclient_3.2.0-0ubuntu1.debian.tar.xz 4.6 KiB d49b23742c90c26b4b28295d543a2d693f5ab3495c5086cb7038b01a9efcba3b
python-mistralclient_3.2.0-0ubuntu1.dsc 3.7 KiB a1b66408f2d7146851d65b5e69723679adcf1a3a8355a50e09bdc6f79570e651

View changes file

Binary packages built by this source

python-mistralclient: OpenStack Workflow as a Service client - Python 2.7

 Mistral is a task management service. It is also known as Workflow as a
 Service. Most business processes consist of multiple distinct interconnected
 steps that need to be executed in a particular order in a distributed
 environment. One can describe such process as a set of tasks and task
 relations and upload such description to Mistral so that it takes care of
 state management, correct execution order, task distribution and high
 availability. Mistral also provides flexible task scheduling so that users can
 run a process according to a specified schedule (i.e. every Sunday at 4.00pm)
 instead of running it immediately. Such set of tasks and dependencies between
 them is called a workflow. Independent routes in a workflow (which, in fact,
 is a graph) are called flows and Mistral can execute them in parallel.
 .
 This package provides a cli and a Python 2.7 client module.

python3-mistralclient: OpenStack Workflow as a Service client - Python 3.x

 Mistral is a task management service. It is also known as Workflow as a
 Service. Most business processes consist of multiple distinct interconnected
 steps that need to be executed in a particular order in a distributed
 environment. One can describe such process as a set of tasks and task
 relations and upload such description to Mistral so that it takes care of
 state management, correct execution order, task distribution and high
 availability. Mistral also provides flexible task scheduling so that users can
 run a process according to a specified schedule (i.e. every Sunday at 4.00pm)
 instead of running it immediately. Such set of tasks and dependencies between
 them is called a workflow. Independent routes in a workflow (which, in fact,
 is a graph) are called flows and Mistral can execute them in parallel.
 .
 This package provides a cli and a Python 3.x client module.