diff mbox series

[meta-python,41/51] python3-setproctitle: upgrade 1.3.4 -> 1.3.5

Message ID 1740525881-21103-41-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/51] asyncmqtt: upgrade 9.0.2 -> 10.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 25, 2025, 11:24 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 ...hon3-setproctitle_1.3.4.bb => python3-setproctitle_1.3.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-setproctitle_1.3.4.bb => python3-setproctitle_1.3.5.bb} (91%)
diff mbox series

Patch

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
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-setproctitle_1.3.4.bb
rename to 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"
 
 inherit pypi setuptools3 ptest
 
-SRC_URI[sha256sum] = "3b40d32a3e1f04e94231ed6dfee0da9e43b4f9c6b5450d53e6dd7754c34e0c50"
+SRC_URI[sha256sum] = "1e6eaeaf8a734d428a95d8c104643b39af7d247d604f40a7bebcf3960a853c5e"
 
 SRC_URI += " \
     file://run-ptest \