14
0

- Update to 22.10.0

* Fix _test_visualize.py twisted import errors
  * Fix #17: Allow enter to have a default
  * Use CodeType.replace() in copycode for Python > 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=14
This commit is contained in:
2023-01-10 16:20:02 +00:00
committed by Git OBS Bridge
parent fbaad4816e
commit d6333907c7
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 10 11:21:35 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 22.10.0
* Fix _test_visualize.py twisted import errors
* Fix #17: Allow enter to have a default
* Use CodeType.replace() in copycode for Python > 3.8
-------------------------------------------------------------------
Thu Dec 9 17:40:44 UTC 2021 - Ben Greiner <code@bnavigator.de>