diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template index b29de01e83b..85b336435b0 100644 --- a/srcpkgs/python3-gmpy2/template +++ b/srcpkgs/python3-gmpy2/template @@ -1,6 +1,6 @@ # Template file for 'python3-gmpy2' pkgname=python3-gmpy2 -version=2.1.3 +version=2.1.5 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,8 +10,9 @@ short_desc="Python3 interface to GMP, MPFR and MPC libraries" maintainer="Gonzalo TornarĂ­a " license="LGPL-3.0-or-later" homepage="https://github.com/aleaxit/gmpy" +changelog="https://github.com/aleaxit/gmpy/releases" distfiles="${PYPI_SITE}/g/gmpy2/gmpy2-${version}.tar.gz" -checksum=10360cc39f1eb56e3a833a4d1cae3884c7f65b6ec490994801e6939dc08870ae +checksum=bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96 do_check() { PYTHONPATH="$(cd build/lib* && pwd)" \ diff --git a/srcpkgs/python3-gmpy2/update b/srcpkgs/python3-gmpy2/update index 0d9a7f7d201..b5703618d28 100644 --- a/srcpkgs/python3-gmpy2/update +++ b/srcpkgs/python3-gmpy2/update @@ -1,3 +1 @@ ignore="*a[1-9] *b[1-9] *rc[1-9]" -# this version only adds binary wheels for apple silicon -ignore="$ignore 2.1.2"