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 A6E2F200C8B for ; Mon, 22 May 2017 15:46:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A5727160BBF; Mon, 22 May 2017 13:46:15 +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 EB8FA160BA5 for ; Mon, 22 May 2017 15:46:14 +0200 (CEST) Received: (qmail 60329 invoked by uid 500); 22 May 2017 13:46:13 -0000 Mailing-List: contact dev-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 dev@ariatosca.incubator.apache.org Received: (qmail 60318 invoked by uid 99); 22 May 2017 13:46:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2017 13:46:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4D725CEAD5 for ; Mon, 22 May 2017 13:46:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[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-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id v6lmgQzjOWcz for ; Mon, 22 May 2017 13:46:12 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 1C94F5FC85 for ; Mon, 22 May 2017 13:46:12 +0000 (UTC) Received: (qmail 60253 invoked by uid 99); 22 May 2017 13:46:11 -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, 22 May 2017 13:46:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85AE1DFFAB; Mon, 22 May 2017 13:46:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ran@apache.org To: dev@ariatosca.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ariatosca git commit: ARIA-162 Upgrade Colorama library version Date: Mon, 22 May 2017 13:46:11 +0000 (UTC) archived-at: Mon, 22 May 2017 13:46:15 -0000 Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-162-colorama-open-file-error [created] 3d22d36fc ARIA-162 Upgrade Colorama library version Upgraded the Colorama library version - This should take care of the closed-stream error that appeared sporadically after test runs. Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/3d22d36f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/3d22d36f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/3d22d36f Branch: refs/heads/ARIA-162-colorama-open-file-error Commit: 3d22d36fc5c9fb780facfb8880143dda46d16f6f Parents: 5798bbf Author: Ran Ziv Authored: Mon May 22 16:44:00 2017 +0300 Committer: Ran Ziv Committed: Mon May 22 16:44:00 2017 +0300 ---------------------------------------------------------------------- requirements.in | 2 +- requirements.txt | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/3d22d36f/requirements.in ---------------------------------------------------------------------- diff --git a/requirements.in b/requirements.in index 3950140..1dd5b1f 100644 --- a/requirements.in +++ b/requirements.in @@ -29,7 +29,7 @@ wagon==0.6.0 bottle>=0.12.0, <0.13 Fabric>=1.13.0, <1.14 click>=4.1, < 5.0 -colorama>=0.3.3, < 0.3.5 +colorama>=0.3.7, <= 0.3.9 PrettyTable>=0.7,<0.8 click_didyoumean==0.0.3 backports.shutil_get_terminal_size==1.0.0 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/3d22d36f/requirements.txt ---------------------------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index 3accaa3..f7efce9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ cffi==1.10.0 # via cryptography click==4.1 click_didyoumean==0.0.3 clint==0.5.1 -colorama==0.3.4 +colorama==0.3.9 cryptography==1.8.1 # via paramiko decorator==4.0.11 # via networkx enum34==1.1.6 # via cryptography @@ -57,6 +57,3 @@ six==1.10.0 # via cryptography, packaging, retrying sqlalchemy==1.1.6 wagon==0.6.0 wheel==0.29.0 # via wagon - -# The following packages are considered to be unsafe in a requirements file: -# setuptools # via cryptography