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 BFF29200CF6 for ; Mon, 18 Sep 2017 14:39:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BE6901609DB; Mon, 18 Sep 2017 12:39:45 +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 105321609D8 for ; Mon, 18 Sep 2017 14:39:44 +0200 (CEST) Received: (qmail 32559 invoked by uid 500); 18 Sep 2017 12:39:44 -0000 Mailing-List: contact commits-help@ariatosca.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ariatosca.incubator.apache.org Delivered-To: mailing list commits@ariatosca.incubator.apache.org Received: (qmail 32550 invoked by uid 99); 18 Sep 2017 12:39:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2017 12:39:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AFF971A2508 for ; Mon, 18 Sep 2017 12:39:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.221 X-Spam-Level: X-Spam-Status: No, score=-4.221 tagged_above=-999 required=6.31 tests=[HK_RANDOM_FROM=0.001, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id a089_Mi5LjCw for ; Mon, 18 Sep 2017 12:39:42 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A8FC95FB76 for ; Mon, 18 Sep 2017 12:39:41 +0000 (UTC) Received: (qmail 32523 invoked by uid 99); 18 Sep 2017 12:39:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Sep 2017 12:39:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DE0EFF558D; Mon, 18 Sep 2017 12:39:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mxmrlv@apache.org To: commits@ariatosca.incubator.apache.org Message-Id: <6e29a2f10da34932b8eba1a83906a657@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ariatosca git commit: ARIA-385 Limit wheel version for python 2.6 support [Forced Update!] Date: Mon, 18 Sep 2017 12:39:40 +0000 (UTC) archived-at: Mon, 18 Sep 2017 12:39:45 -0000 Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-385-Limit-wheel-version-for-python-2.6-support df274ce80 -> b6d8d4cff (forced update) ARIA-385 Limit wheel version for python 2.6 support Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/b6d8d4cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/b6d8d4cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/b6d8d4cf Branch: refs/heads/ARIA-385-Limit-wheel-version-for-python-2.6-support Commit: b6d8d4cfff4ef9d23afebf6cff5a412037f7e685 Parents: 126d4e8 Author: max-orlov Authored: Mon Sep 18 13:35:08 2017 +0300 Committer: max-orlov Committed: Mon Sep 18 15:39:35 2017 +0300 ---------------------------------------------------------------------- requirements.in | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b6d8d4cf/requirements.in ---------------------------------------------------------------------- diff --git a/requirements.in b/requirements.in index a864335..1d83ec8 100644 --- a/requirements.in +++ b/requirements.in @@ -36,3 +36,4 @@ psutil>=5.2.2, < 6.0.0 importlib ; python_version < '2.7' ordereddict ; python_version < '2.7' total-ordering ; python_version < '2.7' # only one version on pypi +wheel<=0.29.0 ; python_version < '2.7' http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b6d8d4cf/requirements.txt ---------------------------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index ea97922..bcc5296 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile # To update, run: # -# pip-compile --output-file ./requirements.txt ./requirements.in +# pip-compile --output-file requirements.txt requirements.in # appdirs==1.4.3 # via setuptools backports.shutil_get_terminal_size==1.0.0 @@ -35,7 +35,7 @@ six==1.10.0 # via packaging, retrying, setuptools sqlalchemy==1.1.6 total-ordering==0.1.0 ; python_version < "2.7" wagon==0.6.0 -wheel==0.29.0 # via wagon +wheel==0.29.0 ; python_version < "2.7" # The following packages are considered to be unsafe in a requirements file: setuptools==35.0.2