python-automaton 1.14.0-0ubuntu2 source package in Ubuntu

Changelog

python-automaton (1.14.0-0ubuntu2) eoan; urgency=medium

  * Drop python2 support.

 -- Steve Langasek <email address hidden>  Wed, 11 Sep 2019 20:51:47 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-automaton_1.14.0.orig.tar.gz 29.7 KiB 7c2e9e784ecab01cb00909f86c88e4e9de74d95adc28cd6beb9586b6ad93ddc4
python-automaton_1.14.0-0ubuntu2.debian.tar.xz 3.5 KiB 4feda8a121c550cada58074bb9e69820a4ee92c6a2836f4093dbecb7fe63b96d
python-automaton_1.14.0-0ubuntu2.dsc 2.7 KiB 5a1de6fdab999205a9e0db8d5e311775922dce4bd6d7a54e7f07b5a6d09ec1ff

View changes file

Binary packages built by this source

python-automaton-doc: 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 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.