This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new aee1a0b ARROW-1889: [Python] --exclude is not available in older git
versions
aee1a0b is described below
commit aee1a0b586a611514c65ada6cb924ef77a01721e
Author: Korn, Uwe <[email protected]>
AuthorDate: Wed Dec 6 17:01:19 2017 +0100
ARROW-1889: [Python] --exclude is not available in older git versions
Author: Korn, Uwe <[email protected]>
Closes #1392 from xhochy/ARROW-1889 and squashes the following commits:
05a10eb [Korn, Uwe] ARROW-1889: [Python] --exclude is not available in
older git versions
---
python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/setup.py b/python/setup.py
index b56a4fd..8111586 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -398,7 +398,7 @@ if sys.version_info.major == 2:
def parse_version(root):
from setuptools_scm import version_from_scm
import setuptools_scm.git
- describe = setuptools_scm.git.DEFAULT_DESCRIBE + " --exclude
'apache-arrow-js-*'"
+ describe = setuptools_scm.git.DEFAULT_DESCRIBE + " --match
'apache-arrow-[0-9]*'"
version = setuptools_scm.git.parse(root, describe)
if not version:
return version_from_scm(root)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].