python311Packages.uproot: 5.3.1 -> 5.3.2 (#299315)

Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.3.1...v5.3.2

Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.3.2

authored by Gaétan Lepage and committed by GitHub 1b4adc17 b07adff9

+8 -3
+8 -3
pkgs/development/python-modules/uproot/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "uproot"; 22 - version = "5.3.1"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.8"; ··· 28 owner = "scikit-hep"; 29 repo = "uproot5"; 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-cZVdsemaA3ni6xFfrkyLJA+12B7vyURj9OYVuOhqTXU="; 32 }; 33 34 nativeBuildInputs = [ ··· 59 60 disabledTests = [ 61 # Tests that try to download files 62 "test_fallback" 63 "test_file" 64 "test_fsspec_cache_http" 65 "test_fsspec_cache_http_directory" 66 "test_fsspec_chunks" 67 "test_fsspec_globbing_http" 68 "test_fsspec_writing_memory" 69 "test_http" 70 "test_http_fallback" 71 "test_http_multipart" ··· 74 "test_http_size_port" 75 "test_issue_1054_filename_colons" 76 "test_no_multipart" 77 - "test_open_fsspec_http" 78 "test_open_fsspec_github" 79 "test_pickle_roundtrip_http" 80 # Cyclic dependency with dask-awkward 81 "test_decompression_executor_for_dask" 82 ];
··· 19 20 buildPythonPackage rec { 21 pname = "uproot"; 22 + version = "5.3.2"; 23 pyproject = true; 24 25 disabled = pythonOlder "3.8"; ··· 28 owner = "scikit-hep"; 29 repo = "uproot5"; 30 rev = "refs/tags/v${version}"; 31 + hash = "sha256-dq362pevqgLx5KwZ19zQ6aOn5NCyiqynPCF7YdI6tkw="; 32 }; 33 34 nativeBuildInputs = [ ··· 59 60 disabledTests = [ 61 # Tests that try to download files 62 + "test_descend_into_path_classname_of" 63 "test_fallback" 64 "test_file" 65 "test_fsspec_cache_http" 66 "test_fsspec_cache_http_directory" 67 "test_fsspec_chunks" 68 "test_fsspec_globbing_http" 69 + "test_fsspec_writing_http" 70 "test_fsspec_writing_memory" 71 + "test_fsspec_writing_ssh" 72 "test_http" 73 "test_http_fallback" 74 "test_http_multipart" ··· 77 "test_http_size_port" 78 "test_issue_1054_filename_colons" 79 "test_no_multipart" 80 "test_open_fsspec_github" 81 + "test_open_fsspec_http" 82 + "test_open_fsspec_ss" 83 "test_pickle_roundtrip_http" 84 + "test_split_ranges_if_large_file_in_http" 85 # Cyclic dependency with dask-awkward 86 "test_decompression_executor_for_dask" 87 ];