15
0

Accepting request 791100 from home:mnhauke:network:automation

- Update to versino 0.8.1
  * Feature: Introduced experimental HierarchicalAsync(Graph)Machine
  * Feature #405: Support for nested Enums in HierarchicalMachine
  * Bugfix #400: Fix style initialization when initial state is an Enum
  * Bugfix #403: AsyncMachine.dispatch now returns a boolean asexpected
  * Bugfix #413: Improve diagram output for HierarchicalMachine
  * Increased coverage
  * Introduced xdist for parallel testing with pytest

OBS-URL: https://build.opensuse.org/request/show/791100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transitions?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2020-04-03 06:50:01 +00:00
committed by Git OBS Bridge
parent 51fe992611
commit 6cf6c35613
4 changed files with 18 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-transitions
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: A lightweight, object-oriented Python state machine implementation
License: MIT
@@ -52,6 +52,8 @@ implement FSMs (finite state machines) in python.
%prep
%setup -q -n transitions-%{version}
find . -type f -exec chmod -x {} \;
sed -i 's/\r$//' LICENSE Changelog.md README.md
%build
%python_build