Skip to content

Commit

Permalink
AU: 3 updated - vscode-jupyter vscode-python watchman
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 5, 2024
1 parent b66804a commit c03d45b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.3.2024030101'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.3.2024030401'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.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>vscode-jupyter</id>
<version>2024.3.2024030101</version>
<version>2024.3.2024030401</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-python/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=ms-python.python

and download the package ms-python.python-2024.3.10611008.vsix using the Download Extension link
and download the package ms-python.python-2024.3.10641005.vsix using the Download Extension link
in the Resources section of the sidebar.

Alternatively the package can be downloaded directly from

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.3.10611008/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.3.10641005/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.3.10611008.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.3.10611008.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.3.10641005.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.3.10641005.vsix

Type: sha256
Checksum: DAEAB80AF9BF638B954443EBD4FEAB2DD3024548EA67CA973FAD7BADD36E5658
Checksum: 1789733E7D3CD307F68F6C2C9733047D55E040178868A8E92A23661AF4631F3E

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license
2 changes: 1 addition & 1 deletion automatic/vscode-python/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.3.10611008.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.3.10641005.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-python/vscode-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/2015/06/nuspec.xsd">
<metadata>
<id>vscode-python</id>
<version>2024.3.10611008</version>
<version>2024.3.10641005</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/source-v2023.10.09.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2023.10.09.00)
[![Software version](https://img.shields.io/badge/source-v2024.03.04.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2024.03.04.00)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman)

Watchman exists to watch files and record when they change. It can also trigger actions (such as
Expand Down
12 changes: 6 additions & 6 deletions automatic/watchman/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/facebook/watchman/releases

and download the archive watchman-v2023.10.09.00-windows.zip using the links in the relevant
and download the archive watchman-v2024.03.04.00-windows.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/facebook/watchman/releases/download/v2023.10.09.00/watchman-v2023.10.09.00-windows.zip
https://github.com/facebook/watchman/releases/download/v2024.03.04.00/watchman-v2024.03.04.00-windows.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2023.10.09.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2023.10.09.00-windows.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2024.03.04.00-windows.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2024.03.04.00-windows.zip

File: watchman-v2023.10.09.00-windows.zip
File: watchman-v2024.03.04.00-windows.zip
Type: sha256
Checksum: B665F8AA1656F3DA2D9E31DD14959BCF009A47C41BD918892225D25A576AA372
Checksum: 4BE155A2E334CEB3D1ACD38100DC4B4201CD804E558A9838582BA23C4B9C70DE

Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/watchman/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {

$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)

$archive = Join-Path $toolsDir 'watchman-v2023.10.09.00-windows.zip'
$archive = Join-Path $toolsDir 'watchman-v2024.03.04.00-windows.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function global:au_GetLatest {
# there are no windows binaries available. The nuspec has not been parsed at this stage so the current version is not
# available in the environment - hardcode here and use the package update process to rewrite
if ([string]::IsNullOrWhiteSpace($version)) {
$version = '2023.10.09.00'
$version = '2024.03.04.00'
}

return @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/watchman/watchman.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>watchman</id>
<version>2023.10.09.00</version>
<version>2024.03.04.00</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Watchman - A file watching service</title>
Expand Down

0 comments on commit c03d45b

Please sign in to comment.