Merge pull request #86 from charlieok/bump_versions

Bump versions of dependencies
This commit is contained in:
Charlie O'Keefe 2019-11-04 09:33:07 -07:00 committed by GitHub
commit 87105fb36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 44 deletions

View File

@ -387,7 +387,7 @@ environment active when using a shell at (or below) that location.
zcash-gitian$ pip install --upgrade pip zcash-gitian$ pip install --upgrade pip
Collecting pip Collecting pip
[...] [...]
Successfully installed pip-19.2.2 Successfully installed pip-19.3.1
``` ```

View File

@ -2,13 +2,13 @@
This document assumes you are starting from a fresh install of macOS. This document assumes you are starting from a fresh install of macOS.
Most recently tested 2019-08-19 with the following macOS release: Most recently tested 2019-11-01 with the following macOS release:
``` ```
$ sw_vers % sw_vers
ProductName: Mac OS X ProductName: Mac OS X
ProductVersion: 10.14.6 ProductVersion: 10.15.1
BuildVersion: 18G87 BuildVersion: 19B88
``` ```
@ -18,11 +18,11 @@ BuildVersion: 18G87
macOS includes git, so you should already have that. It may prompt you to set up developer tools if 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. you're using it for the first time.
Most recently tested 2019-09-19 with the following git release: Most recently tested 2019-11-01 with the following git release:
``` ```
$ git --version % git --version
git version 2.21.0 (Apple Git-120) git version 2.21.0 (Apple Git-122)
``` ```
@ -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/ Homebrew has a search page you can use to look up formula names: http://formulae.brew.sh/
Most recently tested 2019-09-19 with the following Homebrew release: Most recently tested 2019-11-01 with the following Homebrew release:
``` ```
$ brew --version % brew --version
Homebrew 2.1.10 Homebrew 2.1.15
Homebrew/homebrew-core (git revision c7fbf; last commit 2019-08-18) Homebrew/homebrew-core (git revision de439b; last commit 2019-11-01)
Homebrew/homebrew-cask (git revision bf0cf; last commit 2019-08-19) Homebrew/homebrew-cask (git revision 3a397; last commit 2019-11-01)
``` ```
That last line about "homebrew-cask" refers to a subcommand 'cask' that can manage the types of That last line about "homebrew-cask" refers to a subcommand 'cask' that can manage the types of
@ -72,11 +72,12 @@ that, the second attempt should succeed.
$ brew cask install virtualbox $ brew cask install virtualbox
``` ```
Most recently tested 2019-09-19 with the following Virtualbox release: Most recently tested 2019-11-01 with the following Virtualbox release:
``` ```
$ virtualbox --help % virtualbox --help
Oracle VM VirtualBox VM Selector v6.0.10 Oracle VM VirtualBox VM Selector v6.0.14
[...]
``` ```
@ -87,11 +88,11 @@ Oracle VM VirtualBox VM Selector v6.0.10
$ brew cask install vagrant $ brew cask install vagrant
``` ```
Most recently tested 2019-09-19 with the following Vagrant release: Most recently tested 2019-11-01 with the following Vagrant release:
``` ```
$ vagrant --version % vagrant --version
Vagrant 2.2.5 Vagrant 2.2.6
``` ```
@ -102,12 +103,12 @@ Vagrant 2.2.5
$ brew install gnupg $ brew install gnupg
``` ```
Most recently tested 2019-09-19 with the following GnuPG release: Most recently tested 2019-11-01 with the following GnuPG release:
``` ```
$ gpg --version % gpg --version
gpg (GnuPG) 2.2.17 gpg (GnuPG) 2.2.17
libgcrypt 1.8.4 libgcrypt 1.8.5
[...] [...]
``` ```
@ -115,29 +116,21 @@ libgcrypt 1.8.4
## Install Python 3.x ## Install Python 3.x
Python 2.x is installed by default in macOS, but we want to be more current. Installing the 'python' As of this writing, python 3.7.3 is installed by default in macOS, which should work fine. You can
homebrew formula will get us python 3.x. optionally install the 'python' homebrew package to get a later version.
``` ```
$ brew install python $ brew install python
``` ```
This will install as the executable `python3`; running `python` will still get the macOS-managed Note that to run python 3.x you need to use the name `python3`; running `python` will run python
python version: 2.x.
Most recently tested 2019-11-01 with the following Python release:
``` ```
$ type python % python3 --version
python is /usr/bin/python Python 3.7.3
$ type python3
python3 is /usr/local/bin/python3
```
Most recently tested 2019-09-19 with the following Python release:
```
$ python3 --version
Python 3.7.4
``` ```
@ -170,7 +163,7 @@ _direnv_hook;[...]
direnv also supports several other shells -- zsh, fish, tcsh, and elvish as of this writing. Its 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. website includes instructions for enabling each of the shells it supports.
Most recently tested 2019-09-19 with the following direnv release: Most recently tested 2019-11-01 with the following direnv release:
``` ```
$ direnv --version $ direnv --version

View File

@ -1,12 +1,11 @@
# Primary Dependencies # Primary Dependencies
# (Packages we actually decided to include) # (Packages we actually decided to include)
ansible==2.8.4 ansible==2.9.0
# Secondary Dependencies # Secondary Dependencies
# (pulled in by one or more of the above dependencies) # (pulled in by one or more of the above dependencies)
asn1crypto==0.24.0 cffi==1.13.1
cffi==1.12.3 cryptography==2.8
cryptography==2.7 Jinja2==2.10.3
Jinja2==2.10.1
MarkupSafe==1.1.1 MarkupSafe==1.1.1
pycparser==2.19 pycparser==2.19
PyYAML==5.1.2 PyYAML==5.1.2