Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-threadpoolctl
Commits:
efbb5c39 by Antonio Rojas at 2024-12-09T18:50:29+01:00
upgpkg: 3.5.0-1: Update to 3.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
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 = 3
+ pkgver = 3.5.0
+ pkgrel = 1
url = https://github.com/joblib/threadpoolctl
arch = any
license = BSD
@@ -9,7 +9,7 @@ pkgbase = python-threadpoolctl
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
+ source =
https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-3.5.0.tar.gz
+ sha256sums =
082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107
pkgname = python-threadpoolctl
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Butui Hu <[email protected]>
pkgname=python-threadpoolctl
-pkgver=3.4.0
-pkgrel=3
+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"
arch=('any')
url="https://github.com/joblib/threadpoolctl"
@@ -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=('f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196')
+sha256sums=('082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107')
build() {
cd "$srcdir"/threadpoolctl-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-threadpoolctl/-/commit/efbb5c3906db04ec062f10bfe2bc3b76ab316b5d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-threadpoolctl/-/commit/efbb5c3906db04ec062f10bfe2bc3b76ab316b5d
You're receiving this email because of your account on gitlab.archlinux.org.