* Hypothesis >= 6.89.0 made some internal changes which broke
our `from_grammar()`. This patch restores compatibility, and
requires the new Hypothesis.
- Update to version 0.2.3
* Use importlib.resources to load the Python grammar (zip-safe)
* Drop support for Python 3.6, add 3.10 and 3.11 to CI
Fixed rare internal error when from_node() generated misplaced except: clauses
* Fix internal error in `from_grammar("single_input")
* Emit more debug info to diagnose a compile() issue in CPython
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=20
- Update to version 0.2.1 - 2022-11-25
* Use the lark package on PyPI, for Lark version 1.0+ (requires recent Hypothesis)
* Use updated Python grammar for from_grammar(), thanks to Lark updates
* Drop support for Python 3.6, add 3.10 and 3.11 to CI
- Update to 0.2.0 - 2021-11-27
More efficient generation of Python identifiers
Workaround for CPython parser bug in 3.9.8 (#16) Yes, yet another one - still, that's why hypothesmith exists...
- Update to 0.1.9 - 2021-08-19
Fixed rare internal error when from_node() generated misplaced except: clauses
OBS-URL: https://build.opensuse.org/request/show/1040481
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=11