From 1171e349e04598c2c819ed0e6fceef6d1025b3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Sun, 25 Aug 2024 03:37:05 +0200 Subject: [PATCH] python312Packages.uproot: 5.3.10 -> 5.3.11 (#337107) Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.3.10...v5.3.11 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.3.11 --- .../python-modules/uproot/default.nix | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix index c4c5175b3f98..1a5bd07a01be 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -1,15 +1,21 @@ { lib, buildPythonPackage, - fetchFromGitHub, pythonOlder, - awkward, - cramjam, + fetchFromGitHub, + + # build-system hatch-vcs, hatchling, + + # dependencies + awkward, + cramjam, numpy, fsspec, packaging, + + # checks pandas, pytestCheckHook, pytest-timeout, @@ -20,7 +26,7 @@ buildPythonPackage rec { pname = "uproot"; - version = "5.3.10"; + version = "5.3.11"; pyproject = true; disabled = pythonOlder "3.8"; @@ -29,7 +35,7 @@ buildPythonPackage rec { owner = "scikit-hep"; repo = "uproot5"; rev = "refs/tags/v${version}"; - hash = "sha256-2cTa6AaN4BMJuzLhU9G4e0yl1kqyxblLWsSaIOHYS+o="; + hash = "sha256-MQdSUB9m1BNg+/ybdNrho0V+LlNKavmFdBdBKLhHt2w="; }; build-system = [ @@ -87,6 +93,7 @@ buildPythonPackage rec { # Cyclic dependency with dask-awkward "test_dask_duplicated_keys" "test_decompression_executor_for_dask" + "test_decompression_threadpool_executor_for_dask" ]; disabledTestPaths = [