From c613dd45a9e28050e536ba1962e2f1b06cca066b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 8 Apr 2024 18:24:54 -0300 Subject: [PATCH] python3-contourpy: update to 1.2.1. --- srcpkgs/python3-contourpy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template index c438d8384dc313..eaf2c5298847d8 100644 --- a/srcpkgs/python3-contourpy/template +++ b/srcpkgs/python3-contourpy/template @@ -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"