Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-osqp
Commits:
35ae0d35 by Antonio Rojas at 2025-10-15T18:13:36+02:00
upgpkg: 1.0.5-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-osqp
pkgdesc = Python wrapper for OSQP: the Operator Splitting QP Solver
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://osqp.org/
arch = x86_64
@@ -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.4
+ source = git+https://github.com/osqp/osqp-python#tag=v1.0.5
source = system-osqp.patch
- sha256sums =
8e7d31c9c67f016e655f5df8794959f751357223191252a0e90a34380aab09b9
+ sha256sums =
25293dc1ba915a33749d2690543f5779e3ebd52c497eafe49ac698e0b6b10679
sha256sums =
3897db4e1b5243b5255e527bdcd95c0a444ea7baf403ac1584ec92fcb1486946
pkgname = python-osqp
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=osqp
pkgname=python-$_pyname
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc='Python wrapper for OSQP: the Operator Splitting QP Solver'
url='https://osqp.org/'
@@ -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=('8e7d31c9c67f016e655f5df8794959f751357223191252a0e90a34380aab09b9'
+sha256sums=('25293dc1ba915a33749d2690543f5779e3ebd52c497eafe49ac698e0b6b10679'
'3897db4e1b5243b5255e527bdcd95c0a444ea7baf403ac1584ec92fcb1486946')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-osqp/-/commit/35ae0d352cac6a94cf27e3c905cf7b31aebb05fd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-osqp/-/commit/35ae0d352cac6a94cf27e3c905cf7b31aebb05fd
You're receiving this email because of your account on gitlab.archlinux.org.