Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyscipopt
Commits:
3a1c8af9 by Antonio Rojas at 2024-11-14T13:12:27+01:00
upgpkg: 5.2.1-1: Update to 5.2.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyscipopt
pkgdesc = A Python interface to the SCIP Optimization Suite
- pkgver = 5.1.1
- pkgrel = 2
+ pkgver = 5.2.1
+ pkgrel = 1
url = https://www.scipopt.org/
arch = x86_64
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-pyscipopt
depends = glibc
depends = python
depends = scip
- source = git+https://github.com/SCIP-Interfaces/PySCIPOpt#tag=v5.1.1
- sha256sums =
11e7a560a35999f4b4fb62ea5c4d1f79b19f59ec0c1ea7db12174abb10d327fe
+ source = git+https://github.com/SCIP-Interfaces/PySCIPOpt#tag=v5.2.1
+ sha256sums =
fffe5fee5e455adca98b4d90b405c98bebac3bc7bc26685008a0ce369a3c1381
pkgname = python-pyscipopt
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
pkgname=python-pyscipopt
-pkgver=5.1.1
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
pkgdesc='A Python interface to the SCIP Optimization Suite'
arch=(x86_64)
url='https://www.scipopt.org/'
@@ -18,7 +18,7 @@ makedepends=(cython
python-setuptools
python-wheel)
source=(git+https://github.com/SCIP-Interfaces/PySCIPOpt#tag=v$pkgver)
-sha256sums=('11e7a560a35999f4b4fb62ea5c4d1f79b19f59ec0c1ea7db12174abb10d327fe')
+sha256sums=('fffe5fee5e455adca98b4d90b405c98bebac3bc7bc26685008a0ce369a3c1381')
build() {
cd PySCIPOpt
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscipopt/-/commit/3a1c8af9cf9cb87a679476618e0042820b2a760a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyscipopt/-/commit/3a1c8af9cf9cb87a679476618e0042820b2a760a
You're receiving this email because of your account on gitlab.archlinux.org.