15
0

Accepting request 1201726 from home:mcalabkova:branches:devel:languages:python

- Add new-python-312.patch to fix build with recent Python 3.12 release

OBS-URL: https://build.opensuse.org/request/show/1201726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=17
This commit is contained in:
2024-09-18 08:31:43 +00:00
committed by Git OBS Bridge
parent af4add8dcf
commit a7ace95cae
3 changed files with 185 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ Summary: Get the currently executing AST node of a frame, and other infor
License: MIT
URL: https://github.com/alexmojaki/executing
Source: https://files.pythonhosted.org/packages/source/e/executing/executing-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/alexmojaki/executing/pull/86 fix: backward compatibility fix for changed source positions in 3.12.6
Patch0: new-python-312.patch
BuildRequires: %{python_module asttokens}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module littleutils}