From 6cf6c35613765a29d2f16bbe14b6985a2e70caec636ad90e7a98690234b40539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 3 Apr 2020 06:50:01 +0000 Subject: [PATCH] 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 --- python-transitions.changes | 12 ++++++++++++ python-transitions.spec | 4 +++- transitions-0.8.0.tar.gz | 3 --- transitions-0.8.1.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 transitions-0.8.0.tar.gz create mode 100644 transitions-0.8.1.tar.gz 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