diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:01:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:02 -0800 |
commit | 7dda2a2a74b68c24a7454912c1637207a09c416e (patch) | |
tree | a22aa37109e035e4c6e63b13c7ab38e41a3d5172 /meta-python/recipes-devtools/python/python3-executing_2.2.0.bb | |
parent | 1406c540cd3a25a7dc72fc06556be790bbbc353c (diff) | |
download | meta-openembedded-7dda2a2a74b68c24a7454912c1637207a09c416e.tar.gz |
python3-executing: upgrade 2.1.0 -> 2.2.0
Changelog:
===========
- fix: check for pytest compatibility
- update and fix table of contents link, 'libraries'-> 'projects'
- Merge pull request #86 from alexmojaki/fix_3.12.6
- fix: handle changed positions for __exit__ of ast.With
- fix: backward compatibility fix for changed source positions in 3.12.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-executing_2.2.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-executing_2.2.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-executing_2.2.0.bb b/meta-python/recipes-devtools/python/python3-executing_2.2.0.bb new file mode 100644 index 0000000000..2941f6f0ee --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-executing_2.2.0.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "Get the currently executing AST node of a frame, and other information" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3d6c15f7859ae235a78f2758e5a48cf" | ||
4 | |||
5 | DEPENDS = "python3-setuptools-scm-native" | ||
6 | |||
7 | inherit pypi python_setuptools_build_meta | ||
8 | |||
9 | SRC_URI[sha256sum] = "5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755" | ||