forked from pool/python-hypothesmith
- drop black dependency from tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=27
This commit is contained in:
152
python-hypothesmith.changes
Normal file
152
python-hypothesmith.changes
Normal file
@@ -0,0 +1,152 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 09:46:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop black dependency from tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 07:02:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.3:
|
||||
* Add Python 3.12 and 3.13 to CI
|
||||
* Can now be imported on Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 23:31:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.2:
|
||||
* Performance improvements based on Hypothesis 6.93.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 12:21:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.1:
|
||||
* Hypothesis >= 6.89.0 made some internal changes which broke
|
||||
our `from_grammar()`. This patch restores compatibility, and
|
||||
requires the new Hypothesis.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 13:53:09 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 0.3.0
|
||||
* Even more efficient generation of Python identifiers, using Hypothesis 6.84.1
|
||||
* Dropped support for Python 3.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:26:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add sle15_python_module_pythons (jsc#PED-68)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 01:17:27 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Switch to single spec version build for PSP
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 06:26:48 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 15:35:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 6 03:35:17 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 13:24:58 UTC 2022 - Torsten Gruner <simmphonie@opensuse.org>
|
||||
|
||||
- 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 02:26:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 20:41:41 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 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
|
||||
Reference in New Issue
Block a user