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

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 3 06:23:04 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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
-------------------------------------------------------------------
Wed Mar 25 14:51:54 UTC 2020 - pgajdos@suse.com