SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-hypothesmith-0.2.3-lp154.2.2.noarch.rpm :

* Thu Dec 15 2022 Daniel Garcia - Update requirements
* Tue Dec 13 2022 Yogalakshmi Arunachalam - Update to version 0.2.3
* Actually package up the renamed grammar file this time.- Update to 0.2.2 - 2022-11-29
* Correct the minimum required version of LibCST
* Use importlib.resources to load the Python grammar (zip-safe)
* Tue Dec 06 2022 Yogalakshmi Arunachalam - 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
* Thu Oct 20 2022 Torsten Gruner - Update to v0.2.0
* 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...- Release v0.1.9
* Fixed rare internal error when from_node() generated misplaced except: clauses
* Thu Sep 29 2022 Yogalakshmi Arunachalam - 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
* Sun Mar 21 2021 Ben Greiner - Update to v0.1.8
* Now compatible with Hypothesis 5.46 and later
* Increased diversity of examples generated by from_node()- Release v0.1.7
* Adds a workaround for BPO-42218
* Bumped Hypothesis requirement to version 5.41 or later (better internal error messages)
* Added MANIFEST.in so the sdist includes license, tests, etc.
* Sat Nov 14 2020 John Vandenberg - 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 2020 Benjamin Greiner - 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 08 2020 Benjamin Greiner - 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 06 2020 Benjamin Greiner - 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 2020 Tomáš Chvátal - Initial commit, needed by flake8-builtins
 
ICM