Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare news fragments for 1.6.0 #1431

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions changelog.d/1316.feature.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
Add `pipx upgrade-shared` command.

This allows to create/upgrade shared libraries as a standalone command.

It might be useful to initialize shared libraries with a pinned version of pip in order to create e.g. reproducible docker images using a constraint file.

It also allows for different `--pip-args` that one would get with the `install` command.
Add `pipx upgrade-shared` command, to create/upgrade shared libraries as a standalone command.
1 change: 0 additions & 1 deletion changelog.d/1400.misc.md

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/891.feature.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a new option `--pinned` to `pipx list` command for listing pinned packages only.
2 changes: 0 additions & 2 deletions changelog.d/891.feature.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
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`.

In addition, a new option `--pinned` is added to `pipx list` command for listing pinned packages only.