[arch-commits] Commit in python-threadpoolctl/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 23 18:09:30 UTC 2021


    Date: Friday, July 23, 2021 @ 18:09:30
  Author: arojas
Revision: 984762

Update to 2.2.0

Modified:
  python-threadpoolctl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-23 18:07:14 UTC (rev 984761)
+++ PKGBUILD	2021-07-23 18:09:30 UTC (rev 984762)
@@ -2,8 +2,8 @@
 # Contributor: Butui Hu <hot123tea123 at gmail.com>
 
 pkgname=python-threadpoolctl
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.2.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 @@
 depends=('python')
 makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz")
-sha256sums=('ddc57c96a38beb63db45d6c159b5ab07b6bced12c45a1f07b2b92f272aebfa6b')
+sha256sums=('86d4b6801456d780e94681d155779058759eaef3c3564758b17b6c99db5f81cb')
 
 build() {
   cd "$srcdir"/threadpoolctl-${pkgver}




More information about the arch-commits mailing list