14
0
Commit Graph

5 Commits

Author SHA256 Message Date
6c39a55c16 - Update to version 0.8.0:
* Retrieve the version from the installed distribution.
  * Add support for Python 3.8
  * Remove support for 3.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=9
2019-11-25 03:42:27 +00:00
Tomáš Chvátal
fa0c7e5bcb - Add mulitbuild to make sure we do not cycle
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=7
2019-03-07 09:14:52 +00:00
Tomáš Chvátal
25317578b3 - Update to version 0.7.0:
* test updates
  * pep fixes
- Run tests
- update to version v0.6.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=6
2019-03-05 12:04:20 +00:00
533af116d0 Accepting request 507966 from home:tbechtold:branches:devel:languages:python
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

OBS-URL: https://build.opensuse.org/request/show/507966
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=2
2017-07-04 05:35:25 +00:00
eed6aa73fe Accepting request 453051 from home:termim:branches:devel:languages:python
Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).

OBS-URL: https://build.opensuse.org/request/show/453051
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=1
2017-01-31 14:45:58 +00:00