Debian Patches

Status for jsonpickle/4.0.2+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
0001-disable-unsupported-sphinx-extension.patch disable-unsupported-sphinx-extension
Disable Sphinx extensions not available in Debian or requiring remote access.
Jan Dittberner <jandd@debian.org> not-needed 2024-03-06
test_multindex_dataframe_roundtrip-32bit.patch Fix test_multindex_dataframe_roundtrip on 32-bit architectures
https://bugs.debian.org/1103146 reports that this test is failing on
Debian's i386 architecture, and
https://ci.debian.net/packages/j/jsonpickle/ shows that it has been
failing on all 32-bit architectures for some time. The reason is buried
many levels deep, but it turns out that
`pandas.core.indexes.base.Index._with_infer` converts the index levels
to `np.int64` even if they were initially of a narrower integer type -
so it seems to make most sense to start them out as `np.int64` as well.
Colin Watson <cjwatson@debian.org> yes debian 2025-04-16

All known versions for source package 'jsonpickle'

Links