Skip to content

Add build number identifiers to version numbers reported by pip #5210

@TheFriendlyCoder

Description

@TheFriendlyCoder
  • 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions