[
https://issues.apache.org/jira/browse/ARROW-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385350#comment-16385350
]
Uwe L. Korn commented on ARROW-2254:
------------------------------------
For reference, I get the following:
{code:java}
In [3]: import setuptools_scm.git
...: describe = setuptools_scm.git.DEFAULT_DESCRIBE + " --match
'apache-arrow-[0-9]*'"
...: command = describe.replace("--match *.*", "")
...:
In [4]: command
Out[4]: "git describe --dirty --tags --long --match 'apache-arrow-[0-9]*'"
In [5]: !git describe --dirty --tags --long --match 'apache-arrow-[0-9]*'
apache-arrow-0.8.0-214-g4ff04cf-dirty{code}
> [Python] Local in-place dev versions picking up JS tags
> -------------------------------------------------------
>
> Key: ARROW-2254
> URL: https://issues.apache.org/jira/browse/ARROW-2254
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Fix For: 0.9.0
>
>
> I thought we had fixed this bug, but it's back:
> {code}
> $ ipython
> Python 3.5.2 | packaged by conda-forge | (default, Jul 26 2016, 01:32:08)
> Type 'copyright', 'credits' or 'license' for more information
> IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
> In [1]: pa.__version__
> Out[1]: '0.3.1.dev52+g8b1c8118'
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)