Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 269A2200BE1 for ; Mon, 19 Dec 2016 21:24:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1F17E160B21; Mon, 19 Dec 2016 20:24:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8DD84160B14 for ; Mon, 19 Dec 2016 21:24:00 +0100 (CET) Received: (qmail 52127 invoked by uid 500); 19 Dec 2016 20:23:58 -0000 Mailing-List: contact dev-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list dev@arrow.apache.org Received: (qmail 51664 invoked by uid 99); 19 Dec 2016 20:23:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2016 20:23:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5F5432C03E4 for ; Mon, 19 Dec 2016 20:23:58 +0000 (UTC) Date: Mon, 19 Dec 2016 20:23:58 +0000 (UTC) From: "Uwe L. Korn (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARROW-430) Python: Better version handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 19 Dec 2016 20:24:01 -0000 Uwe L. Korn created ARROW-430: --------------------------------- Summary: Python: Better version handling Key: ARROW-430 URL: https://issues.apache.org/jira/browse/ARROW-430 Project: Apache Arrow Issue Type: Improvement Affects Versions: 0.1.0 Reporter: Uwe L. Korn Fix For: 0.2.0 We need better version handling for Python releases. {{setuptools_scm}}=C2= =A0sadly conflicts a bit a with the workflow of conda-forge+git. In general= , it seems that generating a version from a non-tagged git archive is not p= ossible. For tagged archives, we can use git's {{export-subst}} functionality but th= at will result in non-deterministic tarballs from Github. My currently preferred (when not really clean but at least integrated into = the release process) solution would be to read {{java/pom.xml}}=C2=A0and us= e this version number. For PEP-440 compability we would need to replace {{S= NAPSHOT}} with {{pre1}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)