python3-cvxopt: upgrade 1.2.7 -> 1.3.2

Changelog:
 Fixes line search issue in solvers.cp() solvers.cpl()

License-Update:
 CVXOPT version updated to 1.3
 Copyright updated to 2023

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-01-08 21:42:34 +08:00
committed by Khem Raj
parent a91572be28
commit ebd44706dd

View File

@@ -1,11 +1,11 @@
SUMMARY = "Convex optimization package"
HOMEPAGE = "http://cvxopt.org"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ba1a8a73d8ebea5c47a1173aaf476ddd"
LIC_FILES_CHKSUM = "file://LICENSE;md5=66ec4f8e53d3e733a8c26d5ca3830fba"
SRC_URI = "git://github.com/cvxopt/cvxopt;protocol=https;branch=master"
SRCREV = "d5a21cf1da62e4269176384b1ff62edac5579f94"
SRCREV = "3b718ee560b3b97d6255c55f0ed7f64cb4b72082"
S = "${WORKDIR}/git"