Merge pull request #291028 from NixOS/pr/uproot_5_3_1
python311Packages.uproot: 5.2.2 -> 5.3.1
This commit is contained in:
commit
4546a05bc5
2 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "coffea";
|
||||
version = "2024.2.1";
|
||||
version = "2024.2.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
|||
owner = "CoffeaTeam";
|
||||
repo = "coffea";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-TQ0aC2iFPWh24ce1WoVRluPvnwvBscLtFl8/wcW/Clg=";
|
||||
hash = "sha256-GdoVb9YtlUlrSx7TWWrdHOqOJJ4M+kJspOllv6HgFXk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue