python3-contourpy: update to 1.2.1.

This commit is contained in:
Gonzalo Tornaría 2024-04-08 18:24:54 -03:00 committed by cinerea0
parent b1520c5ea2
commit 05e023c596
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-contourpy'
pkgname=python3-contourpy
version=1.2.0
version=1.2.1
revision=1
build_style=python3-pep517
build_helper=meson
@ -14,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://github.com/contourpy/contourpy"
changelog="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/changelog.rst"
distfiles="${PYPI_SITE}/c/contourpy/contourpy-${version}.tar.gz"
checksum=171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a
checksum=4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c
# This test needs `wurlitzer`, not packaged
make_check_args="--deselect=tests/test_internal.py::test_write_cache"