python312Packages.sparse: 0.15.5 -> 0.16.0

Diff: https://github.com/pydata/sparse/compare/refs/tags/0.15.5...refs/tags/0.16.0

Changelog: https://sparse.pydata.org/en/stable/changelog.html
This commit is contained in:
Gaetan Lepage
2025-04-12 01:28:50 +02:00
parent 9aa0bddfd1
commit 14ab9e3cdf
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "sparse";
version = "0.15.5";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pydata";
repo = "sparse";
tag = version;
hash = "sha256-W4rcq7G/bQsT9oTLieOzWNst5LnIAelRMbm+uUPeQgs=";
hash = "sha256-ChSEb+IwzutDgYBJxhlunRaF8VvkLHW/ae5RdrljWj0=";
};
build-system = [
@@ -56,10 +56,5 @@ buildPythonPackage rec {
downloadPage = "https://github.com/pydata/sparse/releases/tag/${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ GaetanLepage ];
badPlatforms = [
# Most tests fail with: Fatal Python error: Segmentation fault
# numba/typed/typedlist.py", line 344 in append
"aarch64-linux"
];
};
}