Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-qdldl
Commits:
37cca67c by Antonio Rojas at 2024-06-23T13:54:48+02:00
upgpkg: 0.1.7.post4-2: numpy 2.0 rebuild
- - - - -
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.post3
- pkgrel = 1
+ pkgver = 0.1.7.post4
+ pkgrel = 2
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.post3
+ source = git+https://github.com/osqp/qdldl-python#tag=v0.1.7.post4
source = git+https://github.com/oxfordcontrol/qdldl
- sha256sums =
d1cc05f223d52aa5e5ae60380141c26392debfb061d6834ad2be79d090cbb701
+ sha256sums =
88729c4e0dff7aeaf915277e50080f2b42d3ad6b0d84957c337cec3624418a86
sha256sums = SKIP
pkgname = python-qdldl
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pyname=qdldl-python
pkgname=python-qdldl
-pkgver=0.1.7.post3
-pkgrel=1
+pkgver=0.1.7.post4
+pkgrel=2
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=('d1cc05f223d52aa5e5ae60380141c26392debfb061d6834ad2be79d090cbb701'
+sha256sums=('88729c4e0dff7aeaf915277e50080f2b42d3ad6b0d84957c337cec3624418a86'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/37cca67c8169c94c796f3482bc47edf8ebe74679
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/37cca67c8169c94c796f3482bc47edf8ebe74679
You're receiving this email because of your account on gitlab.archlinux.org.