From 5c3b0d12c2007c2340f2bd65563a791a7bdc43feee15e60b3eb9d878335596dc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Apr 2024 16:10:32 +0000 Subject: [PATCH] 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 --- pipx-1.4.3.tar.gz | 3 --- pipx-1.5.0.tar.gz | 3 +++ python-pipx.changes | 20 ++++++++++++++++++++ python-pipx.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 pipx-1.4.3.tar.gz create mode 100644 pipx-1.5.0.tar.gz diff --git a/pipx-1.4.3.tar.gz b/pipx-1.4.3.tar.gz deleted file mode 100644 index aad435d..0000000 --- a/pipx-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d214512bccc601b575de096ee84fde8797323717a20752c48f7a55cc1bf062fe -size 294722 diff --git a/pipx-1.5.0.tar.gz b/pipx-1.5.0.tar.gz new file mode 100644 index 0000000..d2f9b5a --- /dev/null +++ b/pipx-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2371af2b772954cdb5c1dbfa0170219e3d2c09d9ff9b18e975f65562eeb7ab0a +size 301396 diff --git a/python-pipx.changes b/python-pipx.changes index 79da01f..d2f6091 100644 --- a/python-pipx.changes +++ b/python-pipx.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Apr 2 15:43:40 UTC 2024 - Eyad Issa + +- 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 diff --git a/python-pipx.spec b/python-pipx.spec index dd69587..1e0ac88 100644 --- a/python-pipx.spec +++ b/python-pipx.spec @@ -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