Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-threadpoolctl
Commits: 7e2d85cb by Antonio Rojas at 2024-03-31T01:01:29+01:00 upgpkg: 3.4.0-1: Update to 3.4.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-threadpoolctl + pkgdesc = Python helpers to limit the number of threads used in native libraries that handle their own internal threadpool + pkgver = 3.4.0 + pkgrel = 1 + url = https://github.com/joblib/threadpoolctl + arch = any + license = BSD + makedepends = python-build + makedepends = python-installer + makedepends = python-flit-core + depends = python + source = https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-3.4.0.tar.gz + sha256sums = f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196 + +pkgname = python-threadpoolctl ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Butui Hu <[email protected]> pkgname=python-threadpoolctl -pkgver=3.2.0 +pkgver=3.4.0 pkgrel=1 pkgdesc="Python helpers to limit the number of threads used in native libraries that handle their own internal threadpool" arch=('any') @@ -11,7 +11,7 @@ license=('BSD') depends=('python') makedepends=('python-build' 'python-installer' 'python-flit-core') source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz") -sha256sums=('c96a0ba3bdddeaca37dc4cc7344aafad41cdb8c313f74fdfe387a867bba93355') +sha256sums=('f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196') build() { cd "$srcdir"/threadpoolctl-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-threadpoolctl/-/commit/7e2d85cbcbd59b9e9ee00fd1b3762f6d469161c3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-threadpoolctl/-/commit/7e2d85cbcbd59b9e9ee00fd1b3762f6d469161c3 You're receiving this email because of your account on gitlab.archlinux.org.
