diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-09 10:00:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-09 10:03:09 +0000 |
commit | 4b46d45f3ed70b43c654edba4f9672b9032e16b4 (patch) | |
tree | 75dd864a82a4ff7870da445011954bfcbbb3b515 | |
parent | 561704c9b47027f32f7f3b1731c5d56c4719b03f (diff) |
math/py-PySCIPOpt: update 5.2.1 → 5.3.0
Reported by: portscout
-rw-r--r-- | math/py-PySCIPOpt/Makefile | 4 | ||||
-rw-r--r-- | math/py-PySCIPOpt/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/py-PySCIPOpt/Makefile b/math/py-PySCIPOpt/Makefile index fd46857187ff..720d3043af77 100644 --- a/math/py-PySCIPOpt/Makefile +++ b/math/py-PySCIPOpt/Makefile @@ -1,6 +1,6 @@ PORTNAME= PySCIPOpt DISTVERSIONPREFIX= v -DISTVERSION= 5.2.1 +DISTVERSION= 5.3.0 CATEGORIES= math python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +24,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip*.so -# tests as of 5.2.1: 292 passed, 107 skipped, 11 xfailed, 3 warnings in 106.41s (0:01:46) +# tests as of 5.3.0: 2 failed, 299 passed, 105 skipped, 11 xfailed, 308 warnings in 58.95s, see https://github.com/scipopt/PySCIPOpt/issues/951 .include <bsd.port.mk> diff --git a/math/py-PySCIPOpt/distinfo b/math/py-PySCIPOpt/distinfo index 791f3da36aa0..2690f50355cb 100644 --- a/math/py-PySCIPOpt/distinfo +++ b/math/py-PySCIPOpt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731882042 -SHA256 (scipopt-PySCIPOpt-v5.2.1_GH0.tar.gz) = 71c687ab603b512a960ba4f80d0f24f98c299569bac3e5c4a17d86224b0aca7c -SIZE (scipopt-PySCIPOpt-v5.2.1_GH0.tar.gz) = 771919 +TIMESTAMP = 1739082958 +SHA256 (scipopt-PySCIPOpt-v5.3.0_GH0.tar.gz) = 19d7828e1179df2942a7adc1147a26dc74417904350ae365d15e12f63f3c4eb2 +SIZE (scipopt-PySCIPOpt-v5.3.0_GH0.tar.gz) = 780260 |