python-automaton 1.13.1-0ubuntu1 source package in Ubuntu

Changelog

python-automaton (1.13.1-0ubuntu1) bionic; urgency=medium

  * New upstream release.
  * d/control: Align (Build-)Depends with upstream.
  * d/control: Update Standards-Version to 4.1.2.

 -- Corey Bryant <email address hidden>  Fri, 08 Dec 2017 08:49:55 -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-automaton_1.13.1.orig.tar.gz 28.8 KiB fe463780f44661fb2f1d8b903eaba8dc8c2e8b62a6da7430cb8d9ea65dcd5707
python-automaton_1.13.1-0ubuntu1.debian.tar.xz 3.5 KiB 8bf8f7bc71482219b0751ed90679287c3bff8f0ab5534f19750fc9bc4734ceb1
python-automaton_1.13.1-0ubuntu1.dsc 3.0 KiB e789121c1fc0dd2e34e0e60917b734af4dfdd23c573559ae72f42be562c79de1

Available diffs

View changes file

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.