15
0

Accepting request 1030191 from home:Simmphonie:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1030191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=9
This commit is contained in:
2022-10-20 14:08:19 +00:00
committed by Git OBS Bridge
parent 32b101b39b
commit b20d2a7116
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sun Mar 21 20:41:41 UTC 2021 - Ben Greiner <code@bnavigator.de>