Merge pull request #133074 from bcdarwin/update-threadpoolctl

python3Packages.threadpoolctl: 2.1.0 -> 2.2.0
This commit is contained in:
Sandro 2021-08-08 13:17:39 +02:00 committed by GitHub
commit 52196d917f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,13 @@
, fetchFromGitHub , fetchFromGitHub
, flit , flit
, pytestCheckHook , pytestCheckHook
, pytest-cov
, numpy , numpy
, scipy , scipy
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "threadpoolctl"; pname = "threadpoolctl";
version = "2.1.0"; version = "2.2.0";
disabled = isPy27; disabled = isPy27;
format = "flit"; format = "flit";
@ -20,10 +19,10 @@ buildPythonPackage rec {
owner = "joblib"; owner = "joblib";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0sl6mp3b2gb0dvqkhnkmrp2g3r5c7clyyyxzq44xih6sw1pgx9df"; sha256 = "7UUjbX1IpXtUAgN48Db43Zr1u360UETSUnIHD6rQRLs=";
}; };
checkInputs = [ pytestCheckHook pytest-cov numpy scipy ]; checkInputs = [ pytestCheckHook numpy scipy ];
meta = with lib; { meta = with lib; {
homepage = "https://github.com/joblib/threadpoolctl"; homepage = "https://github.com/joblib/threadpoolctl";