From 12765941680fa9995ddda0a0bcedaabc3792bfbb Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 24 Dec 2024 05:58:07 +0000 Subject: [PATCH] python-threadpoolctl: update to 3.5.0 --- mingw-w64-python-threadpoolctl/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-threadpoolctl/PKGBUILD b/mingw-w64-python-threadpoolctl/PKGBUILD index 381bc62d94..edf610642f 100644 --- a/mingw-w64-python-threadpoolctl/PKGBUILD +++ b/mingw-w64-python-threadpoolctl/PKGBUILD @@ -3,8 +3,8 @@ _realname=threadpoolctl pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.4.0 -pkgrel=2 +pkgver=3.5.0 +pkgrel=1 pkgdesc="Python helpers to limit the number of threads used in native libraries that handle their own internal threadpool (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-flit-core") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196') +sha256sums=('082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"