Skip to content

Commit

Permalink
AU: 2 updated - minishift python
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 24, 2018
1 parent 24a7002 commit eddc946
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions automatic/minishift/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/minishift/minishift/releases/tag/v1.26.1>
location on <https://github.com/minishift/minishift/releases/tag/v1.29.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/minishift/minishift/releases/download/v1.26.1/minishift-1.26.1-windows-amd64.zip>
software: <https://github.com/minishift/minishift/releases/download/v1.29.0/minishift-1.29.0-windows-amd64.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 4255832F8E15E9244DA640F764021F98DF1B1CEE76C7249CE30B8F6E2EA76008
checksum: 69D85886C41482E4D0AA39DEA5C8E49265644CCD6C795A05F85D3A9DF775441E

The file 'LICENSE.txt' has been obtained from <https://github.com/minishift/minishift/blob/eff0477aa242432aaba284febf9496ebe6cd2371/LICENSE>
4 changes: 2 additions & 2 deletions automatic/minishift/minishift.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>minishift</id>
<version>1.26.1</version>
<version>1.29.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/minishift</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Minishift: Run OpenShift locally</title>
Expand All @@ -26,7 +26,7 @@ Minishift uses libmachine for provisioning VMs, and OpenShift Origin for running
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.26.1</releaseNotes>
<releaseNotes>https://github.com/minishift/minishift/releases/tag/v1.29.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"3.3": "3.3.4",
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.8-rc1",
"3.7": "3.7.2-rc1"
"3.6": "3.6.8",
"3.7": "3.7.2"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.7.2-rc1</version>
<version>3.7.2</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.7.2-rc1]" />
<dependency id="python3" version="[3.7.2]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down

0 comments on commit eddc946

Please sign in to comment.