Hello, > 1) create an amd64 sid chroot > 2) install python3-pandas there > 3) install build-dependencies > 4) dpkg-buildpackage -A > 5) sign & upload > > after the package is installed, a source-only upload is required to let the > migration happen, since arch:all binNMUs are not a thing (yet).
I did the above, without the "upload" part, so I can just upload in case you need help or you don't have a deb file handy (or machine capable enough) Also, I would like to mention a problem that sometimes occurs (e.g. it happened on amd64, mips64el and some port machine) ../debian/tmp/usr/lib/python3/dist-packages/pandas/tests/reshape/test_tile.py::TestDatelike::test_qcut_nat[timedelta64[ns]] Segmentation fault Graham suggests that might be related to some particular time in the day, e.g. a test that fails when starts on day=x and ends on day=x+1 or something similar... Do you have any idea? I retried the builds and they seems ok now but the problem is still there G.