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

authored by

Gaétan Lepage and committed by
GitHub
1171e349 032e2d59

+12 -5
+12 -5
pkgs/development/python-modules/uproot/default.nix
··· 1 { 2 lib, 3 buildPythonPackage, 4 - fetchFromGitHub, 5 pythonOlder, 6 - awkward, 7 - cramjam, 8 hatch-vcs, 9 hatchling, 10 numpy, 11 fsspec, 12 packaging, 13 pandas, 14 pytestCheckHook, 15 pytest-timeout, ··· 20 21 buildPythonPackage rec { 22 pname = "uproot"; 23 - version = "5.3.10"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.8"; ··· 29 owner = "scikit-hep"; 30 repo = "uproot5"; 31 rev = "refs/tags/v${version}"; 32 - hash = "sha256-2cTa6AaN4BMJuzLhU9G4e0yl1kqyxblLWsSaIOHYS+o="; 33 }; 34 35 build-system = [ ··· 87 # Cyclic dependency with dask-awkward 88 "test_dask_duplicated_keys" 89 "test_decompression_executor_for_dask" 90 ]; 91 92 disabledTestPaths = [
··· 1 { 2 lib, 3 buildPythonPackage, 4 pythonOlder, 5 + fetchFromGitHub, 6 + 7 + # build-system 8 hatch-vcs, 9 hatchling, 10 + 11 + # dependencies 12 + awkward, 13 + cramjam, 14 numpy, 15 fsspec, 16 packaging, 17 + 18 + # checks 19 pandas, 20 pytestCheckHook, 21 pytest-timeout, ··· 26 27 buildPythonPackage rec { 28 pname = "uproot"; 29 + version = "5.3.11"; 30 pyproject = true; 31 32 disabled = pythonOlder "3.8"; ··· 35 owner = "scikit-hep"; 36 repo = "uproot5"; 37 rev = "refs/tags/v${version}"; 38 + hash = "sha256-MQdSUB9m1BNg+/ybdNrho0V+LlNKavmFdBdBKLhHt2w="; 39 }; 40 41 build-system = [ ··· 93 # Cyclic dependency with dask-awkward 94 "test_dask_duplicated_keys" 95 "test_decompression_executor_for_dask" 96 + "test_decompression_threadpool_executor_for_dask" 97 ]; 98 99 disabledTestPaths = [