python-automaton 0.7.0-1 source package in Ubuntu

Changelog

python-automaton (0.7.0-1) experimental; urgency=medium

  * New upstream release.
  * d/control: Align dependencies with upstream.
  * d/gbp.conf: Update debian-branch to debian/liberty.
  * d/control: Update uploaders.

 -- Corey Bryant <email address hidden>  Thu, 01 Oct 2015 16:50:00 -0400

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Experimental
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-automaton_0.7.0-1.dsc 2.7 KiB 91491f50838afa2f1cca62720cab7ef161d9dff181977b7254982b7e4fe2e93f
python-automaton_0.7.0.orig.tar.xz 18.7 KiB 5de872af73212ee5db58595d1c51538c05ba1284c73c46b2558958a2387281bf
python-automaton_0.7.0-1.debian.tar.xz 3.1 KiB c46a4188a79d73e7d494bf18d9e35e9f960ad5fc38aa701551115e6ea965901e

Available diffs

No changes file available.

Binary packages built by this source

python-automaton: friendly state machines - Python 2.7

 Automaton is a friendly state machines for Python. This state machine can be
 used to automatically run a given set of transitions and states in response to
 events (either from callbacks or from generator/iterator send() values, see
 PEP 342). On each triggered event, a on_enter and on_exit callback can also be
 provided which will be called to perform some type of action on leaving a
 prior state and before entering a new state.
 .
 This package contains the Python 2.7 module.

python-automaton-doc: friendly state machines - doc

 Automaton is a friendly state machines for Python. This state machine can be
 used to automatically run a given set of transitions and states in response to
 events (either from callbacks or from generator/iterator send() values, see
 PEP 342). On each triggered event, a on_enter and on_exit callback can also be
 provided which will be called to perform some type of action on leaving a
 prior state and before entering a new state.
 .
 This package contains the documentation.

python3-automaton: friendly state machines - Python 3.x

 Automaton is a friendly state machines for Python. This state machine can be
 used to automatically run a given set of transitions and states in response to
 events (either from callbacks or from generator/iterator send() values, see
 PEP 342). On each triggered event, a on_enter and on_exit callback can also be
 provided which will be called to perform some type of action on leaving a
 prior state and before entering a new state.
 .
 This package contains the Python 3.x module.