From dbfe51520dbbec12bcb7ac2c4ed1d35c96a337499f8aa318cdc9b196f96c89a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 08:39:52 +0000 Subject: [PATCH] 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 --- python-transitions.changes | 8 ++++++++ python-transitions.spec | 3 ++- transitions-0.7.1.tar.gz | 3 --- transitions-0.7.2.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 transitions-0.7.1.tar.gz create mode 100644 transitions-0.7.2.tar.gz diff --git a/python-transitions.changes b/python-transitions.changes index 2f8e48b..379923d 100644 --- a/python-transitions.changes +++ b/python-transitions.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 10 19:57:29 UTC 2020 - Martin Hauke + +- 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 diff --git a/python-transitions.spec b/python-transitions.spec index bc451bc..2e4c1b2 100644 --- a/python-transitions.spec +++ b/python-transitions.spec @@ -1,6 +1,7 @@ # # spec file for package python-transitions # +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-transitions -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: A lightweight, object-oriented Python state machine implementation License: MIT diff --git a/transitions-0.7.1.tar.gz b/transitions-0.7.1.tar.gz deleted file mode 100644 index bb6621c..0000000 --- a/transitions-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b73015080833b753cbb4a10f51f8234924ddfbdbaf33539fee4e4f3abfff454d -size 1318322 diff --git a/transitions-0.7.2.tar.gz b/transitions-0.7.2.tar.gz new file mode 100644 index 0000000..770cc83 --- /dev/null +++ b/transitions-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5566c9d32e438ee9eb1f046e3ac1a0b2689f32807b47859210162084d4c84ab7 +size 1319409