15
0

Accepting request 762909 from home:mnhauke:network:automation

- Update to version 0.7.2
  * Fix transitions for enums with str behavior
  * Don't mask away KeyError when executing a transition
  * Add support for dynamic model state attribute

OBS-URL: https://build.opensuse.org/request/show/762909
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transitions?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-01-13 08:39:52 +00:00
committed by Git OBS Bridge
parent 002bfdff86
commit dbfe51520d
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 10 19:57:29 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.7.2
* Fix transitions for enums with str behavior
* Don't mask away KeyError when executing a transition
* Add support for dynamic model state attribute
-------------------------------------------------------------------
Mon Sep 30 18:47:43 UTC 2019 - Martin Hauke <mardnh@gmx.de>