[Freeipa-devel] [freeipa PR#254][opened] Replace LooseVersion with pkg_resources.parse_version

tiran freeipa-github-notification at redhat.com
Fri Nov 18 08:31:04 UTC 2016


   URL: https://github.com/freeipa/freeipa/pull/254
Author: tiran
 Title: #254: Replace LooseVersion with pkg_resources.parse_version
Action: opened

PR body:
"""
pylint is having a hard time with distutils.version in tox's virtual
envs. virtualenv uses some tricks to provide a virtual distutils
package, pylint can't cope with.

https://github.com/PyCQA/pylint/issues/73 suggests to use pkg_resources
instead. pkg_resources' version parser has some more benefits, e.g. PEP
440 conformity.

Signed-off-by: Christian Heimes <cheimes at redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/254/head:pr254
git checkout pr254
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-254.patch
Type: text/x-diff
Size: 7315 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20161118/1b4936ef/attachment.bin>


More information about the Freeipa-devel mailing list