From 7d30d4b002c381678000138b178616e3a34f3881 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 17 Mar 2025 20:32:41 -0400 Subject: [PATCH] python3-threadpoolctl: update to 3.6.0. --- srcpkgs/python3-threadpoolctl/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-threadpoolctl/template b/srcpkgs/python3-threadpoolctl/template index 4f3c9fc5fa6..22db31a1279 100644 --- a/srcpkgs/python3-threadpoolctl/template +++ b/srcpkgs/python3-threadpoolctl/template @@ -1,17 +1,17 @@ # Template file for 'python3-threadpoolctl' pkgname=python3-threadpoolctl -version=3.5.0 -revision=2 +version=3.6.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-flit_core" depends="python3" -checkdepends="python3-pytest" short_desc="Python helpers to limit the number of threads used in native libraries" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/joblib/threadpoolctl" distfiles="${PYPI_SITE}/t/threadpoolctl/threadpoolctl-${version}.tar.gz" -checksum=082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107 +checksum=8ab8b4aa3491d812b623328249fab5302a68d2d71745c8a4c719a2fcaba9f44e +make_check=no # tarball contains no tests post_install() { vlicense LICENSE