15
0
forked from pool/python-pegen

- 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
- Initial release of 0.2.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pegen?expand=0&rev=3
This commit is contained in:
2024-01-02 21:17:09 +00:00
committed by Git OBS Bridge
parent f1f41697f3
commit e2d2e86eba
4 changed files with 17 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pegen
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
Name: python-pegen
Version: 0.2.0
Version: 0.3.0
Release: 0
Summary: CPython's PEG parser generator
License: MIT
URL: https://github.com/we-like-parsers/pegen
Source: https://files.pythonhosted.org/packages/source/p/pegen/pegen-0.2.0.tar.gz
Source: https://files.pythonhosted.org/packages/source/p/pegen/pegen-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}