python3-scipy: update to 1.6.1.

This commit is contained in:
Andrew J. Hesford 2021-02-18 07:27:35 -05:00
parent 7dc5d24bf5
commit 5219f9acbc

View file

@ -1,6 +1,6 @@
# Template file for 'python3-scipy'
pkgname=python3-scipy
version=1.6.0
version=1.6.1
revision=1
wrksrc="scipy-${version}"
build_style=python3-module
@ -12,11 +12,11 @@ makedepends="python3-devel python3-pybind11
depends="python3-numpy"
checkdepends="python3-pytest"
short_desc="Scientific library for Python3"
maintainer="Alessio Sergi <al3hex@gmail.com>"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://scipy.org/scipylib/"
distfiles="https://github.com/scipy/scipy/releases/download/v${version}/scipy-${version}.tar.xz"
checksum=dd06d02e8ac6e13e973cbab3da63888daf26a4fec1cd8a8d0804ec872864a7f5
checksum=2800f47a5040cbab05b3ce58f1dfb670c70232b0f56d30380c6fd4ef4e787df5
build_options="openblas"