15
0

Accepting request 915808 from home:mnhauke:network:automation

- Update to version 0.8.9
  Bugfix
  * NestedEvent now wraps the machine's scope into partials passed
    to HierarchicalMachine._process. This prevents queued
    transitions from losing their scope.
  Feature
  * (A)Graph.draw function (object returned by
    GraphMachine.get_graph()) can be passed a file/stream object
    as first parameter or None. The later will result in draw
    returning a binary string. (thanks @Blindfreddy).
  * Use id(model) instead of model for machine-bound caches in
    LockedMachine, AsyncMachine and GraphMachine. This might
    influence pickling.

OBS-URL: https://build.opensuse.org/request/show/915808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transitions?expand=0&rev=17
This commit is contained in:
2021-10-16 09:38:54 +00:00
committed by Git OBS Bridge
parent fc1468e6ac
commit c01b593ba2
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Sep 2 15:58:41 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.8.9
Bugfix
* NestedEvent now wraps the machine's scope into partials passed
to HierarchicalMachine._process. This prevents queued
transitions from losing their scope.
Feature
* (A)Graph.draw function (object returned by
GraphMachine.get_graph()) can be passed a file/stream object
as first parameter or None. The later will result in draw
returning a binary string. (thanks @Blindfreddy).
* Use id(model) instead of model for machine-bound caches in
LockedMachine, AsyncMachine and GraphMachine. This might
influence pickling.
-------------------------------------------------------------------
Wed Apr 7 16:32:09 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-transitions
Version: 0.8.8
Version: 0.8.9
Release: 0
Summary: A lightweight, object-oriented Python state machine implementation
License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7a86b31a161a76133f189b3ae9dad2755a80ea4c1e0eee1805648d021fb677d
size 1148802

3
transitions-0.8.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc2ec6d6b6f986cd7e28e119eeb9ba1c9cc51ab4fbbdb7f2dedad01983fd2de0
size 1150707