From 1794f96ddf5d6194ca64e6f4af3e6c4d34df4a9f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 25 Feb 2021 18:05:42 +0200 Subject: [PATCH] python3-cvxopt: Upgrade 1.2.5 -> 1.2.6 Upgrade to release 1.2.6: - Change construction of sparse matrix to avoid limitations of linear indexing with long int - Make create_indexlist declaration match definition in dense.c - Update version, copyright, and documentation - Fixes typos in examples, documentation License-Update: Update year Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-cvxopt_1.2.5.bb => python3-cvxopt_1.2.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-cvxopt_1.2.5.bb => python3-cvxopt_1.2.6.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb rename to meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb index ef06b5602..360df6a3e 100644 --- a/meta-python/recipes-devtools/python/python3-cvxopt_1.2.5.bb +++ b/meta-python/recipes-devtools/python/python3-cvxopt_1.2.6.bb @@ -1,11 +1,11 @@ SUMMARY = "Convex optimization package" HOMEPAGE = "http://cvxopt.org" LICENSE = "GPL-3.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4905701d14049b3f8e4774c290aeee21" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd" SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https" -SRCREV = "5b59d87007bf6fdea464e14875543b35255b84b2" +SRCREV = "60fdb838e0bb2d8f32ba51129552c83b55acd2a7" S = "${WORKDIR}/git"