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
This commit is contained in:
parent
032e2d5914
commit
1171e349e0
@ -1,15 +1,21 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
awkward,
|
fetchFromGitHub,
|
||||||
cramjam,
|
|
||||||
|
# build-system
|
||||||
hatch-vcs,
|
hatch-vcs,
|
||||||
hatchling,
|
hatchling,
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
awkward,
|
||||||
|
cramjam,
|
||||||
numpy,
|
numpy,
|
||||||
fsspec,
|
fsspec,
|
||||||
packaging,
|
packaging,
|
||||||
|
|
||||||
|
# checks
|
||||||
pandas,
|
pandas,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pytest-timeout,
|
pytest-timeout,
|
||||||
@ -20,7 +26,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "uproot";
|
pname = "uproot";
|
||||||
version = "5.3.10";
|
version = "5.3.11";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -29,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
owner = "scikit-hep";
|
owner = "scikit-hep";
|
||||||
repo = "uproot5";
|
repo = "uproot5";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-2cTa6AaN4BMJuzLhU9G4e0yl1kqyxblLWsSaIOHYS+o=";
|
hash = "sha256-MQdSUB9m1BNg+/ybdNrho0V+LlNKavmFdBdBKLhHt2w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
@ -87,6 +93,7 @@ buildPythonPackage rec {
|
|||||||
# Cyclic dependency with dask-awkward
|
# Cyclic dependency with dask-awkward
|
||||||
"test_dask_duplicated_keys"
|
"test_dask_duplicated_keys"
|
||||||
"test_decompression_executor_for_dask"
|
"test_decompression_executor_for_dask"
|
||||||
|
"test_decompression_threadpool_executor_for_dask"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
Loading…
Reference in New Issue
Block a user