forked from pool/python-pipx
6e77dd1f8fc4ee813ad7c9f9cb0acc8bb72979ea2ffdf098dc04cdb8b532640f
* Add `install-all` command to install packages according to
spec metadata file.
* Introduce `pipx pin` and `pipx unpin` commands, which can be
used to pin or unpin the version
* of an installed package, so it will not be upgraded by `pipx
upgrade` or `pipx upgrade-all`.
* Add a new option `--pinned` to `pipx list` command for
listing pinned packages only.
* Add `pipx interpreter upgrade` command to upgrade local
standalone python in micro/patch level
* Add `--requirement` option to `inject` command to read list
of packages from a text file.
* Add `pipx upgrade-shared` command, to create/upgrade shared
libraries as a standalone command.
* Allow `upgrade` command to accept multiple packages as
arguments.
* Support Python version for `--python` arg when py launcher is
not available
* Make `install-all` gather errors in batch
- Update to 1.5.0
* fix: nicer tracebacks in run mode on scripts
https://github.com/pypa/pipx/releases/tag/1.4.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipx?expand=0&rev=23
Description
No description provided
Languages
RPM Spec
100%