diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-18 12:25:20 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-20 19:08:57 -0700 |
| commit | 5009fefd5d27cf2ae9be6f7e6e258ec6bdc64e6d (patch) | |
| tree | d3695bd032d1db7fde9222394b195326ef24685e /meta-python/recipes-devtools | |
| parent | 75d37f81e97d1f7595c0dcfed5d1af77dba86cba (diff) | |
| download | meta-openembedded-5009fefd5d27cf2ae9be6f7e6e258ec6bdc64e6d.tar.gz | |
python3-path: upgrade 16.6.0 -> 16.7.1
License-Update: Remove unnecessary and incorrect copyright notice.
Changelog:
============
Set stacklevel=2 in deprecation warning for .text. (#210)
Added .permissions attribute. (#211)
Require Python 3.8 or later.
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-path_16.7.1.bb (renamed from meta-python/recipes-devtools/python/python3-path_16.6.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb b/meta-python/recipes-devtools/python/python3-path_16.7.1.bb index 095f906f0c..d9576ed0b8 100644 --- a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-path_16.7.1.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | SUMMARY = "A module wrapper for os.path" | 1 | SUMMARY = "A module wrapper for os.path" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" |
| 4 | 4 | ||
| 5 | SRC_URI[sha256sum] = "bea3816e1d54f4e33aac78d2031a0b0ed2f95e69db85b45d51f17df97071da69" | 5 | SRC_URI[sha256sum] = "2b477f5887033f3cbea1cfd8553ee6a6a498eb2540a19f4aa082822aadcea30a" |
| 6 | 6 | ||
| 7 | SRC_URI += "\ | 7 | SRC_URI += "\ |
| 8 | file://run-ptest \ | 8 | file://run-ptest \ |
