-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
state: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: feature requestRequest for a new featureRequest for a new feature
Description
- Pip version: 10.0.0b2
- Python version: 3.6
- Operating system: Mac OSX
Description:
In situations where pip presents version information about packages, like when running pip freeze, pip list and even in the error output produced by pip install, the names and version numbers of the packages are presented but the build numbers are excluded. In order to more accurately reflect the content related to these packages these display messages should be updated to include the build numbers, when available, of the packages as well
What I've run:
pip list
expected output:
Package Version Build
------------------------------------
MyPackage 1.0.0 12345
actual output:
Package Version
------------------------
MyPackage 1.0.0
devinrsmith
Metadata
Metadata
Assignees
Labels
state: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: feature requestRequest for a new featureRequest for a new feature