Changelog for
python310-Automat-22.10.0-3.1.noarch.rpm :
* Tue Jan 10 2023 Daniel Garcia
- 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 09 2021 Ben Greiner - Don\'t buildrequire unmaintained m2r
* Tue Feb 18 2020 Ondřej Súkup - update to 20.2.0
* Fix attrs warnings
* Mon Nov 25 2019 Steve Kowalik - Update to version 0.8.0:
* Retrieve the version from the installed distribution.
* Add support for Python 3.8
* Remove support for 3.4
* Thu Mar 07 2019 Tomáš Chvátal - Add mulitbuild to make sure we do not cycle
* Tue Mar 05 2019 Tomáš Chvátal - Update to version 0.7.0:
* test updates
* pep fixes- Run tests
* Tue Jul 04 2017 tbechtoldAATTsuse.com- update to version v0.6.0
* use version-specific travis environments
* tox/travis: enable tests on py3.5
* add a comment: this check doesn\'t catch non-None returns
* improve function-is-empty test to work on py3.6 too
* add more metadata to setup
* graphviz() -> asDigraph()
* Use inspect.getfullargspec on Py3 to avoid deprecation warnings with inspect.getargspec
* add tracing API, with docs
* Conform author metadata to `distutils.core` API
* tracer can return a callable to see Output invocations
* Make hashable classes frozen for attrs 17.1.0 (fixes #62).
* Assert that \'input\' function bodies are empty, to avoid surprises.
* reject duplicate transitions (same starting state and input)
* tox/travis: enable tests on py3.6
* improve tests: more cases, make pyflakes-clean
* sigh, add more code to attain full test coverage
* make setTrace a private API, document cautions about its use
* cover the specimen functions in tests, remove ordify()
* cleanup: s/assert_no_code/assertNoCode/- convert to singlespec- fix Source url
* Tue Jan 24 2017 termimAATTgmail.com- Initial check in version 0.4.0