From 66d3f2e11a5c9d74d0c55420ccac764cde73b122 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Sun, 30 Aug 2026 12:50:09 +1200 Subject: [PATCH] python3-virtualenv: upgrade 21.7.4 -> 21.7.7 Changelog: https://github.com/pypa/virtualenv/releases/tag/21.7.5 https://github.com/pypa/virtualenv/releases/tag/21.7.6 https://github.com/pypa/virtualenv/releases/tag/21.7.7 Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- ...ython3-virtualenv_21.7.4.bb => python3-virtualenv_21.7.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-virtualenv_21.7.4.bb => python3-virtualenv_21.7.7.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_21.7.4.bb b/meta-python/recipes-devtools/python/python3-virtualenv_21.7.7.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-virtualenv_21.7.4.bb rename to meta-python/recipes-devtools/python/python3-virtualenv_21.7.7.bb index 6ee0b921e6..036ad8bde8 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_21.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_21.7.7.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" -SRC_URI[sha256sum] = "c9d960c95fa458171e58222a5ccab7465298e4b6559977865e627c4719f1e825" +SRC_URI[sha256sum] = "6874376f99ba6b8d4e3ee8bde67f9285412400c7d5b29ba41ee6daa5e0221bdc" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling