Skip to content

Commit 1276594

Browse files
committed
python-threadpoolctl: update to 3.5.0
1 parent bad578b commit 1276594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-python-threadpoolctl/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=threadpoolctl
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=3.4.0
7-
pkgrel=2
6+
pkgver=3.5.0
7+
pkgrel=1
88
pkgdesc="Python helpers to limit the number of threads used in native libraries that handle their own internal threadpool (mingw-w64)"
99
arch=('any')
1010
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
1818
"${MINGW_PACKAGE_PREFIX}-python-installer"
1919
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
2020
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
21-
sha256sums=('f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196')
21+
sha256sums=('082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107')
2222

2323
build() {
2424
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)