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 file
Patch File delta Description
Use packaged docs.patch | (download)

doc/conf.py | 54 27 + 27 - 0 !
1 file changed, 27 insertions(+), 27 deletions(-)

 use packaged docs
Last-Updated: 2025-02-02
Use packaged MathJax.patch | (download)

doc/conf.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 use packaged mathjax

Last-Updated: 2024-11-06
disable iris.patch | (download)

doc/conf.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 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 !
1 file changed, 3 insertions(+)

 disable warning_is_error that causes ftbfs because of

xfail on download.patch | (download)

xarray/tests/test_tutorial.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 downloads are expected to fail on debian test machines

pip3.patch | (download)

xarray/util/print_versions.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 move from pip -> pip3 for the python2 removal.

Last-Updated: 2020-03-11
no accessors.patch | (download)

doc/conf.py | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 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 !
1 file changed, 6 deletions(-)

 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 !
1 file changed, 2 insertions(+)

 skip 2 tests requiring download


disable netcdf roundtrip tests.patch | (download)

xarray/tests/test_backends.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 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 !
1 file changed, 2 insertions(+), 3 deletions(-)

 disable test failures known upstream


import pytest.patch | (download)

xarray/tests/test_tutorial.py | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 make suitable for execution under pytest
  Gets discovered automatically by pytest, so fix up import
  and markups