boakley / robotframework-lint

Linter for robot framework plain text files
Apache License 2.0
126 stars 48 forks source link

added python3 support #34

Closed aleskarova closed 7 years ago

aleskarova commented 7 years ago

Hi! As you know Robot Framework has supported Python 3 for about a year and it would be great if robotframework-lint also supports Python 3. I've made some changes in the source code so the linter could be used with Python 2 and Python 3. I tested it with Python 2.7, 3.3, 3.4 and 3.5 and it seems work OK. Please consider my changes to add them in your master branch.

boakley commented 7 years ago

Thank you!

aleskarova commented 7 years ago

Could you please push the new version of robotframework-lint with supporting Python 3 to PyPi? I use it in my project and it'll be convenient for me to install it with pip rather than download it from github. Thank you in advance.

boakley commented 7 years ago

Version 0.9 has been uploaded to pypi

aleskarova commented 7 years ago

Thank you!

Apteryks commented 5 years ago

Version 0.9 has been uploaded to pypi

Just a friendly request: would it be possible to tag releases in the repo in the future? I have no idea what commit the 0.9 release available on PyPI was made from. Thanks!

Apteryks commented 5 years ago

I've dug the PyPI archive and it seems that 0.9 was made of commit eca94b3; based the content of the file .egg-info/pbr.json. edit: nope this doesn't make sense as it dates back to 2015.

Apteryks commented 5 years ago

Based on the date of the release and the commits history, this would have to be commit: e851879bab1f63e4e53b34a4dc8a67ed95102830. All the tests pass for this commit, unlike on the current master.