python-hypothesmith/python-hypothesmith.changes
Tomáš Chvátal 276acfa102 Accepting request 827931 from home:bnavigator:branches:devel:languages:python
- Update to 0.1.4
- 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

OBS-URL: https://build.opensuse.org/request/show/827931
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=3
2020-08-20 09:49:48 +00:00

47 lines
1.9 KiB
Plaintext

-------------------------------------------------------------------
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