Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pyscipopt
Commits: 9a9a631d by Antonio Rojas at 2025-02-25T16:46:14+01:00 upgpkg: 5.4.0-1: Update to 5.4.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pyscipopt pkgdesc = A Python interface to the SCIP Optimization Suite - pkgver = 5.3.0 + pkgver = 5.4.0 pkgrel = 1 url = https://www.scipopt.org/ arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = python-pyscipopt depends = glibc depends = python depends = scip - source = git+https://github.com/SCIP-Interfaces/PySCIPOpt#tag=v5.3.0 - sha256sums = d574545bf9c47a2a56f46b1c71b85e2b36a000d1fceb75e1d7619ed311532af4 + source = git+https://github.com/SCIP-Interfaces/PySCIPOpt#tag=v5.4.0 + sha256sums = 700fb01c3a753ad56b4688001c4971a31ab01053597a731c566628fbf95034a8 pkgname = python-pyscipopt ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de> pkgname=python-pyscipopt -pkgver=5.3.0 +pkgver=5.4.0 pkgrel=1 pkgdesc='A Python interface to the SCIP Optimization Suite' arch=(x86_64) @@ -18,7 +18,7 @@ makedepends=(cython python-setuptools python-wheel) source=(git+https://github.com/SCIP-Interfaces/PySCIPOpt#tag=v$pkgver) -sha256sums=('d574545bf9c47a2a56f46b1c71b85e2b36a000d1fceb75e1d7619ed311532af4') +sha256sums=('700fb01c3a753ad56b4688001c4971a31ab01053597a731c566628fbf95034a8') build() { cd PySCIPOpt View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscipopt/-/commit/9a9a631db63e87c3d0125c82252adc864b85802e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscipopt/-/commit/9a9a631db63e87c3d0125c82252adc864b85802e You're receiving this email because of your account on gitlab.archlinux.org.