forked from pool/python-pegen
* Support Python 3.13's grammar changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pegen?expand=0&rev=7
27 lines
979 B
Plaintext
27 lines
979 B
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 4 05:33:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch support-python-313.patch:
|
|
* Support Python 3.13's grammar changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 21 05:47:35 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Skip a truculent test.
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 2 21:16:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.3.0:
|
|
* Replace nullable_visit with NullableVisitor
|
|
* Implement nullable detection via NullableVisitor
|
|
* Support Python 3.11 and 3.12
|
|
* Support Python 3.12 f-strings in grammar actions
|
|
* Fix typing in parser class and minor f-string fix
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 8 06:47:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Initial release of 0.2.0
|