diff options
author | Soumya Sambu <soumya.sambu@windriver.com> | 2024-12-12 04:54:09 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-12 06:53:58 -0800 |
commit | 47e1b2e89f672e98e5ded2a033b1cf8ad4b7d5d0 (patch) | |
tree | edd86a258e6cf683ab15efc5f4f4f35bd0a729c0 /meta-python | |
parent | 5abd56e9aa0a0a8c655136da7b65e1f6e76ec48e (diff) | |
download | meta-openembedded-47e1b2e89f672e98e5ded2a033b1cf8ad4b7d5d0.tar.gz |
python3-virtualenv: upgrade 20.26.5 -> 20.26.6
Changelog:
https://virtualenv.pypa.io/en/latest/changelog.html#v20-26-6-2024-09-27
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-virtualenv_20.26.6.bb (renamed from meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.6.bb index 82d60aeaab..e40561e8fa 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.26.6.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] = "ce489cac131aa58f4b25e321d6d186171f78e6cb13fafbf32a840cee67733ff4" | 9 | SRC_URI[sha256sum] = "280aede09a2a5c317e409a00102e7077c6432c5a38f0ef938e643805a7ad2c48" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
12 | inherit pypi python_hatchling | 12 | inherit pypi python_hatchling |