From 9e150e9bb71df71684243682f8a44bad07159155 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Thu, 2 May 2019 13:22:29 -0600 Subject: [PATCH] Bump dates and dependency versions Also reduce verbiage about homebrew-cask --- README.md | 2 +- dependency_install_steps_by_platform/macOS.md | 33 +++++++++---------- requirements-pip.lock | 6 ++-- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index e00a295..6d39738 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ Check that you can run `ansible` from the command line: ``` zcash-gitian$ ansible --version -ansible 2.7.9 +ansible 2.7.10 [...] zcash-gitian$ ``` diff --git a/dependency_install_steps_by_platform/macOS.md b/dependency_install_steps_by_platform/macOS.md index 31d01b4..4a99576 100644 --- a/dependency_install_steps_by_platform/macOS.md +++ b/dependency_install_steps_by_platform/macOS.md @@ -2,7 +2,7 @@ This document assumes you are starting from a fresh install of macOS. -Most recently tested 2019-03-30 with the following macOS release: +Most recently tested 2019-05-02 with the following macOS release: ``` $ sw_vers @@ -18,7 +18,7 @@ BuildVersion: 18E226 macOS includes git, so you should already have that. It may prompt you to set up developer tools if you're using it for the first time. -Most recently tested 2019-03-30 with the following git release: +Most recently tested 2019-05-02 with the following git release: ``` $ git --version @@ -46,19 +46,18 @@ $ brew upgrade Homebrew has a search page you can use to look up formula names: http://formulae.brew.sh/ -Most recently tested 2019-03-22 with the following Homebrew release: +Most recently tested 2019-05-02 with the following Homebrew release: ``` $ brew --version -Homebrew 2.0.6 -Homebrew/homebrew-core (git revision 6abd1; last commit 2019-03-30) -Homebrew/homebrew-cask (git revision 7c038; last commit 2019-03-30) +Homebrew 2.1.1 +Homebrew/homebrew-core (git revision 69068; last commit 2019-05-03) +Homebrew/homebrew-cask (git revision bd446; last commit 2019-05-02) ``` -That last line about "homebrew-cask" refers to a component that started as a separate plugin and now -comes with homebrew by default. The subcommand 'cask' can be used to manage the types of installs -mac users ordinarily do manually - the "drag to the applications folder" type and the "run an -installer" type. +That last line about "homebrew-cask" refers to a subcommand 'cask' that can manage the types of +installs mac users ordinarily do manually - the "drag to the applications folder" type and the "run +an installer" type. We'll use both "brew" and "brew cask" install methods in the steps below. @@ -73,11 +72,11 @@ that, the second attempt should succeed. $ brew cask install virtualbox ``` -Most recently tested 2019-03-30 with the following Virtualbox release: +Most recently tested 2019-05-02 with the following Virtualbox release: ``` $ virtualbox --help -Oracle VM VirtualBox VM Selector v6.0.4 +Oracle VM VirtualBox VM Selector v6.0.6 ``` @@ -88,7 +87,7 @@ Oracle VM VirtualBox VM Selector v6.0.4 $ brew cask install vagrant ``` -Most recently tested 2019-03-22 with the following Vagrant release: +Most recently tested 2019-05-02 with the following Vagrant release: ``` $ vagrant --version @@ -103,7 +102,7 @@ Vagrant 2.2.4 $ brew install gnupg ``` -Most recently tested 2019-03-30 with the following GnuPG release: +Most recently tested 2019-05-02 with the following GnuPG release: ``` $ gpg --version @@ -134,7 +133,7 @@ $ type python3 python3 is /usr/local/bin/python3 ``` -Most recently tested 2019-03-30 with the following Python release: +Most recently tested 2019-05-02 with the following Python release: ``` $ python3 --version @@ -171,9 +170,9 @@ _direnv_hook;[...] direnv also supports several other shells -- zsh, fish, tcsh, and elvish as of this writing. Its website includes instructions for enabling each of the shells it supports. -Most recently tested 2019-03-30 with the following direnv release: +Most recently tested 2019-05-02 with the following direnv release: ``` $ direnv --version -2.19.2 +2.20.1 ``` diff --git a/requirements-pip.lock b/requirements-pip.lock index db9f4e9..234a39e 100644 --- a/requirements-pip.lock +++ b/requirements-pip.lock @@ -1,13 +1,13 @@ # Primary Dependencies # (Packages we actually decided to include) -ansible==2.7.9 +ansible==2.7.10 # Secondary Dependencies # (pulled in by one or more of the above dependencies) asn1crypto==0.24.0 bcrypt==3.1.6 -cffi==1.12.2 +cffi==1.12.3 cryptography==2.6.1 -Jinja2==2.10 +Jinja2==2.10.1 MarkupSafe==1.1.1 paramiko==2.4.2 pyasn1==0.4.5