FS#53708 - [python-pylint] pylint reports version 2.0.0

Attached to Project: Arch Linux
Opened by Tomislav Ivek (tivek) - Tuesday, 18 April 2017, 16:41 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 31 May 2017, 13:06 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Angel Velasquez (angvp)
Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

python-pylint 1.6.4 reports version 2.0.0 to pip and python.
Cause: PKGBUILD targets a specific (buggy) commit
Fix: build python-pylint from one of the project's recent releases.

Additional info:
* python-pylint version 1.6.4.20170104-1

Steps to reproduce:
pacman -Qi python-pylint # Version: 1.6.4.20170104-1
pip show pylint # Version: 2.0.0

open python console, type:
import pylint
print(pylint.__version__) # 2.0.0
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 31 May 2017, 13:06 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-pylint 1.7.1-1

Loading...