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

Changelog

python-mistralclient (1:5.2.0-0ubuntu1) noble; urgency=medium

  [ Corey Bryant ]
  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
    caracal.

  [ James Page ]
  * New upstream release for OpenStack Caracal.

 -- James Page <email address hidden>  Fri, 08 Mar 2024 14:51:43 +0000

Upload details

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

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mistralclient_5.2.0.orig.tar.gz 105.8 KiB fe2b2add1057e6bb9f3efddcfa700d9bf1a9b35d06e194ba4ce0747d693abae1
python-mistralclient_5.2.0-0ubuntu1.debian.tar.xz 4.8 KiB ad89c333050343f4e60afd3265ef57d75ca07472c16102eab367538fad8c3137
python-mistralclient_5.2.0-0ubuntu1.dsc 3.0 KiB 843a9eece6b4ad7b03426f719ab03c01a9632106cc8672c8971d5604045f5958

View changes file

Binary packages built by this source

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.