Bug#1056419: Can we also move uncertainties to DPT (Was: python-hug: autopkgtest failure with Python 3.12)
Alexandre Detiste
alexandre.detiste at gmail.com
Wed Feb 14 11:24:03 GMT 2024
Hi Andreas,
I think usage of "past" has been neutered since:
if sys.version_info < (3,):
from past.builtins import basestring
else:
# Avoid importing from past in Python 3 since it utilizes the builtin
# 'imp' module, which is deprecated as of Python 3.4, see
# https://docs.python.org/3/library/imp.html. The 2to3 tool replaces
# basestring with str, so that's what we effectively do here as well:
basestring = str
My attempt to rebuild lmfit-py in experimental failed for another reason:
https://buildd.debian.org/status/package.php?p=lmfit-py&suite=experimental
Le mer. 14 févr. 2024 à 12:19, Federico Ceratto <federico at debian.org> a écrit :
> I'm a fan of team-maintained packages - I just set the maintainer field to DPMT in the git repo.
Thank you too
More information about the debian-science-maintainers
mailing list