diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-19 14:48:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-19 10:24:49 -0700 |
commit | 299324f671ef1c30463c65a80cf6cf16c640e183 (patch) | |
tree | 338f90aba9edb02eb6420e0c1bd8d47cf2f79a90 /meta-python | |
parent | 9c7101b1b1311ce2104750ad49b498f6ab1750e1 (diff) | |
download | meta-openembedded-299324f671ef1c30463c65a80cf6cf16c640e183.tar.gz |
python3-platformdirs: upgrade 3.5.3 -> 3.6.0
Changelog:
==========
platformdirs: introduce user_downloads_dir()
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_3.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-platformdirs_3.5.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_3.5.3.bb b/meta-python/recipes-devtools/python/python3-platformdirs_3.6.0.bb index c91d9111f4..20b3299ac7 100644 --- a/meta-python/recipes-devtools/python/python3-platformdirs_3.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-platformdirs_3.6.0.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = " \ | |||
8 | file://run-ptest \ | 8 | file://run-ptest \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRCREV ?= "50e638eec6cadee0dfe47197464241be8a70718d" | 11 | SRCREV ?= "85b0b67eb33a835b797c1d52dab4a06c5554b7ee" |
12 | SRC_URI[sha256sum] = "7954a68d0ba23558d753f73437c55f89027cf8f5108c19844d4b82e5af396335" | 12 | SRC_URI[sha256sum] = "7954a68d0ba23558d753f73437c55f89027cf8f5108c19844d4b82e5af396335" |
13 | 13 | ||
14 | inherit python_setuptools_build_meta ptest | 14 | inherit python_setuptools_build_meta ptest |