From 3f335c1059d365078d68d8681ec9fece47a4868d Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 26 Oct 2021 11:20:29 -0400 Subject: [PATCH] python3-cvxopt: upgrade 1.2.6 -> 1.2.7 The upgrade fixes a do_compile error in 1.2.6. Release notes are brief: Version 1.2.7 (September 20, 2021). Minor improvements and bug fixes. Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-cvxopt_1.2.6.bb => python3-cvxopt_1.2.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cvxopt_1.2.6.bb => python3-cvxopt_1.2.7.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb rename to meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb index cc017dd83..3f35149f9 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.7.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https" -SRCREV = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7" +SRCREV = "d5a21cf1da62e4269176384b1ff62edac5579f94" S = "${WORKDIR}/git"