GitHub user holdenk opened a pull request:
https://github.com/apache/beam/pull/4125
[BEAM-3174] If parse_version just gives us a regular tuple use that for
formatting
parse_version seems to also sometimes directly return the tuple (presumably
depending on package utils version) so support both formats in dependency.py
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/holdenk/beam BEAM-3174-python-sdk-py-2-7-6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/4125.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4125
----
commit 04730488bc3732ccd5093d3feb1ad1ce6a1dfdcf
Author: Holden Karau <[email protected]>
Date: 2017-11-14T00:44:21Z
If parse_version just gives us a regular tuple use that for formatting
----
---