python-threadpoolctl: update to 3.5.0

This commit is contained in:
Biswapriyo Nath
2024-12-24 05:58:07 +00:00
parent bad578b7b4
commit 1276594168

View File

@@ -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}"