diff --git a/python-transitions.changes b/python-transitions.changes index ff9313f..c546880 100644 --- a/python-transitions.changes +++ b/python-transitions.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Apr 3 06:23:04 UTC 2020 - Martin Hauke + +- 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 diff --git a/python-transitions.spec b/python-transitions.spec index cd8a5b6..adf7ecd 100644 --- a/python-transitions.spec +++ b/python-transitions.spec @@ -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 diff --git a/transitions-0.8.0.tar.gz b/transitions-0.8.0.tar.gz deleted file mode 100644 index 701ac2d..0000000 --- a/transitions-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7d213ce04114e4b1f861986282294b494c5a7d0448faa28849ec84298862bf -size 1120119 diff --git a/transitions-0.8.1.tar.gz b/transitions-0.8.1.tar.gz new file mode 100644 index 0000000..d24230b --- /dev/null +++ b/transitions-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8cf2078ed189ffbb0f29421798d7a63ff0d7823682a0d69c01bd8240363cac +size 1135124