On 2021/03/25 20:13, rgc wrote:
> ports@
>
> first time sending a patch, so please kindly double check.
>
> spyder3 does not run on 6.9-beta with quirks-3.625
> it seems to resolve some spyder3 dependency issues pylint3 needs to be updated.
>
> py3-astroid was updated to 2.5.1
> spyder3 depends on pylint3 but pylint3-2.6.0 depends on astroid<=2.5
> > pkg_resources.ContextualVersionConflict: (astroid 2.5.1 (/usr/local/lib/python3.8/site-packages),
> > Requirement.parse('astroid<=2.5,>=2.4.0'), {'pylint'})
>
> update pyliint3 to latest 2.7.2, spyder3 runs OK
Thanks, committed with small tweaks
> -MODPY_EGG_VERSION = 2.6.0
> +MODPY_EGG_VERSION = 2.7.2
> DISTNAME= pylint-${MODPY_EGG_VERSION}
> REVISION= 0
for reference, please remove any REVISION (but not EPOCH) markers when
doing a version update
No comments:
Post a Comment