From c38f6e223aecc51d9c7f14d304851739b34011fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 11 May 2023 20:35:45 -0300 Subject: [PATCH] python3-cvxopt: update to 1.3.1. --- srcpkgs/python3-cvxopt/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-cvxopt/template b/srcpkgs/python3-cvxopt/template index 666a63af1be0..92e33c022bae 100644 --- a/srcpkgs/python3-cvxopt/template +++ b/srcpkgs/python3-cvxopt/template @@ -1,7 +1,7 @@ # Template file for 'python3-cvxopt' pkgname=python3-cvxopt -version=1.3.0 -revision=4 +version=1.3.1 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel SuiteSparse-devel gsl-devel glpk-devel fftw-devel @@ -12,8 +12,9 @@ short_desc="Python software for convex optimization" maintainer="Gonzalo TornarĂ­a " license="GPL-3.0-or-later" homepage="http://cvxopt.org/" +changelog="https://github.com/cvxopt/cvxopt/releases" distfiles="${PYPI_SITE}/c/cvxopt/cvxopt-${version}.tar.gz" -checksum=00b1b232f9d1f902d578a9d75814b67fa020758d5ae422e28ca8cef6269fa5c6 +checksum=8d567981cbfa2a4ba1667b3e6f73cb941cf1c6992bf1438911035963294aa498 build_options="openblas"