Package: autojump
Version: 18-1
Severity: important
The package maintainer added a patch to prioritize Python 3:
patches/use-python3.patch
-#!/usr/bin/env python
+#!/usr/bin/env python3
Users downstream are experiencing problems because some have reverted back
to Python 2 and can no longer use autojump. The program was designed in
mind to support both Python 2 and 3, but the patch forces users to use
Python 3.
A lot of Python libraries have not migrated to Python 3, so it's likely to
see a large number of users on Python 2 for a long time.
Please remove / revert this patch so that both Python 2 and Python 3 users
can continue using autojump.
Thanks,
William Ting