···61 # Since sage unfortunately does not release bugfix releases, packagers must
62 # fix those bugs themselves. This is for critical bugfixes, where "critical"
63 # == "causes (transient) doctest failures / somebody complained".
64- bugfixPatches = [ ];
00006566 # Patches needed because of package updates. We could just pin the versions of
67 # dependencies, but that would lead to rebuilds, confusion and the burdons of
···61 # Since sage unfortunately does not release bugfix releases, packagers must
62 # fix those bugs themselves. This is for critical bugfixes, where "critical"
63 # == "causes (transient) doctest failures / somebody complained".
64+ bugfixPatches = [
65+ # To help debug the transient error in
66+ # https://trac.sagemath.org/ticket/23087 when it next occurs.
67+ ./patches/configurationpy-error-verbose.patch
68+ ];
6970 # Patches needed because of package updates. We could just pin the versions of
71 # dependencies, but that would lead to rebuilds, confusion and the burdons of