- update to 1.11.0:
* Add `PIPX_MAX_LOGS` environment variable to configure the
maximum number of log files to keep.
* Allow `--pip-args` to be passed to `upgrade-all`.
* Fix `--pip-args='-c <url>'` breaking when constraint target
is a URL instead of a local path.
* Enable keyring authentication for private package indexes by
setting `PIP_KEYRING_PROVIDER=subprocess`
* Added error handling for `pip list` command failures
* Use stored pip_args from install metadata when running `pipx
upgrade` without explicit `--pip-args`
* Fix `--global` flag being silently ignored when placed before
the subcommand
* Respect `--quiet` flag in `install` and suppress animations
and success messages
* Catch missing Python interpreter in `upgrade` and show
helpful error instead of crashing
* Prevent data loss by rejecting relative paths in `uninstall`,
`reinstall`, and other package-name arguments
* Add `--with` flag to `pipx run` to allow injecting
dependencies
* add more specific directions in the logs towards a resolution
if you have a space in the PIX_HOME path
* Fixed upgrade command failing when package name includes
extras (e.g., `pipx upgrade "coverage[toml]"`).
* Fix run command with bash substitution (e.g. `pipx run
<(pbpaste)`)
* Allow `pipx runpip` to split single string arguments.
* Fix handling of shared libraries when the original Python
interpreter is removed on Windows by detecting stale venv
OBS-URL: https://build.opensuse.org/request/show/1342191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipx?expand=0&rev=17
Description
No description provided
Languages
RPM Spec
100%