FS#68423 - [python-django] python-django 3.1.2 is incompatible with python-asgiref 3.3.0 in official repo
Attached to Project:
Arch Linux
Opened by simunic (simunic) - Monday, 26 October 2020, 10:22 GMT
Last edited by Jelle van der Waa (jelly) - Thursday, 29 October 2020, 12:15 GMT
Opened by simunic (simunic) - Monday, 26 October 2020, 10:22 GMT
Last edited by Jelle van der Waa (jelly) - Thursday, 29 October 2020, 12:15 GMT
|
Details
Description:
python-django 3.1.2-1 requires asgiref~=3.2.10, but python-asgiref in the official repo is at version 3.3.0. Hence versions don't match and it throws an error. Additional info: /usr/lib/python3.8/site-packages/Django-3.1.2-py3.8.egg-info/requires.txt:asgiref~=3.2.10 Steps to reproduce: I got this error while testing a new version of mathics. The traceback says: File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 567, in _build_master ws.require(__requires__) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 884, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 775, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.ContextualVersionConflict: (asgiref 3.3.0 (/usr/lib/python3.8/site-packages), Requirement.parse('asgiref~=3.2.10'), {'django'}) (I report this bug as medium severity since mathics 1.1.0rc1 doesn't work because of this) |
This task depends upon
Closed by Jelle van der Waa (jelly)
Thursday, 29 October 2020, 12:15 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 3.1.2-2
Thursday, 29 October 2020, 12:15 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 3.1.2-2
FS#68363