From a332f47bdb307d5a9508bd46a652adc6001c6feb Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 1 Feb 2024 20:59:34 -0800 Subject: python3-cryptography: upgrade 41.0.7 to 42.0.2 * Also upgrade python3-cryptography-vectors * Drop patch for 9129, fixed upstream * Refresh pyproject.toml --benchmark-disable patch * Refresh -crates.inc Changes: https://cryptography.io/en/latest/changelog/#v42-0-2 https://cryptography.io/en/latest/changelog/#v42-0-1 https://cryptography.io/en/latest/changelog/#v42-0-0 https://github.com/pyca/cryptography/compare/41.0.7...42.0.2 RP: Add new REPENDS on python3-mmap for ptest RP: Increase memory in ptest image to avoid test failures (From OE-Core rev: 45ee8ae2f6173a11e6d004c8eeba138073b84d18) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- meta/recipes-core/images/core-image-ptest.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/images') diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb index 7f7b4381d4..72081f938d 100644 --- a/meta/recipes-core/images/core-image-ptest.bb +++ b/meta/recipes-core/images/core-image-ptest.bb @@ -31,7 +31,7 @@ IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-tar = "1524288" QB_MEM = "-m 1024" QB_MEM:virtclass-mcextend-lttng-tools = "-m 4096" QB_MEM:virtclass-mcextend-python3 = "-m 2048" -QB_MEM:virtclass-mcextend-python3-cryptography = "-m 4096" +QB_MEM:virtclass-mcextend-python3-cryptography = "-m 5100" TEST_SUITES = "ping ssh parselogs ptest" -- cgit v1.2.3-54-g00ecf