python3-pywt: update to 1.4.1.

This commit is contained in:
Andrew J. Hesford 2022-09-16 08:21:52 -04:00
parent e8978a646c
commit 8d73ad7cf8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pywt'
pkgname=python3-pywt
version=1.3.0
version=1.4.1
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
@ -14,7 +14,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/PyWavelets/pywt"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=6dc7e55a2d7c415262eb212a2fbbb0e3aa19572fecd5cebcef72b810ac11d4ae
checksum=b1d0edca28998d35ec1bbc31f009b334a98b475f67b1c84f7521eb689a8607f8
do_check() {
(cd build/lib* && python3 -m pytest pywt/tests)