From bc096a77288f2d914b7b23a67aea342c64449ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Fri, 21 Mar 2025 20:25:47 +0100 Subject: [PATCH] python312Packages.dask-awkward: 2025.2.0 -> 2025.3.0 (#391900) Diff: https://github.com/dask-contrib/dask-awkward/compare/refs/tags/2025.2.0...2025.3.0 Changelog: https://github.com/dask-contrib/dask-awkward/releases/tag/2025.3.0 --- .../python-modules/dask-awkward/default.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/pkgs/development/python-modules/dask-awkward/default.nix b/pkgs/development/python-modules/dask-awkward/default.nix index 8031a140ffbf..d639f09d883c 100644 --- a/pkgs/development/python-modules/dask-awkward/default.nix +++ b/pkgs/development/python-modules/dask-awkward/default.nix @@ -17,7 +17,6 @@ pyarrow, # tests - dask-histogram, distributed, hist, pandas, @@ -27,14 +26,14 @@ buildPythonPackage rec { pname = "dask-awkward"; - version = "2025.2.0"; + version = "2025.3.0"; pyproject = true; src = fetchFromGitHub { owner = "dask-contrib"; repo = "dask-awkward"; tag = version; - hash = "sha256-hhAY2cPUOYnP86FGsLvxlMeoEwY+sTrjPMKyuZrO0/M="; + hash = "sha256-z4dRGNoqwIEOwaz5U0DqCh/chZtopiLNvvvfl0bJxxI="; }; build-system = [ @@ -75,12 +74,6 @@ buildPythonPackage rec { "test_distance_behavior" ]; - disabledTestPaths = [ - # TypeError: Blockwise.__init__() got an unexpected keyword argument 'dsk' - # https://github.com/dask-contrib/dask-awkward/issues/557 - "tests/test_str.py" - ]; - __darwinAllowLocalNetworking = true; meta = {