From d7d36e79a31ff33a65b78c5823519e6fbcd5b8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 4 Nov 2023 19:16:32 -0300 Subject: [PATCH] python3-contourpy: update to 1.2.0. --- srcpkgs/python3-contourpy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-contourpy/template b/srcpkgs/python3-contourpy/template index e706c60459e..c438d8384dc 100644 --- a/srcpkgs/python3-contourpy/template +++ b/srcpkgs/python3-contourpy/template @@ -1,7 +1,7 @@ # Template file for 'python3-contourpy' pkgname=python3-contourpy -version=1.1.1 -revision=2 +version=1.2.0 +revision=1 build_style=python3-pep517 build_helper=meson hostmakedepends="python3-meson-python python3-pybind11 pkg-config" @@ -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=96ba37c2e24b7212a77da85004c38e7c4d155d3e72a45eeaf22c1f03f607e8ab +checksum=171f311cb758de7da13fc53af221ae47a5877be5a0843a9fe150818c51ed276a # This test needs `wurlitzer`, not packaged make_check_args="--deselect=tests/test_internal.py::test_write_cache"