URL: https://github.com/freeipa/freeipa/pull/827 Author: MartinBasti Title: #827: pylint: explicitly depends on python2-pylint Action: opened
PR body: """ F26 defaults to python3 with pylint package, we have to explicitly ask for python2 version of pylint
https://pagure.io/freeipa/issue/6986 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/827/head:pr827 git checkout pr827
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
MartinBasti commented: """ Works only for F26. F25 doesn't have python2-pylint package """
See the full comment at https://github.com/freeipa/freeipa/pull/827#issuecomment-304634362
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
Label: +postponed
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
tiran commented: """ ``` %if 0%{?fedora} >= 26 BuildRequires: python2-pylint %else BuildRequires: python-pylint >= 1.6 %endif ``` """
See the full comment at https://github.com/freeipa/freeipa/pull/827#issuecomment-304785138
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
tiran commented: """ ``` %if 0%{?fedora} >= 26 BuildRequires: python2-pylint %else BuildRequires: python-pylint >= 1.6 %endif ``` """
See the full comment at https://github.com/freeipa/freeipa/pull/827#issuecomment-304785138
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
MartinBasti commented: """ @tiran yes it is possible, but given that F27 is a target platform for FreeIPA 4.6 and more package changes will be required, I'd drop F25 and continue with developing on F26 and avoid too many `if` in code """
See the full comment at https://github.com/freeipa/freeipa/pull/827#issuecomment-304797068
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
tiran commented: """ @MartinBasti I'm still developing on F25 because I'm reluctant to upgrade my working machine to F26 until F26 has been released and stabilized. Can we compromise and keep master F25 compatibility for a while? """
See the full comment at https://github.com/freeipa/freeipa/pull/827#issuecomment-304811104
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
MartinBasti commented: """ @tiran OK, given that pylint is broken on F26 """
See the full comment at https://github.com/freeipa/freeipa/pull/827#issuecomment-304812803
URL: https://github.com/freeipa/freeipa/pull/827 Author: MartinBasti Title: #827: pylint: explicitly depends on python2-pylint Action: synchronized
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/827/head:pr827 git checkout pr827
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
Label: -postponed
URL: https://github.com/freeipa/freeipa/pull/827 Author: MartinBasti Title: #827: pylint: explicitly depends on python2-pylint Action: synchronized
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/827/head:pr827 git checkout pr827
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
Label: +ack
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
Label: +pushed
URL: https://github.com/freeipa/freeipa/pull/827 Author: MartinBasti Title: #827: pylint: explicitly depends on python2-pylint Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/827/head:pr827 git checkout pr827
URL: https://github.com/freeipa/freeipa/pull/827 Title: #827: pylint: explicitly depends on python2-pylint
MartinBasti commented: """ master:
* be1415b6cc8f5dadc1ac3766305a33f370fdf9bb pylint: explicitly depends on python2-pylint
"""
See the full comment at https://github.com/freeipa/freeipa/pull/827#issuecomment-305417588
freeipa-devel@lists.fedorahosted.org