Description of problem: python-django-debreach fails to build in Fedora with Django 3 See https://fedoraproject.org/wiki/Changes/Django3 Version-Release number of selected component (if applicable): python-django-debreach-1.5.2-5.fc32 How reproducible: [python-django-debreach (master)]$ fedpkg --release master build ====================================================================== ERROR: debreach.tests (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: debreach.tests Traceback (most recent call last): File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/builddir/build/BUILD/django-debreach-1.5.2/debreach/tests.py", line 17, in <module> from debreach.context_processors import csrf File "/builddir/build/BUILD/django-debreach-1.5.2/debreach/context_processors.py", line 9, in <module> from django.utils.six import text_type ModuleNotFoundError: No module named 'django.utils.six' ----------------------------------------------------------------------
I have checked the upstream repo, and the issue has not been resolved upstream yet. I have opened https://github.com/lpomfrey/django-debreach/issues/17 to track this.
The bug has been closed upstream, and version 2.0.1 has been released. https://koji.fedoraproject.org/koji/taskinfo?taskID=38198180 is the build for Rawhide.