15
0
forked from pool/python-pipx

Accepting request 1164174 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1164174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipx?expand=0&rev=10
This commit is contained in:
2024-04-03 15:19:37 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d214512bccc601b575de096ee84fde8797323717a20752c48f7a55cc1bf062fe
size 294722

3
pipx-1.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2371af2b772954cdb5c1dbfa0170219e3d2c09d9ff9b18e975f65562eeb7ab0a
size 301396

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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pipx
Version: 1.4.3
Version: 1.5.0
Release: 0
Summary: Install and Run Python Applications in Isolated Environments
License: MIT