Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-scs
Commits: 5c7e88f7 by Antonio Rojas at 2024-06-19T23:26:25+02:00 upgpkg: 3.2.4.post3-1: Update to 3.2.4.post3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-scs pkgdesc = Splitting Conic Solver - pkgver = 3.2.4.post2 + pkgver = 3.2.4.post3 pkgrel = 1 url = https://github.com/cvxgrp/scs/ arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = python-scs depends = lapack depends = python depends = python-scipy - source = https://pypi.org/packages/source/s/scs/scs-3.2.4.post2.tar.gz - sha256sums = d9299567c8577a1be74ec8efdf68822d6ec4ee5fb832fb150e1be257621d64e2 + source = https://pypi.org/packages/source/s/scs/scs-3.2.4.post3.tar.gz + sha256sums = a6ee9cb167c3d3bc57e023ee70df15ecb1fccc3eec286a02198f35198d56b612 pkgname = python-scs ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _pyname=scs pkgname=python-$_pyname -pkgver=3.2.4.post2 +pkgver=3.2.4.post3 pkgrel=1 pkgdesc='Splitting Conic Solver' url='https://github.com/cvxgrp/scs/' @@ -18,7 +18,7 @@ makedepends=(meson-python python-installer) checkdepends=(python-pytest) source=(https://pypi.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('d9299567c8577a1be74ec8efdf68822d6ec4ee5fb832fb150e1be257621d64e2') +sha256sums=('a6ee9cb167c3d3bc57e023ee70df15ecb1fccc3eec286a02198f35198d56b612') build() { cd $_pyname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scs/-/commit/5c7e88f738cbb2478b9fb1637dc4444635794375 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-scs/-/commit/5c7e88f738cbb2478b9fb1637dc4444635794375 You're receiving this email because of your account on gitlab.archlinux.org.