Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyscipopt
Commits:
d12c85c5 by Antonio Rojas at 2025-05-11T10:20:51+02:00
upgpkg: 5.5.0-1: Upstream update
- - - - -
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.1
+ pkgver = 5.5.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.4.1
- sha256sums =
f26fa11c147e0775b916433e1347d1b2b83ab32ad4280e7faafac94d69f6fc08
+ source = git+https://github.com/SCIP-Interfaces/PySCIPOpt#tag=v5.5.0
+ sha256sums =
354eeed1134dba7371386becb6838ae87744e1c80b7d4425126bad4638dc68ec
pkgname = python-pyscipopt
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
pkgname=python-pyscipopt
-pkgver=5.4.1
+pkgver=5.5.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=('f26fa11c147e0775b916433e1347d1b2b83ab32ad4280e7faafac94d69f6fc08')
+sha256sums=('354eeed1134dba7371386becb6838ae87744e1c80b7d4425126bad4638dc68ec')
build() {
cd PySCIPOpt
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscipopt/-/commit/d12c85c5a070e553a04b877175541386e9d74e63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscipopt/-/commit/d12c85c5a070e553a04b877175541386e9d74e63
You're receiving this email because of your account on gitlab.archlinux.org.