diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2025-05-12 15:35:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-12 08:09:23 -0700 |
commit | 2efa96cecb50305aacd3b7df9c1aca036017dfeb (patch) | |
tree | 7eed6227da605162681954195da4a85cd77c658f /meta-python/recipes-devtools/python | |
parent | 244997df0f2e8d0a3394ba665cee308216cf4003 (diff) | |
download | meta-openembedded-master.tar.gz |
python3-setproctitle: Upgrade 1.3.5 -> 1.3.6HEADmaster-nextmaster
Changelog:
- Add support for free-threading (issue #147)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-setproctitle_1.3.6.bb (renamed from meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.6.bb index 6be65469af..e4a392726b 100644 --- a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb +++ b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.6.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=86d2d41b5f4f023f43466f8cb7adebaa" | |||
9 | 9 | ||
10 | inherit pypi setuptools3 ptest | 10 | inherit pypi setuptools3 ptest |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "1e6eaeaf8a734d428a95d8c104643b39af7d247d604f40a7bebcf3960a853c5e" | 12 | SRC_URI[sha256sum] = "c9f32b96c700bb384f33f7cf07954bb609d35dd82752cef57fb2ee0968409169" |
13 | 13 | ||
14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |