15
0
forked from pool/python-pipx

Accepting request 1164170 from home:VaiTon:branches:devel:languages:python

- Update to 1.5.0

OBS-URL: https://build.opensuse.org/request/show/1164170
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipx?expand=0&rev=21
This commit is contained in:
2024-04-02 16:10:32 +00:00
committed by Git OBS Bridge
parent 43634af0a2
commit 5c3b0d12c2
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Apr 2 15:43:40 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to 1.5.0
* Add --global option to pipx commands. - This will run the
action in a global scope and affect environment for all system
users.
* 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.
* Add commands to list and prune standalone interpreters
* Add --install option to pipx upgrade command. - This will
install the package given as argument if it is not already
installed.
* Deprecate --skip-maintenance flag of pipx list; maintenance is
now never executed there
* Various bugfixes
-------------------------------------------------------------------
Wed Jan 31 14:43:05 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>