17
0

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

- Update to 2.2.1
  * fix: check for pytest compatibility
  * fix: SentinelNodeFinder uses now mangled_name
  * 3.14 support
- Drop support-pytest-8.4.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1306871
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=30
This commit is contained in:
2025-09-24 09:32:02 +00:00
committed by Git OBS Bridge
parent 610077dd45
commit 4132cda1d6
5 changed files with 14 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-executing
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,14 +26,12 @@
%endif
%{?sle15_python_module_pythons}
Name: python-executing%{psuffix}
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: Get the currently executing AST node of a frame, and other information
License: MIT
URL: https://github.com/alexmojaki/executing
Source: https://files.pythonhosted.org/packages/source/e/executing/executing-%{version}.tar.gz
# PATCH-FIX-UPSTREAM One commit from gh#alexmojaki/executing#97
Patch0: support-pytest-8.4.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm >= 4.0.0}