Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-scs
Commits:
4304a189 by Antonio Rojas at 2026-01-09T20:29:57+01:00
upgpkg: 3.2.11-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-scs
pkgdesc = Splitting Conic Solver
- pkgver = 3.2.10
- pkgrel = 2
+ pkgver = 3.2.11
+ pkgrel = 1
url = https://github.com/bodono/scs-python
arch = x86_64
license = MIT
@@ -15,9 +15,9 @@ pkgbase = python-scs
depends = lapack
depends = python
depends = python-scipy
- source = git+https://github.com/bodono/scs-python#tag=3.2.10
+ source = git+https://github.com/bodono/scs-python#tag=3.2.11
source = git+https://github.com/cvxgrp/scs
- sha256sums =
a7b365d76062d7d51a5a2f35b8794f64c470f539028f977016eebbd7b53b493e
+ sha256sums =
03386b682a331d2dd72c49956aed5cfa2a9b6a1c1e5abb45c1b6dda991db640b
sha256sums = SKIP
pkgname = python-scs
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=python-scs
-pkgver=3.2.10
-pkgrel=2
+pkgver=3.2.11
+pkgrel=1
pkgdesc='Splitting Conic Solver'
url='https://github.com/bodono/scs-python'
license=(MIT)
@@ -19,7 +19,7 @@ makedepends=(git
checkdepends=(python-pytest)
source=(git+https://github.com/bodono/scs-python#tag=$pkgver
git+https://github.com/cvxgrp/scs)
-sha256sums=('a7b365d76062d7d51a5a2f35b8794f64c470f539028f977016eebbd7b53b493e'
+sha256sums=('03386b682a331d2dd72c49956aed5cfa2a9b6a1c1e5abb45c1b6dda991db640b'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scs/-/commit/4304a18949c6fe3fc4319489901864f95a988d7b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scs/-/commit/4304a18949c6fe3fc4319489901864f95a988d7b
You're receiving this email because of your account on gitlab.archlinux.org.