Skip to content

Commit

Permalink
AU: 4 updated - automouseclick pyzo pyzo.install pyzo.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 20, 2022
1 parent 6b32bd1 commit 1e250b5
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/automouseclick/automouseclick.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>automouseclick</id>
<version>99.1.4.20221202</version>
<version>99.1.4.20221220</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/automouseclick</packageSourceUrl>
<owners>chtof</owners>
<title>Auto Mouse Click</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/automouseclick/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName

url = 'https://www.murgee.com/auto-mouse-click/download/setup.exe'
checksum = '978A474860B1C4BFBF538CC3E0360613E8C9EA05484026C324A4632C32992D67'
checksum = '919D4D03AB487F41C7637C8FD634299BFE93D48BEF933EA54EA1ECBCCDE9AE3D'
checksumType = 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
4 changes: 2 additions & 2 deletions automatic/pyzo.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ in verifying that this package's contents are trustworthy.
Package can be verified like this:

1. Download:
x64: https://github.com/pyzo/pyzo/releases/download/v4.12.3/pyzo-4.12.3-win64.exe
x64: https://github.com//pyzo/pyzo/releases/download/v4.12.4/pyzo-4.12.4-win64.exe

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

checksum type: sha256
checksum64: 14375F1DA3CAAF4CBD18F7A4B6EDB17E035489DBF793E98B56C4EA55AC74544A
checksum64: BC21109AD2942E73564BC06C7B63DE651360B692FB65FBFC4EFE1D4B6A628E6C

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
2 changes: 1 addition & 1 deletion automatic/pyzo.install/pyzo.install.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>pyzo.install</id>
<version>4.12.3</version>
<version>4.12.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo.install</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo (Install)</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pyzo.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file64 = "$toolsDir\pyzo-4.12.3-win64.exe"
file64 = "$toolsDir\pyzo-4.12.4-win64.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/pyzo.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Package can be verified like this:

1. Download:

x32: https://github.com/pyzo/pyzo/releases/download/v4.12.3/pyzo-4.12.3-win32.zip
x64: https://github.com/pyzo/pyzo/releases/download/v4.12.3/pyzo-4.12.3-win64.zip
x32: https://github.com//pyzo/pyzo/releases/download/v4.12.4/pyzo-4.12.4-win32.zip
x64: https://github.com//pyzo/pyzo/releases/download/v4.12.4/pyzo-4.12.4-win64.zip

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

checksum type: sha256
checksum32: C69040DD43B45270868E214427AAB34FDB8E590D3F3E162A220A34BFE3335E00
checksum64: A1F7836FA901FB2C9FDD7A5BBBEB0B09BC8A68A53D99D8962A7143721C2060AB
checksum32: 98DD8B1C557B127FAA78F0244F190A44733D06B460EFA509A89AAFE8BE674663
checksum64: 26D4ABFDFAE8A3A37FF0A1BB36B66ACEE1194E4B620116E00877132DA1DFF44A

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
5 changes: 2 additions & 3 deletions automatic/pyzo.portable/pyzo.portable.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>pyzo.portable</id>
<version>4.12.3</version>
<version>4.12.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo.portable</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo (Portable)</title>
Expand All @@ -19,8 +19,7 @@
<bugTrackerUrl>https://github.com/pyzo/pyzo/issues</bugTrackerUrl>
<tags>pyzo.portable IDE Python editor</tags>
<summary>Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing.</summary>
<description><![CDATA[
Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency. It consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, workspace ... Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are provided for all major operating system. After installing Pyzo, it can be used to execute code on any Python version available on your system (Python 2.4 - 3.x, including Pypy).
<description><![CDATA[Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency. It consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, workspace ... Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are provided for all major operating system. After installing Pyzo, it can be used to execute code on any Python version available on your system (Python 2.4 - 3.x, including Pypy).
## Disclaimer
pyzo.portable has been flagged as part of automated virus scanning.
Expand Down
6 changes: 3 additions & 3 deletions automatic/pyzo.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = "$toolsDir"
file32 = "$toolsDir\pyzo-4.12.3-win32.zip"
file64 = "$toolsDir\pyzo-4.12.3-win64.zip"
file32 = "$toolsDir\pyzo-4.12.4-win32.zip"
file64 = "$toolsDir\pyzo-4.12.4-win64.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand All @@ -14,5 +14,5 @@ Remove-Item -Path $packageArgs.file64
# Install start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Pyzo.lnk"
$targetPath = Join-Path $toolsDir "pyzo-4.12.3\pyzo.exe"
$targetPath = Join-Path $toolsDir "pyzo-4.12.4\pyzo.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
4 changes: 2 additions & 2 deletions automatic/pyzo/pyzo.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>pyzo</id>
<version>4.12.3</version>
<version>4.12.4</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/pyzo</packageSourceUrl>
<owners>chtof</owners>
<title>Pyzo</title>
Expand All @@ -25,7 +25,7 @@
]]></description>
<releaseNotes>https://github.com/pyzo/pyzo/wiki/Release_notes</releaseNotes>
<dependencies>
<dependency id="pyzo.install" version="4.12.3" />
<dependency id="pyzo.install" version="4.12.4" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit 1e250b5

Please sign in to comment.