Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-cvxpy


Commits:
7302e7bd by Antonio Rojas at 2026-05-19T12:08:52+02:00
upgpkg: 1.9.0-1: Upstream update

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-cvxpy
        pkgdesc = A Python-embedded modeling language for convex optimization 
problems
-       pkgver = 1.8.2
+       pkgver = 1.9.0
        pkgrel = 1
        url = https://www.cvxpy.org/
        arch = x86_64
@@ -23,13 +23,14 @@ pkgbase = python-cvxpy
        depends = python-highspy
        depends = python-numpy
        depends = python-osqp
+       depends = python-qdldl
        depends = python-scipy
        depends = python-scs
        optdepends = python-cvxopt: GLPK solver
        optdepends = python-cylp: CBC solver
        optdepends = python-ecos: ECOS solver
        optdepends = python-pyscipopt: SCIP solver
-       source = git+https://github.com/cvxpy/cvxpy#tag=v1.8.2
-       sha256sums = 
e622e9b2a72087272be360b24b871e53438e298634f0fe7996ca2b09b00d125b
+       source = git+https://github.com/cvxpy/cvxpy#tag=v1.9.0
+       sha256sums = 
1adbdd6b8e661a50854503bdfdfb122917603d41f3733bfab3fa505c73c8fd60
 
 pkgname = python-cvxpy


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 _pyname=cvxpy
 pkgname=python-$_pyname
-pkgver=1.8.2
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='A Python-embedded modeling language for convex optimization problems'
 url='https://www.cvxpy.org/'
@@ -15,6 +15,7 @@ depends=(gcc-libs
          python-highspy
          python-numpy
          python-osqp
+         python-qdldl
          python-scipy
          python-scs)
 makedepends=(git
@@ -33,7 +34,7 @@ checkdepends=(python-cvxopt
               python-pyscipopt
               python-pytest)
 source=(git+https://github.com/cvxpy/cvxpy#tag=v$pkgver)
-sha256sums=('e622e9b2a72087272be360b24b871e53438e298634f0fe7996ca2b09b00d125b')
+sha256sums=('1adbdd6b8e661a50854503bdfdfb122917603d41f3733bfab3fa505c73c8fd60')
 
 prepare() {
   sed -e '/oldest-supported-numpy/d' -i $_pyname/pyproject.toml # Drop version 
constraints
@@ -51,9 +52,8 @@ check() {
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
   test-env/bin/python -m pytest -v \
-    --deselect 
cvxpy/tests/test_cone2cone.py::TestOpRelConeQuad::test_oprelcone_2 \
-    --deselect 
cvxpy/tests/test_cone2cone.py::TestOpRelConeQuad::test_oprelcone_1_m1_k3_complex
 \
-    --deselect 
cvxpy/tests/test_cone2cone.py::TestOpRelConeQuad::test_oprelcone_1_m3_k1_complex
+    --deselect cvxpy/tests/test_cone2cone.py::TestOpRelConeQuad \
+    --deselect cvxpy/tests/test_mip_vars.py::TestMIPVariable::test_miqp_warning
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cvxpy/-/commit/7302e7bd2d52048c8c69529a586fa96004807a91

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cvxpy/-/commit/7302e7bd2d52048c8c69529a586fa96004807a91
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to