Package: astropy / 7.2.0-1

Metadata

Package Version Patches format
astropy 7.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Don t install showtable script.patch | (download)

pyproject.toml | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 don't install showtable script

This script is rather trivial, lacks a manpage, and conflicts with the
libdata-showtable-perl package.

Allow XFAIL tests to pass.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow xfail tests to pass


Don t turn deprecation warnings into errors.patch | (download)

pyproject.toml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 don't turn deprecation warnings into errors

Taken from https://github.com/astropy/astropy/pull/9767
TST: Ignore remaining matplotlib warnings on Debian

Make test xfail that fails under mips64el.patch | (download)

astropy/visualization/wcsaxes/tests/test_misc.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 make test xfail that fails under mips64el

https://github.com/astropy/astropy/issues/12416

Weaken or ignore tests that fail in future.patch | (download)

astropy/time/tests/test_ut1.py | 2 1 + 1 - 0 !
astropy/utils/iers/tests/test_iers.py | 2 2 + 0 - 0 !
astropy/utils/iers/tests/test_leap_second.py | 4 1 + 3 - 0 !
pyproject.toml | 2 2 + 0 - 0 !
4 files changed, 6 insertions(+), 4 deletions(-)

 weaken or ignore tests that fail in future

Closes: #1078611

Remove intersphinx mapping.patch | (download)

docs/conf.py | 16 0 + 16 - 0 !
1 file changed, 16 deletions(-)

 remove intersphinx mapping


Use system wide configobject validate.patch | (download)

astropy/config/configuration.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use system wide configobject+validate


Use system ply instead of local copy.patch | (download)

astropy/units/format/base.py | 2 1 + 1 - 0 !
astropy/units/format/cds.py | 2 1 + 1 - 0 !
astropy/units/format/generic.py | 2 1 + 1 - 0 !
astropy/units/format/ogip.py | 2 1 + 1 - 0 !
astropy/units/format/vounit.py | 2 1 + 1 - 0 !
astropy/utils/parsing.py | 8 4 + 4 - 0 !
6 files changed, 9 insertions(+), 9 deletions(-)

 use system ply instead of local copy


Don t rely on sphinx_changelog and sphinxcontrib_globalsu.patch | (download)

docs/conf.py | 3 0 + 3 - 0 !
pyproject.toml | 2 0 + 2 - 0 !
2 files changed, 5 deletions(-)

 don't rely on sphinx_changelog and sphinxcontrib_globalsub

There is no Debian packages available yet.

Ignore invalid value warnings that happen on mips64el.patch | (download)

pyproject.toml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ignore invalid value warnings that happen on mips64el


Don t check overflow warning that doesn t appear on armel.patch | (download)

astropy/cosmology/_src/tests/flrw/test_w0wzcdm.py | 1 1 + 0 - 0 !
astropy/modeling/tests/test_model_sets.py | 15 8 + 7 - 0 !
astropy/stats/tests/test_histogram.py | 4 3 + 1 - 0 !
3 files changed, 12 insertions(+), 8 deletions(-)

 don't check overflow warning that doesn't appear on armel


Allow older matplotlib when building docs.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow older matplotlib when building docs

3.9.1 is still not available on Debian.

Skip system_info doctest that fails during build.patch | (download)

astropy/utils/system_info.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 skip system_info doctest that fails during build


Mark one test as xfail that sometimes fails on i386.patch | (download)

astropy/modeling/tests/test_models.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 mark one test as xfail that sometimes fails on i386

https://github.com/astropy/astropy/issues/17362

Closes: #1087612

Fix FTBFS on GNU Hurd.patch | (download)

astropy/table/tests/test_showtable.py | 4 3 + 1 - 0 !
astropy/utils/data.py | 2 2 + 0 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 fix ftbfs on gnu hurd

 * Catch NotADirectoryError in utils._rmtree. This error is raised in
 GNU Hurd when os.rename is executed on a missing directory.

 * Allow any error number in OSError for test_missing_file. This is
Increase tolerance for test_polynomial_poorly_conditioned.patch | (download)

astropy/modeling/tests/test_fitters.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase tolerance for test_polynomial_poorly_conditioned

The original tolerance is too small for ppc64el.