Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-qdldl
Commits:
b461fdc6 by Antonio Rojas at 2025-01-04T00:12:31+01:00
upgpkg: 0.1.7.post5-1: Update to 0.1.7.post5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-qdldl
pkgdesc = Python interface to the QDLDL free LDL factorization routine
for quasi-definite linear systems
- pkgver = 0.1.7.post4
- pkgrel = 3
+ pkgver = 0.1.7.post5
+ pkgrel = 1
url = https://github.com/oxfordcontrol/qdldl-python/
arch = x86_64
license = Apache-2.0
@@ -17,9 +17,9 @@ pkgbase = python-qdldl
depends = glibc
depends = python
depends = python-scipy
- source = git+https://github.com/osqp/qdldl-python#tag=v0.1.7.post4
+ source = git+https://github.com/osqp/qdldl-python#tag=v0.1.7.post5
source = git+https://github.com/oxfordcontrol/qdldl
- sha256sums =
88729c4e0dff7aeaf915277e50080f2b42d3ad6b0d84957c337cec3624418a86
+ sha256sums =
97a009c64d5081e61473b382210d64066256713e6761e4be331b81c4f1c23b57
sha256sums = SKIP
pkgname = python-qdldl
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=qdldl-python
pkgname=python-qdldl
-pkgver=0.1.7.post4
-pkgrel=3
+pkgver=0.1.7.post5
+pkgrel=1
pkgdesc='Python interface to the QDLDL free LDL factorization routine for
quasi-definite linear systems'
url='https://github.com/oxfordcontrol/qdldl-python/'
license=(Apache-2.0)
@@ -22,7 +22,7 @@ makedepends=(cmake
checkdepends=(python-pytest)
source=(git+https://github.com/osqp/$_pyname#tag=v$pkgver
git+https://github.com/oxfordcontrol/qdldl)
-sha256sums=('88729c4e0dff7aeaf915277e50080f2b42d3ad6b0d84957c337cec3624418a86'
+sha256sums=('97a009c64d5081e61473b382210d64066256713e6761e4be331b81c4f1c23b57'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/b461fdc635c8a5ba2b0ae61980dddbdffe9fd3cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/b461fdc635c8a5ba2b0ae61980dddbdffe9fd3cc
You're receiving this email because of your account on gitlab.archlinux.org.