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 C88C4200D2B for ; Thu, 2 Nov 2017 21:51:21 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C728F160BE6; Thu, 2 Nov 2017 20:51:21 +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 19C1E160BE5 for ; Thu, 2 Nov 2017 21:51:20 +0100 (CET) Received: (qmail 70537 invoked by uid 500); 2 Nov 2017 20:51:20 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 70528 invoked by uid 99); 2 Nov 2017 20:51:20 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2017 20:51:20 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C48D284A13; Thu, 2 Nov 2017 20:51:19 +0000 (UTC) Date: Thu, 02 Nov 2017 20:51:19 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Update to reflect new version of cryptography (#3748) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150965587966.16074.2401354673993720556@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f3c7052f3004703120880f2069f53e590a0b9f55 X-Git-Newrev: 7fd9c82ae8b38c76e11733719008344c006c0d72 X-Git-Rev: 7fd9c82ae8b38c76e11733719008344c006c0d72 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Thu, 02 Nov 2017 20:51:22 -0000 This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 7fd9c82 Update to reflect new version of cryptography (#3748) 7fd9c82 is described below commit 7fd9c82ae8b38c76e11733719008344c006c0d72 Author: Stephanie Rivera AuthorDate: Thu Nov 2 14:51:17 2017 -0600 Update to reflect new version of cryptography (#3748) update to 1.9 I have built and pip installed with latest cryptography. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8cd253b..2183581 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -62,7 +62,7 @@ that the required dependencies are installed: :: **OSX**, system python is not recommended. brew's python also ships with pip :: brew install pkg-config libffi openssl python - env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography==1.7.2 + env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography==1.9 **Windows** isn't officially supported at this point, but if you want to attempt it, download `get-pip.py `_, and run ``python get-pip.py`` which may need admin access. Then run the following: :: -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].