Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#65611 - [python-astroid] astroid depends on wrong version of python-wrapt
Attached to Project:
Arch Linux
Opened by Karthik (wpd) - Monday, 24 February 2020, 10:10 GMT
Last edited by Felix Yan (felixonmars) - Monday, 24 February 2020, 21:18 GMT
Opened by Karthik (wpd) - Monday, 24 February 2020, 10:10 GMT
Last edited by Felix Yan (felixonmars) - Monday, 24 February 2020, 21:18 GMT
|
DetailsDescription:
Astroid 2.3.3 depends on wrapt 1.11.* (https://github.com/PyCQA/astroid/blob/astroid-2.3.3/astroid/__pkginfo__.py#L27). But python-wrapt package is already at 1.12. This dependency needs to be fixed as the upstream lists an older dependency than what arch provides. Additional info: * python-astroid 2.3.3-1 Steps to reproduce: * Install python-astroid and python-wrapt ** Astroid is now in a broken state |
This task depends upon
Closed by Felix Yan (felixonmars)
Monday, 24 February 2020, 21:18 GMT
Reason for closing: Fixed
Additional comments about closing: 2.3.3-2
Monday, 24 February 2020, 21:18 GMT
Reason for closing: Fixed
Additional comments about closing: 2.3.3-2
See https://github.com/PyCQA/astroid/issues/755
Caused by this strange commit: https://github.com/PyCQA/astroid/commit/e1b4e11e383bf281544f1300e41eea2ac6ab251c
They suddenly decided to do exact version pinning for everything, this is plainly wrong...