Skip to content

Commit

Permalink
AU: 3 updated - patch-my-pc python python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 28, 2018
1 parent 4490fa4 commit a16a4db
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/patch-my-pc.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>patch-my-pc</id>
<version>4.0.0.4</version>
<version>4.0.0.5</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Patch my PC</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = 'ff9fa4b0a7571b1d598fe719895e1caea54cf3c6cb4ea0173565d40135aa404d'
checksum = '2ad0da734d134ec682b038e7ec25edca72ed0d0899828028530619e02d34fa9c'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.4.20180116",
"3.7": "3.7.0-b1"
"3.7": "3.7.0-b2"
}
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.0-b1</version>
<version>3.7.0-b2</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.0-b1]" />
<dependency id="python3" version="[3.7.0-b2]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.7.0/python-3.7.0b1.exe
x64: https://www.python.org/ftp/python/3.7.0/python-3.7.0b1-amd64.exe
x32: https://www.python.org/ftp/python/3.7.0/python-3.7.0b2.exe
x64: https://www.python.org/ftp/python/3.7.0/python-3.7.0b2-amd64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 753913546EB92DE645007468BB1666E40A006EB8A5CD221D3D60C1354338A886
checksum64: CC58C46E128353CA4F5CDC61A7E7BE6814B3A26CECB9596DD4EDB856198328A7
checksum32: 3423416F2E7DC91D79E3DA8A66933D83914091820F9C008ADB758F69EF7861F6
checksum64: 824B31EA788319B0D62B564802AF2410AA51C100271061284CC416AD81FB6A05

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.4.20180116",
"3.7": "3.7.0-b1"
"3.7": "3.7.0-b2"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.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>python3</id>
<version>3.7.0-b1</version>
<version>3.7.0-b2</version>
<title>Python 3.x</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if ( $pp.InstallDir ) {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.7.0b1.exe"
file64 = "$toolsPath\python-3.7.0b1-amd64.exe"
file = "$toolsPath\python-3.7.0b2.exe"
file64 = "$toolsPath\python-3.7.0b2-amd64.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath=1 TargetDir="{0}"' -f $installDir
validExitCodes = @(0)
softwareName = 'Python*'
Expand Down

0 comments on commit a16a4db

Please sign in to comment.