From 979e071cf9f659480e5206ac43a755f7e305a6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 23 Dec 2024 16:32:21 -0300 Subject: [PATCH 1/2] fplll: update to 5.5.0. --- common/shlibs | 2 +- srcpkgs/fplll/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index befb37d1b1e5ad..e265df273d86f4 100644 --- a/common/shlibs +++ b/common/shlibs @@ -87,7 +87,7 @@ libt3widget.so.2 libt3widget-1.2.2_1 libtranscript.so.1 libtranscript-0.3.3_1 libnetcdf.so.19 netcdf-4.9.2_1 libformw.so.6 ncurses-libs-5.8_1 ignore -libfplll.so.8 fplll-5.4.4_1 +libfplll.so.9 fplll-5.5.0_1 libpanelw.so.6 ncurses-libs-5.8_1 ignore libmenuw.so.6 ncurses-libs-5.8_1 ignore libobjc.so.4 libobjc-4.7.3_12 diff --git a/srcpkgs/fplll/template b/srcpkgs/fplll/template index 74fb8744ef51ad..2f8c13ce29c1e8 100644 --- a/srcpkgs/fplll/template +++ b/srcpkgs/fplll/template @@ -1,6 +1,6 @@ # Template file for 'fplll' pkgname=fplll -version=5.4.5 +version=5.5.0 revision=1 build_style=gnu-configure makedepends="gmp-devel mpfr-devel" @@ -10,7 +10,7 @@ license="LGPL-2.1-or-later" homepage="https://github.com/fplll/fplll" changelog="https://github.com/fplll/fplll/releases" distfiles="https://github.com/fplll/fplll/releases/download/${version}/fplll-${version}.tar.gz" -checksum=76d3778f0326597ed7505bab19493a9bf6b73a5c5ca614e8fb82f42105c57d00 +checksum=f0af6bdd0ebd5871e87ff3ef7737cb5360b1e38181a4e5a8c1236f3476fec3b2 fplll-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" From d0ba30e7d34364a77c749878744780a73979a53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 23 Dec 2024 15:59:35 -0300 Subject: [PATCH 2/2] python3-fpylll: update to 0.6.2. --- srcpkgs/python3-fpylll/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-fpylll/template b/srcpkgs/python3-fpylll/template index 10cf315f00d771..56cd75d5603b4c 100644 --- a/srcpkgs/python3-fpylll/template +++ b/srcpkgs/python3-fpylll/template @@ -1,7 +1,7 @@ # Template file for 'python3-fpylll' pkgname=python3-fpylll -version=0.6.1 -revision=2 +version=0.6.2 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel python3-Cython python3-cysignals" @@ -14,10 +14,4 @@ license="GPL-2.0-or-later" homepage="https://github.com/fplll/fpylll" changelog="https://github.com/fplll/fpylll/releases" distfiles="${PYPI_SITE}/f/fpylll/fpylll-${version}.tar.gz" -checksum=dfd9529a26c50993a2a716177debd7994312219070574cad31b35b4f0c040a19 -make_check_pre="env PY_IGNORE_IMPORTMISMATCH=1" - -case $XBPS_TARGET_MACHINE in - # skip a test with numerical noise on 32 bit - i686*) make_check_args="-k not(averaged_simulate_prob)" ;; -esac +checksum=d5b2f250afb6fb2f9c70e03ffe1169ff6f2e167e348da1328cc20b693b915fbe