Bug#1062980:

2024-02-05 Thread Andreas Hasenack
Here is a patch for it, but I'm afraid it then just stumbles on a follow-up error about django: 344s autopkgtest [06:02:28]: test command1: [--- 344s /tmp/autopkgtest.LCD785/build.iLk/src/runtests.py:61: RemovedInDjango50Warning: The extra_tests argument is deprecated. 344s f

Bug#1062980:

2024-02-04 Thread Pushkar Kulkarni
Here [1] is a example of a failing autopkgtest: 354s File "/usr/lib/python3/dist-packages/django/apps/config.py", line 193, in create 354s import_module(entry) 354s File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module 354s return _bootstrap._gcd_import(name[level

Bug#1062980: bootstrapform imports distutils

2024-02-04 Thread Pushkar Kulkarni
Package: python-django-bootstrap-form Version: 3.4-7 Severity: normal python-django-bootstrap-form imports distutils.StrictVersion. This causes autopkgtests of its reverse dependencies (like freedombox) to fail with Python 3.12 which has done away with distutils.