diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-11 16:55:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 17:17:24 -0700 |
commit | 0cc35956d26970d5484720da732b70891845f9df (patch) | |
tree | eaf7c9b4dbb55f96a33f34da25e3a95681d2dbe6 /meta-python/recipes-devtools | |
parent | 6ed04dfed770772a22767338a3661080538ac0be (diff) | |
download | meta-openembedded-0cc35956d26970d5484720da732b70891845f9df.tar.gz |
python3-virtualenv: upgrade 20.29.2 -> 20.29.3
Changelog:
===========
- Remove duplicate bug report template
- Fix debug logging interpolation
- Ignore directories in PATH that can't be opened
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-virtualenv_20.29.3.bb (renamed from meta-python/recipes-devtools/python/python3-virtualenv_20.29.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.29.2.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.29.3.bb index c9f20d44e3..f60c0ba8f6 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_20.29.2.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.29.3.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "fdaabebf6d03b5ba83ae0a02cfe96f48a716f4fae556461d180825866f75b728" | 9 | SRC_URI[sha256sum] = "95e39403fcf3940ac45bc717597dba16110b74506131845d9b687d5e73d947ac" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | inherit pypi python_hatchling | 12 | inherit pypi python_hatchling |