python-hypothesmith/python-hypothesmith.changes

56 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Sat Nov 14 05:23:01 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.1.6
* Improved error messages from internal compiler errors again
* Bumped Hypothesis requirement to version 5.39 or later
- from v0.1.5
* Emit additional debug info when Python fails to compile a string
-------------------------------------------------------------------
Wed Aug 19 15:46:37 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 0.1.4
* Improve handling of identifiers
* Fix internal error in `from_grammar("single_input")
- do not install myself on multibuild test flavor
-------------------------------------------------------------------
Sat Aug 8 18:44:29 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Use github repository download for LICENSE, CHANGELOG.md (needed
by tests) and test directory gh#Zac-HD/hypothesmith#5
- run tests in multibuild flavor, they are quite time-consuming and
the test requirements create dependency loops
- filter empty types file python-hypothesmith-rpmlintrc
-------------------------------------------------------------------
Thu Aug 6 13:31:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 0.1.3
* Update to latest versions of LibCST and Hypothesis, for Python
3.9 support
- 0.1.2 - 2020-05-17
* Emit more debug info to diagnose a compile() issue in CPython
nightly
- 0.1.1 - 2020-05-17
* Emit some debug info to help diagnose a possible upstream bug
in CPython nightly
- 0.1.0 - 2020-04-24
* Added auto_target=True argument to the from_node() strategy.
* Improved from_node() generation of comments and trailing
whitespace.
- 0.0.8 - 2020-04-23
* Added a from_node() strategy which uses LibCST to generate
source code. This is a proof-of-concept rather than a robust
tool, but IMO it's a pretty cool concept.
- 0.0.7 - 2020-04-19
* The from_grammar() strategy now takes an auto_target=True
argument, to drive generated examples towards (relatively)
larger and more complex programs.
-------------------------------------------------------------------
Thu Apr 16 10:54:35 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Initial commit, needed by flake8-builtins