diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-12 18:52:01 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:31 -0700 |
| commit | ff7f74b88e1779618a36ac40d044ca315bd5de7c (patch) | |
| tree | 2720ef1a7997bd0aacb6fbf277973baca1204e37 /meta-python/recipes-devtools | |
| parent | ae831ade4404fc28d3d7b0b44f7290e3b02139a3 (diff) | |
| download | meta-openembedded-ff7f74b88e1779618a36ac40d044ca315bd5de7c.tar.gz | |
python3-platformdirs: upgrade 4.9.2 -> 4.9.4
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-platformdirs_4.9.4.bb (renamed from meta-python/recipes-devtools/python/python3-platformdirs_4.9.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "9a33809944b9db043ad67ca0db94b14bf452cc6aeaac46a88ea55b26e2e9d291" | 6 | SRC_URI[sha256sum] = "1ec356301b7dc906d83f371c8f487070e99d3ccf9e501686456394622a01a934" |
| 7 | 7 | ||
| 8 | inherit pypi python_hatchling ptest-python-pytest | 8 | inherit pypi python_hatchling ptest-python-pytest |
| 9 | 9 | ||
