-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ara is not buildable in Debian Sid with new django #393
Comments
Hello, it's not possible to update the django version (at least on ara side) as ealier versions doesn't support python3.6. The latest django version to support it is 3.2.. |
Hi @keuko and thanks for the issue. I looked through the logs included in the bug and saw that it tries to build against django 4.x:
The latest stable release of ara (1.5.8) runs with django 2.2 LTS but there is an unreleased commit that updates to django 3.2 TLS: ac9ceff There are no plans to upgrade beyond 3.2 LTS at this time, though the expectation is that we will eventually update to 4.2 LTS once it is available: It could be that we are lucky and django 4.x is backwards compatible with 3.2 LTS but we don't have the bandwidth to keep up with the non-LTS versions of django at this time. I've been busy and sidetracked elsewhere but we are overdue for a release. |
quickly checked the error, Because it is only an alias it could be simple replaced with No guarantee that with this ara will be compatible with Django 4.0 but because it is a no brainer we could include it in ara 1.6.0. |
I had time to look into this just now, it turns out the issue is not between ara and django4 -- in the case of the trace from Debian packaging, it's from django-health-check:
Digging through the logs, we find that it was trying with version 3.12.1:
3.12.1 was released in January 2020 and it looks like the issue was fixed in October 2020: revsys/django-health-check@93e9cdd So the version from Debian wouldn't have the fix. @keuko, I see 3.17 (released in September 2022) in sid: https://packages.debian.org/sid/python3-django-health-check Could you try again with a newer version and let us know if that works ? |
Hi,
Ara can't be build against new django and other plugins, can you please adapt ara for new django and release new version so I can build a packages ?
Thank you
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013506
The text was updated successfully, but these errors were encountered: