Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyscipopt
Commits:
da60ac74 by Antonio Rojas at 2025-02-25T19:57:39+01:00
upgpkg: 5.4.1-1: Update to 5.4.1
- - - - -
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.4.0
+ pkgver = 5.4.1
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.4.0
- sha256sums =
700fb01c3a753ad56b4688001c4971a31ab01053597a731c566628fbf95034a8
+ source = git+https://github.com/SCIP-Interfaces/PySCIPOpt#tag=v5.4.1
+ sha256sums =
f26fa11c147e0775b916433e1347d1b2b83ab32ad4280e7faafac94d69f6fc08
pkgname = python-pyscipopt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
pkgname=python-pyscipopt
-pkgver=5.4.0
+pkgver=5.4.1
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=('700fb01c3a753ad56b4688001c4971a31ab01053597a731c566628fbf95034a8')
+sha256sums=('f26fa11c147e0775b916433e1347d1b2b83ab32ad4280e7faafac94d69f6fc08')
build() {
cd PySCIPOpt
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscipopt/-/commit/da60ac7438694e1ff12ea4e64e7133bf44682e60
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscipopt/-/commit/da60ac7438694e1ff12ea4e64e7133bf44682e60
You're receiving this email because of your account on gitlab.archlinux.org.