Merge pull request #285370 from GaetanLepage/dask

python311Packages.dask: 2023.12.0 -> 2024.1.1

authored by Dmitry Kalinkin and committed by GitHub 3433e789 e8a544f5

+13 -11
+3 -2
pkgs/development/python-modules/awkward-cpp/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "awkward-cpp"; 14 - version = "28"; 14 + version = "29"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.8"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-ME67+QDFdzaP08SRpN3+aleQvex2orBr3MRygXYmRZI="; 21 + hash = "sha256-r0t4kbeLkDFxvONB6I0q3YQFn6Fn8I6KmTAFmZ0bnRs="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ ··· 41 41 meta = with lib; { 42 42 description = "CPU kernels and compiled extensions for Awkward Array"; 43 43 homepage = "https://github.com/scikit-hep/awkward"; 44 + changelog = "https://github.com/scikit-hep/awkward/releases/tag/v${version}"; 44 45 license = licenses.bsd3; 45 46 maintainers = with maintainers; [ veprbl ]; 46 47 };
+2 -2
pkgs/development/python-modules/awkward/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "awkward"; 27 - version = "2.5.2"; 27 + version = "2.6.0"; 28 28 pyproject = true; 29 29 30 30 disabled = pythonOlder "3.8"; ··· 33 33 owner = "scikit-hep"; 34 34 repo = "awkward"; 35 35 rev = "refs/tags/v${version}"; 36 - hash = "sha256-n50REyU/aWx6rj+9TZ52S3sZS25/hIaNfOe+AQGaXVA="; 36 + hash = "sha256-rSEGQqCbmB1IWm6gHjYEO1wiTUPlz1s/SwQ5BiI1YRc="; 37 37 }; 38 38 39 39 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/dask-awkward/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "dask-awkward"; 16 - version = "2024.1.2"; 16 + version = "2024.2.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "dask-contrib"; 23 23 repo = "dask-awkward"; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-5UyB/qFfQPLA1N3L6NipW6+FzI0x6hZXu6ickAktlYw="; 25 + hash = "sha256-oBGja1dt9UbHym0c5K/pAMXNErryr3u6IhDRuhwTvG0="; 26 26 }; 27 27 28 28 pythonRelaxDeps = [
+4 -3
pkgs/development/python-modules/dask-histogram/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "dask-histogram"; 13 - version = "2023.10.0"; 14 - format = "pyproject"; 13 + version = "2024.2.0"; 14 + pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "dask-contrib"; 18 18 repo = "dask-histogram"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-ugAqNdvCROCCXURwsGLpnl/lBEAremvTI7MVa/TWt6c="; 20 + hash = "sha256-YU5i7mGOZxj/pvpkZLwohoSuHJgS3zkHYVuj1Vtyrj4="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ ··· 41 41 meta = with lib; { 42 42 description = "Histograms with task scheduling"; 43 43 homepage = "https://dask-histogram.readthedocs.io/"; 44 + changelog = "https://github.com/dask-contrib/dask-histogram/releases/tag/${version}"; 44 45 license = with licenses; [ bsd3 ]; 45 46 maintainers = with maintainers; [ veprbl ]; 46 47 };
+2 -2
pkgs/development/python-modules/dask/default.nix
··· 38 38 39 39 buildPythonPackage rec { 40 40 pname = "dask"; 41 - version = "2023.12.0"; 41 + version = "2024.1.1"; 42 42 pyproject = true; 43 43 44 44 disabled = pythonOlder "3.9"; ··· 47 47 owner = "dask"; 48 48 repo = "dask"; 49 49 rev = "refs/tags/${version}"; 50 - hash = "sha256-LMd55s8LT4m6Ym+LmXb4TKPnZ0jMkNBfcPJxmgruMDM="; 50 + hash = "sha256-L8bRh2bx36CYrAFXYJF67rCeCRfm5ufhTkMFRJo0yYo="; 51 51 }; 52 52 53 53 nativeBuildInputs = [