python311Packages.uproot: 5.2.2 -> 5.3.1

This commit is contained in:
Dmitry Kalinkin 2024-02-23 19:43:48 -05:00
parent b093dd8294
commit 47b7773fb7

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, pythonOlder
, awkward
, cramjam
, hatch-vcs
, hatchling
, numpy
@ -10,17 +11,15 @@
, packaging
, pandas
, pytestCheckHook
, lz4
, pytest-timeout
, rangehttpserver
, scikit-hep-testdata
, xxhash
, zstandard
}:
buildPythonPackage rec {
pname = "uproot";
version = "5.2.2";
version = "5.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +28,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "uproot5";
rev = "refs/tags/v${version}";
hash = "sha256-7X8oIMvOSC1JXQrZTPXLiqsUnfSc2Rx3KCvxKbhvPzM=";
hash = "sha256-cZVdsemaA3ni6xFfrkyLJA+12B7vyURj9OYVuOhqTXU=";
};
nativeBuildInputs = [
@ -39,6 +38,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
awkward
cramjam
numpy
fsspec
packaging
@ -47,12 +47,10 @@ buildPythonPackage rec {
nativeCheckInputs = [
pandas
pytestCheckHook
lz4
pytest-timeout
rangehttpserver
scikit-hep-testdata
xxhash
zstandard
];
preCheck = ''
@ -79,6 +77,8 @@ buildPythonPackage rec {
"test_open_fsspec_http"
"test_open_fsspec_github"
"test_pickle_roundtrip_http"
# Cyclic dependency with dask-awkward
"test_decompression_executor_for_dask"
];
disabledTestPaths = [