FS#71439 - [python-django-mailman3] Not working with Django > 3.1

Attached to Project: Community Packages
Opened by Kristian (klausenbusk) - Sunday, 04 July 2021, 13:27 GMT
Last edited by David Runge (dvzrv) - Monday, 05 July 2021, 18:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: When packaging mailman-web[1] I noticed that python-django-mailman3 depends on Django<3.2,>=2.0[2] (the version packaged is 3.2).

pkg_resources.ContextualVersionConflict: (Django 3.2.5 (/usr/lib/python3.9/site-packages), Requirement.parse('Django<3.2,>=2.0'), {'django-mailman3'})

[1] https://gitlab.com/mailman/mailman-web/
[2] https://gitlab.com/mailman/django-mailman3/-/blob/ed9cd3c18a25437a0c151bc18ed6c5ddd4ee3f3b/setup.py#L41
This task depends upon

Closed by  David Runge (dvzrv)
Monday, 05 July 2021, 18:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with python-django-mailman3 1.3.5-2
Comment by David Runge (dvzrv) - Monday, 05 July 2021, 17:40 GMT
It seems it is safe to patch it, as they are already testing against it [1].
Unfortunately the dependency has not been updated...

[1] https://gitlab.com/mailman/django-mailman3/-/commit/c2682adc3141d266b680127fe9cecf323773e8dd

Loading...