Accepting request 1184143 from devel:languages:python

- update to 1.6.0:
  * 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/request/show/1184143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipx?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2024-07-01 09:21:49 +00:00 committed by Git OBS Bridge
commit 9c91291df6
4 changed files with 31 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jun 30 20:48:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.6.0:
* 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
-------------------------------------------------------------------
Tue Apr 2 15:43:40 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>

View File

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