15
0

Accepting request 1177699 from home:mcalabkova:branches:devel:languages:python

- update to 0.9.1
  * several bugfixes
  * typing improvements
  * introduces `on_final` callbacks on machines (as well as 
    `NestedState`) and `final` flags for states
  * see the full list in Changelog.md
- Add remove-py2-crumbs.patch to get rid of most py2 remnants
- Add iteritems.patch to clean the rest of six

OBS-URL: https://build.opensuse.org/request/show/1177699
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transitions?expand=0&rev=22
This commit is contained in:
2024-05-31 21:48:03 +00:00
committed by Git OBS Bridge
parent f23172b0be
commit 26202cfd11
6 changed files with 344 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 30 08:25:50 UTC 2024 - Markéta Machová <mmachova@suse.com>
- update to 0.9.1
* several bugfixes
* typing improvements
* introduces `on_final` callbacks on machines (as well as
`NestedState`) and `final` flags for states
* see the full list in Changelog.md
- Add remove-py2-crumbs.patch to get rid of most py2 remnants
- Add iteritems.patch to clean the rest of six
-------------------------------------------------------------------
Fri Jan 12 08:26:55 UTC 2024 - Dirk Müller <dmueller@suse.com>