forked from pool/python-transitions
Accepting request 791102 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/791102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-transitions?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 06:23:04 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e7d213ce04114e4b1f861986282294b494c5a7d0448faa28849ec84298862bf
|
||||
size 1120119
|
||||
3
transitions-0.8.1.tar.gz
Normal file
3
transitions-0.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b8cf2078ed189ffbb0f29421798d7a63ff0d7823682a0d69c01bd8240363cac
|
||||
size 1135124
|
||||
Reference in New Issue
Block a user