python313Packages.xarray: 2025.01.2 -> 2025.04.0

https://github.com/pydata/xarray/blob/v2025.04.0/doc/whats-new.rst
This commit is contained in:
Martin Weinelt
2025-05-19 14:07:18 +02:00
committed by Robert Schütz
parent f44d9776ef
commit 378ab6034c

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "xarray";
version = "2025.01.2";
version = "2025.04.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -22,9 +22,14 @@ buildPythonPackage rec {
owner = "pydata";
repo = "xarray";
tag = "v${version}";
hash = "sha256-Ub3XHMhMnJ9i746o701PYSai8ulTdjLx4OWal2KUTLM=";
hash = "sha256-HEad3+JvLeBl4/vUFzTTdHz3Y4QjwvnycVkb9gV/8Qk=";
};
postPatch = ''
# don't depend on pytest-mypy-plugins
sed -i "/--mypy-/d" pyproject.toml
'';
build-system = [
setuptools
setuptools-scm