17
0

4 Commits

Author SHA256 Message Date
285dbfba2d Accepting request 1306877 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1306877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-executing?expand=0&rev=16
2025-09-25 16:43:48 +00:00
377c648345 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
2025-09-24 09:32:02 +00:00
3b79e52c67 Accepting request 1291404 from devel:languages:python
- Add patch support-pytest-8.4.patch:
  * Do not allow pytest to collect non-test functions.

OBS-URL: https://build.opensuse.org/request/show/1291404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-executing?expand=0&rev=15
2025-07-09 15:26:31 +00:00
bf1b0c0f64 - Add patch support-pytest-8.4.patch:
* Do not allow pytest to collect non-test functions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=28
2025-07-09 06:44:50 +00:00
4 changed files with 20 additions and 5 deletions

Binary file not shown.

3
executing-2.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3632cc370565f6648cc328b32435bd120a1e4ebb20c77e3fdde9a13cd1e533c4
size 1129488

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Sep 24 08:54:22 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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
-------------------------------------------------------------------
Wed Jul 9 06:44:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-pytest-8.4.patch:
* Do not allow pytest to collect non-test functions.
-------------------------------------------------------------------
Mon Mar 10 09:25:36 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

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,7 +26,7 @@
%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