15
0
forked from pool/python-pipx

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

- Update to 1.7.0:
- Use obs-service-tar_scm instead of GitHub releases

OBS-URL: https://build.opensuse.org/request/show/1195742
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipx?expand=0&rev=25
This commit is contained in:
2024-09-09 06:43:47 +00:00
committed by Git OBS Bridge
parent 6e77dd1f8f
commit 78d66cb567
7 changed files with 57 additions and 6 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Aug 23 14:53:33 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to 1.7.0:
* Add help messages for pipx pin and pipx unpin commands
* Add quotes to title and fix tag name in release action
* Add a --prepend option to the pipx ensurepath command
* ci: clean up auto changelog on releases
* Introduce a new env variable to allow spaces in home path
* Use multiple machine suffixes for standalone python
* Fix install all example typo
* Fix passing constraints file path into pipx install operation
via --pip-args
* Apply preview ruff/Pylint rule PLC0206
* Apply ruff/pycodestyle rule E721
* Enforce new ruff rules
* Moved documentation to docs directory
* Fix #1475 (--global installs to ~/.local)
* Fix #1492: Add PIPX_GLOBAL_(HOME|BIN_DIR|MAN_DIR) documentation
and list them in pipx environment
* Assorted repo-review suggestions
* Fixes #1509 short-circuit of installing packages when already
installed
- Use obs-service-tar_scm instead of GitHub releases
-------------------------------------------------------------------
Sun Jun 30 20:48:31 UTC 2024 - Dirk Müller <dmueller@suse.com>