diff --git a/pipx-1.5.0.tar.gz b/pipx-1.5.0.tar.gz deleted file mode 100644 index d2f9b5a..0000000 --- a/pipx-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2371af2b772954cdb5c1dbfa0170219e3d2c09d9ff9b18e975f65562eeb7ab0a -size 301396 diff --git a/pipx-1.6.0.tar.gz b/pipx-1.6.0.tar.gz new file mode 100644 index 0000000..258f764 --- /dev/null +++ b/pipx-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840610e00103e3d49ae24b6b51804b60988851a5dd65468adb71e5a97e2699b2 +size 307321 diff --git a/python-pipx.changes b/python-pipx.changes index d2f6091..5a6bf84 100644 --- a/python-pipx.changes +++ b/python-pipx.changes @@ -1,7 +1,31 @@ +------------------------------------------------------------------- +Sun Jun 30 20:48:31 UTC 2024 - Dirk Müller + +- 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 -- Update to 1.5.0 +- 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. @@ -25,7 +49,7 @@ Wed Jan 31 14:43:05 UTC 2024 - Eyad Issa * Add macos shebang workaround description * Introduce towncrier * Potential fix for pylauncher with python version - * fix: nicer tracebacks in run mode on scripts + * fix: nicer tracebacks in run mode on scripts ------------------------------------------------------------------- Mon Jan 15 14:32:28 UTC 2024 - Eyad Issa @@ -38,7 +62,7 @@ Mon Jan 15 14:32:28 UTC 2024 - Eyad Issa * Verify if script name provided is a file before running it * Fix python path resolution on linux - https://github.com/pypa/pipx/releases/tag/1.4.2 + https://github.com/pypa/pipx/releases/tag/1.4.2 ------------------------------------------------------------------- Tue Jan 2 16:49:58 UTC 2024 - Dirk Müller diff --git a/python-pipx.spec b/python-pipx.spec index 1e0ac88..7e17d2f 100644 --- a/python-pipx.spec +++ b/python-pipx.spec @@ -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