Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-clarabel
Commits:
5ece95b0 by Antonio Rojas at 2024-06-02T00:02:07+02:00
upgpkg: 0.9.0-1: Update to 0.9.0
- - - - -
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.8.1
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/oxfordcontrol/Clarabel.rs
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-clarabel
makedepends = rust
depends = gcc-libs
depends = glibc
- source = git+https://github.com/oxfordcontrol/Clarabel.rs#tag=v0.8.1
- sha256sums =
bb93d98643bb3244ba67196d52e8b7ee4d130c507fa3d011481bf9d1a219b245
+ source = git+https://github.com/oxfordcontrol/Clarabel.rs#tag=v0.9.0
+ sha256sums =
467eff358d1a165d1c03da00a192df8e2b0cafd93679946990691411034ac9e6
pkgname = python-clarabel
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=clarabel
pkgname=python-$_pyname
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc='Interior-point solver for convex conic optimisation problems'
arch=(x86_64)
@@ -16,7 +16,7 @@ makedepends=(git
python-maturin
rust)
source=(git+https://github.com/oxfordcontrol/Clarabel.rs#tag=v$pkgver)
-sha256sums=('bb93d98643bb3244ba67196d52e8b7ee4d130c507fa3d011481bf9d1a219b245')
+sha256sums=('467eff358d1a165d1c03da00a192df8e2b0cafd93679946990691411034ac9e6')
prepare() {
cd Clarabel.rs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/5ece95b0668a7548f0e5083a68d489852888d0a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-clarabel/-/commit/5ece95b0668a7548f0e5083a68d489852888d0a7
You're receiving this email because of your account on gitlab.archlinux.org.