python311Packages.uproot: 5.1.2 -> 5.2.0
Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.2.0
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
, awkward
|
||||
, hatchling
|
||||
, numpy
|
||||
, fsspec
|
||||
, packaging
|
||||
, pytestCheckHook
|
||||
, lz4
|
||||
, pytest-timeout
|
||||
, rangehttpserver
|
||||
, scikit-hep-testdata
|
||||
, xxhash
|
||||
, zstandard
|
||||
@@ -16,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "uproot";
|
||||
version = "5.1.2";
|
||||
version = "5.2.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -25,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "scikit-hep";
|
||||
repo = "uproot5";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-TMa+j2jdFagJJhlyCx4rNLaxQhrJyq1HdpnA40xiyME=";
|
||||
hash = "sha256-Oig66OvnmuqT56UkAecSG9qg+qxEQINX/DWS30yq46s=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -35,6 +37,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
awkward
|
||||
numpy
|
||||
fsspec
|
||||
packaging
|
||||
];
|
||||
|
||||
@@ -42,6 +45,7 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
lz4
|
||||
pytest-timeout
|
||||
rangehttpserver
|
||||
scikit-hep-testdata
|
||||
xxhash
|
||||
zstandard
|
||||
@@ -53,20 +57,32 @@ buildPythonPackage rec {
|
||||
|
||||
disabledTests = [
|
||||
# Tests that try to download files
|
||||
"test_http"
|
||||
"test_no_multipart"
|
||||
"test_fallback"
|
||||
"test_file"
|
||||
"test_fsspec_chunks"
|
||||
"test_fsspec_globbing_http"
|
||||
"test_fsspec_writing_memory"
|
||||
"test_http"
|
||||
"test_http_fallback"
|
||||
"test_http_multipart"
|
||||
"test_http_port"
|
||||
"test_http_size"
|
||||
"test_http_size_port"
|
||||
"test_issue_1054_filename_colons"
|
||||
"test_no_multipart"
|
||||
"test_open_fsspec_http"
|
||||
"test_open_fsspec_github"
|
||||
"test_pickle_roundtrip_http"
|
||||
"test_open_fsspec_local"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Tests that try to download files
|
||||
"tests/test_0066-fix-http-fallback-freeze.py"
|
||||
"tests/test_0088-read-with-http.py"
|
||||
"tests/test_0220-contiguous-byte-ranges-in-http.py"
|
||||
"tests/test_0916-read-from-s3.py"
|
||||
"tests/test_0930-expressions-in-pandas.py"
|
||||
"tests/test_0066_fix_http_fallback_freeze.py"
|
||||
"tests/test_0088_read_with_http.py"
|
||||
"tests/test_0220_contiguous_byte_ranges_in_http.py"
|
||||
|
||||
# FileNotFoundError: uproot-issue-1043.root
|
||||
"tests/test_1043_const_std_string.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user