dask, xarray, etc have now passed their autopkgtests.

Since this looked like a problem-free transition, I ran the build test only for packages that didn't have a (non-superficial) autopkgtest. It found two issues:

- pandas.__version__ includes the +dfsg suffix. Such versions are allowed by the Python packaging spec ( https://packaging.python.org/en/latest/specifications/version-specifiers/#local-version-identifiers ), but mlpack's build considers them invalid.
https://launchpadlibrarian.net/815552441/buildlog_ubuntu-questing-amd64.mlpack_4.6.0-1_BUILDING.txt.gz

This was probably triggered by starting to use pyproject / mesonpy, but it's unclear how general a problem it is. Of the other mesonpy packages, matplotlib also has it in meson's "Project version" (I haven't checked the final package) but numpy and scikit-misc don't.

- tqdm's tests fail on warnings, and trigger one of the new warnings.
https://launchpadlibrarian.net/815545434/buildlog_ubuntu-questing-amd64.tqdm_4.67.1-5_BUILDING.txt.gz

Reply via email to