python-threadpoolctl: update to 3.6.0

This commit is contained in:
Biswapriyo Nath 2025-03-20 05:37:14 +00:00
parent 9d38843386
commit db366c9409

View File

@ -3,7 +3,7 @@
_realname=threadpoolctl
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.5.0
pkgver=3.6.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')
@ -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=('082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107')
sha256sums=('8ab8b4aa3491d812b623328249fab5302a68d2d71745c8a4c719a2fcaba9f44e')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"