15
0
forked from pool/python-pegen

- Add patch support-python-313.patch:

* Support Python 3.13's grammar changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pegen?expand=0&rev=7
This commit is contained in:
2024-12-04 05:33:50 +00:00
committed by Git OBS Bridge
parent e31e66dbb3
commit 6c6936ee0b
3 changed files with 68 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ 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-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#we-like-parsers/pegen#104
Patch0: support-python-313.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}