diff mbox series

[meta-python,45/64] python3-platformdirs: upgrade 4.9.2 -> 4.9.4

Message ID 20260312105220.1856-45-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/64] castxml: upgrade 0.6.13 -> 0.7.0 | expand

Commit Message

Wang Mingyu March 12, 2026, 10:52 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Fix test failures on BSD for runtime directory defaults
- Respect XDG_CONFIG_HOME in _get_user_dirs_folder
- Add missing _optionally_create_directory in Android user_log_dir and user_runtime_dir
- Add permissions to workflows
- Move SECURITY.md to .github/SECURITY.md
- Standardize .github files to .yaml suffix
- docs: add project logo to documentation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-platformdirs_4.9.2.bb => python3-platformdirs_4.9.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-platformdirs_4.9.2.bb => python3-platformdirs_4.9.4.bb} (85%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.9.2.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-platformdirs_4.9.2.bb
rename to meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb
index cbe638d47d..df0e3597b7 100644
--- a/meta-python/recipes-devtools/python/python3-platformdirs_4.9.2.bb
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/platformdirs/platformdirs"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a"
 
-SRC_URI[sha256sum] = "9a33809944b9db043ad67ca0db94b14bf452cc6aeaac46a88ea55b26e2e9d291"
+SRC_URI[sha256sum] = "1ec356301b7dc906d83f371c8f487070e99d3ccf9e501686456394622a01a934"
 
 inherit pypi python_hatchling ptest-python-pytest