You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/11/02 20:48:00 UTC

[jira] [Updated] (ARROW-7053) [Python] setuptools-scm produces incorrect version at apache-arrow-0.15.1 tag

     [ https://issues.apache.org/jira/browse/ARROW-7053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-7053:
--------------------------------
    Description: 
Not sure what this is about. 

{code}
$ ipython
Python 3.7.3 | packaged by conda-forge | (default, Jul  1 2019, 21:52:21) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.8.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: pa.__version__                                                                           
Out[1]: '0.15.2.dev0+gb789226cc.d20191102'
{code}

I have

{code}
$ git status
HEAD detached at apache-arrow-0.15.1
{code}

I'm using the latest setuptools_scm 3.3.3

  was:
Not sure what this is about. 

{code}
$ ipython
Python 3.7.3 | packaged by conda-forge | (default, Jul  1 2019, 21:52:21) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.8.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: pa.__version__                                                                           
Out[1]: '0.15.2.dev0+gb789226cc.d20191102'
{code}

I have

{code}
$ git status
HEAD detached at apache-arrow-0.15.1
{code}


> [Python] setuptools-scm produces incorrect version at apache-arrow-0.15.1 tag
> -----------------------------------------------------------------------------
>
>                 Key: ARROW-7053
>                 URL: https://issues.apache.org/jira/browse/ARROW-7053
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 1.0.0
>
>
> Not sure what this is about. 
> {code}
> $ ipython
> Python 3.7.3 | packaged by conda-forge | (default, Jul  1 2019, 21:52:21) 
> Type 'copyright', 'credits' or 'license' for more information
> IPython 7.8.0 -- An enhanced Interactive Python. Type '?' for help.
> In [1]: pa.__version__                                                                           
> Out[1]: '0.15.2.dev0+gb789226cc.d20191102'
> {code}
> I have
> {code}
> $ git status
> HEAD detached at apache-arrow-0.15.1
> {code}
> I'm using the latest setuptools_scm 3.3.3



--
This message was sent by Atlassian Jira
(v8.3.4#803005)