-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Displays info about [un]installed versions #2221
Conversation
781bc47
to
19b49cf
Compare
Also see #2219 which does same for uninstall |
in #2219, you're logging the representation of the for consistency, couldn't you do just do that here? i.e. query for the installed distribution using |
@qwcode: Yeah, quite possibly. Thanks! Running tests locally now... |
Tests failed. Anyway, @qwcode made good points over at #2219 (comment) so I think I'll make both uninstall and install use similar (explicit) code and do it one PR. |
84bc6d9
to
5919f05
Compare
Displays version when installing and uninstalling -- e.g.: Successfully installed pyrepl-0.8.4 pytest-2.6.4 and: Uninstalling pyrepl-0.8.4: Successfully uninstalled pyrepl-0.8.4 Uninstalling pytest-2.6.4: Successfully uninstalled pytest-2.6.4
5919f05
to
8e2d441
Compare
👍 |
Displays info about [un]installed versions
This is a variation on #2207 that doesn't write the output in
package_name==version
format, because @dstufft had some reservations about using that format and then people getting accustomed to it.Displays version when installing and uninstalling -- e.g.:
and: