summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-05-02 10:48:13 -0400
committerKhem Raj <raj.khem@gmail.com>2024-05-02 07:32:50 -0700
commitfbd37bafc1bfc8deb55e253771cd506f5fd70b20 (patch)
tree26a3792c872ea4870801fd979c8b2741c6ba5184 /meta-python
parentdf9b9db334ca94a5a3c9559a0ae7f34c325deaf5 (diff)
downloadmeta-openembedded-fbd37bafc1bfc8deb55e253771cd506f5fd70b20.tar.gz
python3-platformdirs: upgrade 4.2.0 -> 4.2.1
Changelog: =========== - Switch to ruff for formatting and use codespell and docformatter - Use hatch over tox - chore: various minor fixes - chore: update dead Microsoft's known folders documentation link - Allow working without ctypes 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-platformdirs_4.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.1.bb
index 19c95b374..5f0aafc93 100644
--- a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.1.bb
@@ -7,7 +7,7 @@ SRC_URI += " \
7 file://run-ptest \ 7 file://run-ptest \
8" 8"
9 9
10SRC_URI[sha256sum] = "ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768" 10SRC_URI[sha256sum] = "031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf"
11 11
12inherit pypi python_hatchling ptest 12inherit pypi python_hatchling ptest
13 13