Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-clarabel
Commits:
96680261 by Antonio Rojas at 2024-03-02T01:06:54+01:00
upgpkg: 0.7.1-1: Update to 0.7.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-clarabel
pkgdesc = Interior-point solver for convex conic optimisation problems
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/oxfordcontrol/Clarabel.rs
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = python-clarabel
makedepends = rust
depends = gcc-libs
depends = glibc
- source =
https://github.com/oxfordcontrol/Clarabel.rs/archive/v0.7.0/clarabel-0.7.0.tar.gz
- sha256sums =
397641bef5d0f1e626d47e187124f5108f72ff882af04682c5342376e4c7fc40
+ source =
https://github.com/oxfordcontrol/Clarabel.rs/archive/v0.7.1/clarabel-0.7.1.tar.gz
+ sha256sums =
131dff9bf4475d68dadde07a49b454f01bdb1ddb534c8f9b7f7a2f1904282bd2
pkgname = python-clarabel
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=clarabel
pkgname=python-$_pyname
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='Interior-point solver for convex conic optimisation problems'
arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(python-build
python-maturin
rust)
source=(https://github.com/oxfordcontrol/Clarabel.rs/archive/v$pkgver/$_pyname-$pkgver.tar.gz)
-sha256sums=('397641bef5d0f1e626d47e187124f5108f72ff882af04682c5342376e4c7fc40')
+sha256sums=('131dff9bf4475d68dadde07a49b454f01bdb1ddb534c8f9b7f7a2f1904282bd2')
prepare() {
cd Clarabel.rs-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/966802618c1aab8c05bb90b395aa56a2f56c2591
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/966802618c1aab8c05bb90b395aa56a2f56c2591
You're receiving this email because of your account on gitlab.archlinux.org.