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