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 ! |
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 ! |
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_. |
1
