From 753dd9185f61ad2bff0f3e6f2ce11f7860c211e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 1 May 2025 12:22:31 -0300 Subject: [PATCH] python3-numexpr: update to 2.10.2. --- srcpkgs/python3-numexpr/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template index e76bb602f12..155ff6cf49a 100644 --- a/srcpkgs/python3-numexpr/template +++ b/srcpkgs/python3-numexpr/template @@ -1,7 +1,7 @@ # Template file for 'python3-numexpr' pkgname=python3-numexpr -version=2.10.1 -revision=2 +version=2.10.2 +revision=1 build_style=python3-pep517 build_helper="numpy" make_check_args="-k not(test_max_threads_unset)" @@ -9,12 +9,13 @@ hostmakedepends="python3-setuptools python3-wheel" makedepends="python3-devel python3-numpy" depends="python3-numpy" checkdepends="${depends} python3-pytest" -short_desc="Fast numerical expression evaluator for NumPy (Python3)" +short_desc="Fast numerical expression evaluator for NumPy" maintainer="Orphaned " license="MIT" homepage="https://github.com/pydata/numexpr" +changelog="https://raw.githubusercontent.com/pydata/numexpr/refs/heads/master/RELEASE_NOTES.rst" distfiles="https://github.com/pydata/numexpr/archive/v${version}.tar.gz" -checksum=e499bd19a7fd9803d5ec1b2cff2e0a11a2f01a109d5326e5a09eff590448c793 +checksum=7e61a8aa4dacb15787b31c31bd7edf90c026d5e6dbe727844c238726e8464592 pre_check() { python3 setup.py build_ext --inplace