Package: astroscrappy / 1.2.0-2

Metadata

Package Version Patches format
astroscrappy 1.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Temporarily disable double cleaning check.patch | (download)

astroscrappy/tests/test_cleaning.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 temporarily disable double-cleaning check

This check fails on some platforms, namely armhf and mips64el. Unless
this is fixed, we disable it.

https://github.com/astropy/astroscrappy/issues/71

Closes: #1001491

Use local bool_ datatype.patch | (download)

astroscrappy/utils/imutils.c | 10 5 + 5 - 0 !
astroscrappy/utils/imutils.h | 6 3 + 3 - 0 !
astroscrappy/utils/medutils.h | 2 1 + 1 - 0 !
3 files changed, 9 insertions(+), 9 deletions(-)

 use local bool_ datatype

In C23, "bool" is a reserved keyword. To be backward compliant, we
still use the old definition but rename it to bool_.