Update dates and version

This commit is contained in:
Charlie O'Keefe 2019-06-12 22:21:01 -06:00
parent 1d395f561f
commit 3c59fdfcbf
3 changed files with 18 additions and 22 deletions

View File

@ -388,7 +388,7 @@ Check that you can run `ansible` from the command line:
```
zcash-gitian$ ansible --version
ansible 2.7.10
ansible 2.8.1
[...]
zcash-gitian$
```

View File

@ -2,13 +2,13 @@
This document assumes you are starting from a fresh install of macOS.
Most recently tested 2019-05-15 with the following macOS release:
Most recently tested 2019-06-12 with the following macOS release:
```
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.4
BuildVersion: 18E226
ProductVersion: 10.14.5
BuildVersion: 18F132
```
@ -18,11 +18,11 @@ 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-05-15 with the following git release:
Most recently tested 2019-06-12 with the following git release:
```
$ git --version
git version 2.20.1 (Apple Git-117)
git version 2.21.0 (Apple Git-120)
```
@ -46,13 +46,13 @@ $ brew upgrade <formula name>
Homebrew has a search page you can use to look up formula names: http://formulae.brew.sh/
Most recently tested 2019-05-08 with the following Homebrew release:
Most recently tested 2019-06-12 with the following Homebrew release:
```
$ brew --version
Homebrew 2.1.2
Homebrew/homebrew-core (git revision 193c6; last commit 2019-05-15)
Homebrew/homebrew-cask (git revision d5a13e; last commit 2019-05-15)
Homebrew 2.1.5
Homebrew/homebrew-core (git revision f5887; last commit 2019-06-12)
Homebrew/homebrew-cask (git revision 1a5b8; last commit 2019-06-12)
```
That last line about "homebrew-cask" refers to a subcommand 'cask' that can manage the types of
@ -72,7 +72,7 @@ that, the second attempt should succeed.
$ brew cask install virtualbox
```
Most recently tested 2019-05-15 with the following Virtualbox release:
Most recently tested 2019-06-12 with the following Virtualbox release:
```
$ virtualbox --help
@ -87,7 +87,7 @@ Oracle VM VirtualBox VM Selector v6.0.8
$ brew cask install vagrant
```
Most recently tested 2019-05-15 with the following Vagrant release:
Most recently tested 2019-06-12 with the following Vagrant release:
```
$ vagrant --version
@ -102,11 +102,11 @@ Vagrant 2.2.4
$ brew install gnupg
```
Most recently tested 2019-05-15 with the following GnuPG release:
Most recently tested 2019-06-12 with the following GnuPG release:
```
$ gpg --version
gpg (GnuPG) 2.2.15
gpg (GnuPG) 2.2.16
libgcrypt 1.8.4
[...]
```
@ -133,7 +133,7 @@ $ type python3
python3 is /usr/local/bin/python3
```
Most recently tested 2019-05-15 with the following Python release:
Most recently tested 2019-06-12 with the following Python release:
```
$ python3 --version

View File

@ -1,17 +1,13 @@
# Primary Dependencies
# (Packages we actually decided to include)
ansible==2.7.10
ansible==2.8.1
# Secondary Dependencies
# (pulled in by one or more of the above dependencies)
asn1crypto==0.24.0
bcrypt==3.1.6
cffi==1.12.3
cryptography==2.6.1
cryptography==2.7
Jinja2==2.10.1
MarkupSafe==1.1.1
paramiko==2.4.2
pyasn1==0.4.5
pycparser==2.19
PyNaCl==1.3.0
PyYAML==5.1
PyYAML==5.1.1
six==1.12.0