diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-26 07:24:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-26 08:30:54 -0800 |
commit | 6f046ca1e5c95cf45b28ae613f5c2c7d6d1e58c0 (patch) | |
tree | ffd8db0ec00fdbf8095cb5e2cc1e415fbc95d9c3 /meta-python | |
parent | 18e7f56626a11d558c2750f834fe5afdb557f3e2 (diff) | |
download | meta-openembedded-6f046ca1e5c95cf45b28ae613f5c2c7d6d1e58c0.tar.gz |
python3-setproctitle: upgrade 1.3.4 -> 1.3.5
Changelog:
===========
- Modernizing handling of bool type.
- docs: add release note about C23 compilers fix
- fix: modernize handling of bool type
- Preventing bouncing Dock icon when using setproctitle on newer macOS versions.
- docs: add history note about bouncy macOS fix
- fix(macOS): prevent bouncing Dock icon on newer macOS versions
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb (renamed from meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.bb index 24200533f5..cf03bc3b51 100644 --- a/meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-setproctitle_1.3.5.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] = "3b40d32a3e1f04e94231ed6dfee0da9e43b4f9c6b5450d53e6dd7754c34e0c50" | 12 | SRC_URI[sha256sum] = "1e6eaeaf8a734d428a95d8c104643b39af7d247d604f40a7bebcf3960a853c5e" |
13 | 13 | ||
14 | SRC_URI += " \ | 14 | SRC_URI += " \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |