pipx: Add version 1.3.3 (#5315)

* pipx: Add version 1.3.1

* pipx: Update to version 1.3.3

* Update pipx.json
This commit is contained in:
sitiom 2023-12-10 23:28:37 +08:00 committed by GitHub
parent b7f4fcd575
commit 5ede4e1fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
bucket/pipx.json Normal file
View File

@ -0,0 +1,19 @@
{
"version": "1.3.3",
"description": "Install and run Python applications in isolated environments",
"homepage": "https://pipx.pypa.io/",
"license": "MIT",
"suggest": {
"Python": "python"
},
"url": "https://github.com/pypa/pipx/releases/download/1.3.3/pipx.pyz",
"hash": "348b59b82b1ba9032513d36c2ea03ad3a34e45805ef8de7638a047673ee8b4cb",
"bin": "pipx.bat",
"pre_install": "Set-Content -Value '@python \"%~dp0pipx.pyz\" %*' -Path \"$dir\\pipx.bat\"",
"checkver": {
"github": "https://github.com/pypa/pipx"
},
"autoupdate": {
"url": "https://github.com/pypa/pipx/releases/download/$version/pipx.pyz"
}
}