Skip to content

Commit

Permalink
AU: 2 updated - vscode-python vscode-python-test-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 17, 2022
1 parent 3032f82 commit b2e4b35
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode-python-test-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ or [Pytest](https://docs.pytest.org/en/latest/) tests with the [Test Explorer UI

## Notes

* This package requires Visual Studio Code 1.23.0 or newer.
* This package requires Visual Studio Code 1.59.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-python-test-adapter/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=LittleFoxTeam.vscode-python-test-adapter

and download the extension LittleFoxTeam.vscode-python-test-adapter-0.7.0.vsix using the Download Extension link
and download the extension LittleFoxTeam.vscode-python-test-adapter-0.7.1.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.7.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.7.1/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.7.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.7.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.7.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.7.1.vsix

Type: sha256
Checksum: 920CFBEBB769FBFFF82F1E7D2660C2F5A2AAF3D015A5F8045624357EAD7D84CB
Checksum: 5E71604135D4EE1F0FA3DA48F2878A7F31C7A73F9DC837DFD1192A4F268A4BEA

Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license
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\LittleFoxTeam.vscode-python-test-adapter-0.7.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.7.1.vsix"
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-test-adapter</id>
<version>0.7.0</version>
<version>0.7.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python Test Explorer VSCode Extension</title>
Expand Down Expand Up @@ -36,7 +36,7 @@ or [Pytest](https://docs.pytest.org/en/latest/) tests with the [Test Explorer UI
## Notes
* This package requires Visual Studio Code 1.23.0 or newer.
* This package requires Visual Studio Code 1.59.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
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-2022.5.11021002.vsix using the Download Extension link
and download the package ms-python.python-2022.5.11051003.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/2022.5.11021002/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.5.11051003/vspackage

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

Type: sha256
Checksum: DFB3F7A19A7ACBBD618A90D1A4DBBF900CD3E1C45B87FED716AC741C876D2B12
Checksum: FEAF39B0F15BDD437455689C59790725E06DB018B97E2A1D0B2B2EE7B6D782D3

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-2022.5.11021002.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2022.5.11051003.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>2022.5.11021002</version>
<version>2022.5.11051003</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down

0 comments on commit b2e4b35

Please sign in to comment.