Closed FelixSchwarz closed 4 years ago
I checked the test cases yesterday (briefly) and there are also other test failures. Help is appreciated.
The build logs above have been cleaned up but you can retrieve the latest logs from COPR: https://copr.fedorainfracloud.org/coprs/g/python/python3.9/package/python-genshi/
I started working on this. As a first step I'll try to get a single source version (without 2to3
) which will ease testing against Python 3.9 considerably. Part of that is dropping support for ancient Python 2 versions (Python 2.4/2.5). We might be able to drop Python 2 support completely but I think this won't make fixing this bug much easier so I'll just do what I think is really necessary.
I'll try to push my changes frequently to the branches in my repo (with a lot of history rewriting etc). Help is welcome so feel free to join :-)
just fyi: all tests pass with my branch wip-fix-py39index. The branch needs to be cleaned up and probably some changes could be solved more elegantly but I think the main work is done.
Thanks for fixing with #27!
python-genshi fails to build with Python 3.9.0a5:
For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/fedora-rawhide-x86_64/01321086-python-genshi/
Downstream bug: python-genshi fails to build with Python 3.9: module '_ast' has no attribute 'Index'