Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
Add Python-3.6.6, Python3.7.0
  • Loading branch information
utahta committed Jun 28, 2018
1 parent 7683982 commit 542a94c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

setup:
@go get github.com/jessevdk/go-assets-builder
@go get github.com/mitchellh/gox
@go get github.com/tcnksm/ghr
@dep ensure
@go get github.com/jessevdk/go-assets-builder \
github.com/mitchellh/gox \
github.com/tcnksm/ghr
@dep ensure -v

test:
@go test -v -race ./...
Expand Down
5 changes: 3 additions & 2 deletions installer/installer_python_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ func TestPython_Install(t *testing.T) {
testcases := []struct {
version string
}{
{"3.6.4"},
{"https://www.python.org/ftp/python/3.7.0/Python-3.7.0b1.tgz"},
{"2.7.15"},
{"3.6.6"},
{"3.7.0"},
}

for _, testcase := range testcases {
Expand Down
3 changes: 3 additions & 0 deletions origin/python_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ var pythonPackages = map[string]Package{
"3.6.3": NewPythonPackage("https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz#e9180c69ed9a878a4a8a3ab221e32fa9"),
"3.6.4": NewPythonPackage("https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz#9de6494314ea199e3633211696735f65"),
"3.6.5": NewPythonPackage("https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz#ab25d24b1f8cc4990ade979f6dc37883"),
"3.6.6": NewPythonPackage("https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgz#9a080a86e1a8d85e45eee4b1cd0a18a2"),

"3.7.0": NewPythonPackage("https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz#41b6595deb4147a1ed517a7d9a580271"),
}

func (p *pythonPackage) Type() PackageType {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.4
2.0.5

0 comments on commit 542a94c

Please sign in to comment.