Package: python-xarray / 2025.03.0-1
Metadata
Package | Version | Patches format |
---|---|---|
python-xarray | 2025.03.0-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Use packaged docs.patch | (download) |
doc/conf.py |
54 27 + 27 - 0 ! |
use packaged docs Last-Updated: 2025-02-02 |
Use packaged MathJax.patch | (download) |
doc/conf.py |
4 4 + 0 - 0 ! |
use packaged mathjax Last-Updated: 2024-11-06 |
disable iris.patch | (download) |
doc/conf.py |
1 0 + 1 - 0 ! |
disable iris in doc building, as it will trigger downloads Last-Updated: 2020-12-01 |
ipython fix.patch | (download) |
doc/conf.py |
3 3 + 0 - 0 ! |
disable warning_is_error that causes ftbfs because of |
xfail on download.patch | (download) |
xarray/tests/test_tutorial.py |
2 2 + 0 - 0 ! |
downloads are expected to fail on debian test machines |
pip3.patch | (download) |
xarray/util/print_versions.py |
2 1 + 1 - 0 ! |
move from pip -> pip3 for the python2 removal. Last-Updated: 2020-03-11 |
no accessors.patch | (download) |
doc/conf.py |
8 4 + 4 - 0 ! |
drop sphinx_accessors as not currently present in debian Last-Updated: 2021-05-10 |
disable netcdf compressor tests.patch | (download) |
xarray/tests/test_backends.py |
6 0 + 6 - 0 ! |
netcdf4 in debian is not yet built with zstd or blosc compressors. Last-Updated: 2024-01-21 |
skip tests needing download.patch | (download) |
xarray/tests/test_backends.py |
2 2 + 0 - 0 ! |
skip 2 tests requiring download |
disable netcdf roundtrip tests.patch | (download) |
xarray/tests/test_backends.py |
1 1 + 0 - 0 ! |
netcdf4 mask/scale currently fails on debian. Last-Updated: 2024-11-07 |
disable cftime false standard calendar tests.patch | (download) |
xarray/tests/test_backends.py |
5 2 + 3 - 0 ! |
disable test failures known upstream |
import pytest.patch | (download) |
xarray/tests/test_tutorial.py |
7 5 + 2 - 0 ! |
make suitable for execution under pytest Gets discovered automatically by pytest, so fix up import and markups |