Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pipx from 1.4.3 to 1.5.0 #122

Merged
merged 1 commit into from
Mar 30, 2024
Merged

Bump pipx from 1.4.3 to 1.5.0 #122

merged 1 commit into from
Mar 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2024

Bumps pipx from 1.4.3 to 1.5.0.

Release notes

Sourced from pipx's releases.

1.5.0

What's Changed

... (truncated)

Changelog

Sourced from pipx's changelog.

1.5.0 - 2024-03-29

Features

  • Add --global option to pipx commands. - This will run the action in a global scope and affect environment for all system users. (#754)
  • Add a --fetch-missing-python flag to all commands that accept a --python flag. - When combined, this will automatically download a standalone copy of the requested python version if it's not already available on the user's system. (#1242)
  • Add commands to list and prune standalone interpreters (#1248)
  • Revert platform-specific directories on MacOS and Windows - They were leading to a lot of issues with Windows sandboxing and spaces in shebangs on MacOS. (#1257)
  • Add --install option to pipx upgrade command. - This will install the package given as argument if it is not already installed. (#1262)

Bugfixes

  • Correctly resolve home directory in pipx directory environment variables. (#94)
  • Pass through pip arguments when upgrading shared libraries. (#964)
  • Fix installation issues when files in the working directory interfere with venv creation process. (#1091)
  • Report correct filename in tracebacks with pipx run <scriptname> (#1191)
  • Let self-managed pipx uninstall itself on windows again. (#1203)
  • Fix path resolution for python executables looked up in PATH on windows. (#1205)
  • Display help message when pipx install is run without arguments. (#1266)
  • Fix crashes due to superfluous -q flags by discarding exceeding values (#1283)

Improved Documentation

  • Update the completion instructions for zipapp users. (#1072)
  • Update the example for running scripts with dependencies. (#1227)
  • Update the docs for package developers on the use of configuration using pyproject.toml (#1229)
  • Add installation instructions for Fedora (#1239)
  • Update the examples for installation from local dir (#1277)
  • Fix inconsistent wording in pipx install command description. (#1307)

Deprecations and Removals

  • Deprecate --skip-maintenance flag of pipx list; maintenance is now never executed there (#1256)

Misc

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pipx](https://github.com/pypa/pipx) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/pypa/pipx/releases)
- [Changelog](https://github.com/pypa/pipx/blob/main/CHANGELOG.md)
- [Commits](pypa/pipx@1.4.3...1.5.0)

---
updated-dependencies:
- dependency-name: pipx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 29, 2024
@wenkokke wenkokke merged commit 3105f87 into dev Mar 30, 2024
7 checks passed
@wenkokke wenkokke deleted the dependabot/pip/pipx-1.5.0 branch March 30, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant