Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-cvxopt
Commits:
144248db by Antonio Rojas at 2026-02-10T08:44:27+01:00
upgpkg: 1.3.3-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cvxopt
pkgdesc = A free software package for convex optimization written in
Python
- pkgver = 1.3.2
- pkgrel = 7
+ pkgver = 1.3.3
+ pkgrel = 1
url = https://cvxopt.org/
arch = x86_64
license = GPL3
@@ -22,7 +22,7 @@ pkgbase = python-cvxopt
optdepends = fftw: for FFTW interface
optdepends = glpk: solver for linear cone and PWL programming problems
optdepends = dsdp: solver for linear cone semidefinite programming
problems
- source =
https://github.com/cvxopt/cvxopt/archive/1.3.2/python-cvxopt-1.3.2.tar.gz
- sha256sums =
03782bafebb86f33281a5451de5b5b648bb53ee8a1f97e38cae1d62e66a3bc72
+ source =
https://github.com/cvxopt/cvxopt/archive/1.3.3/python-cvxopt-1.3.3.tar.gz
+ sha256sums =
8907c7a0411aa02d994c645555658eb24460c2048c53171a12959f57d2874982
pkgname = python-cvxopt
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
# Contributor: Gustavao A. Gomez Farhat <gustavo_gomez_farhat_at_gmail_dot_com>
pkgname=python-cvxopt
-pkgver=1.3.2
-pkgrel=7
+pkgver=1.3.3
+pkgrel=1
pkgdesc='A free software package for convex optimization written in Python'
url='https://cvxopt.org/'
arch=(x86_64)
@@ -23,7 +23,7 @@ optdepends=('gsl: for custom random number generators'
'glpk: solver for linear cone and PWL programming problems'
'dsdp: solver for linear cone semidefinite programming problems')
source=(https://github.com/cvxopt/cvxopt/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('03782bafebb86f33281a5451de5b5b648bb53ee8a1f97e38cae1d62e66a3bc72')
+sha256sums=('8907c7a0411aa02d994c645555658eb24460c2048c53171a12959f57d2874982')
build() {
cd cvxopt-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cvxopt/-/commit/144248dbba8ee0caae153c6730f992cca14bb529
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cvxopt/-/commit/144248dbba8ee0caae153c6730f992cca14bb529
You're receiving this email because of your account on gitlab.archlinux.org.