Skip to content

Commit

Permalink
fix news fragments (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitznik committed May 28, 2024
1 parent b4e564d commit c819aab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
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.

0 comments on commit c819aab

Please sign in to comment.