forked from pool/python-transitions
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:
committed by
Git OBS Bridge
parent
002bfdff86
commit
dbfe51520d
@@ -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>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-transitions
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b73015080833b753cbb4a10f51f8234924ddfbdbaf33539fee4e4f3abfff454d
|
||||
size 1318322
|
||||
3
transitions-0.7.2.tar.gz
Normal file
3
transitions-0.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5566c9d32e438ee9eb1f046e3ac1a0b2689f32807b47859210162084d4c84ab7
|
||||
size 1319409
|
||||
Reference in New Issue
Block a user