Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-osqp
Commits:
b61b0e36 by Antonio Rojas at 2026-01-27T08:38:19+01:00
upgpkg: 1.1.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-osqp
pkgdesc = Python wrapper for OSQP: the Operator Splitting QP Solver
- pkgver = 1.0.5
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://osqp.org/
arch = x86_64
license = Apache-2.0
@@ -23,9 +23,9 @@ pkgbase = python-osqp
depends = python-jinja
depends = python-numpy
depends = python-scipy
- source = git+https://github.com/osqp/osqp-python#tag=v1.0.5
+ source = git+https://github.com/osqp/osqp-python#tag=v1.1.0
source = system-osqp.patch
- sha256sums =
25293dc1ba915a33749d2690543f5779e3ebd52c497eafe49ac698e0b6b10679
+ sha256sums =
ba3bea7b0e48bc0c1b32bb0c326be60f6633cb550a71e9d1e932b11eb69b8fe3
sha256sums =
3897db4e1b5243b5255e527bdcd95c0a444ea7baf403ac1584ec92fcb1486946
pkgname = python-osqp
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=osqp
pkgname=python-$_pyname
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc='Python wrapper for OSQP: the Operator Splitting QP Solver'
url='https://osqp.org/'
license=(Apache-2.0)
@@ -28,7 +28,7 @@ checkdepends=(intel-oneapi-mkl
python-pytorch)
source=(git+https://github.com/osqp/osqp-python#tag=v$pkgver
system-osqp.patch)
-sha256sums=('25293dc1ba915a33749d2690543f5779e3ebd52c497eafe49ac698e0b6b10679'
+sha256sums=('ba3bea7b0e48bc0c1b32bb0c326be60f6633cb550a71e9d1e932b11eb69b8fe3'
'3897db4e1b5243b5255e527bdcd95c0a444ea7baf403ac1584ec92fcb1486946')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-osqp/-/commit/b61b0e3643a9159c309143f574f896d1e6ef41ac
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-osqp/-/commit/b61b0e3643a9159c309143f574f896d1e6ef41ac
You're receiving this email because of your account on gitlab.archlinux.org.