Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533390 - dev-python/pip-6.0.1 version bump
Summary: dev-python/pip-6.0.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-23 12:11 UTC by Coacher
Modified: 2014-12-23 18:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2014-12-23 12:11:03 UTC
Hello.

Since version 6.0 pip has functionality to chech if the current version is latest available from PyPI, see --disable-pip-version-check command line option desription from `pip help`. This functionality is irritating and useless since we have package manager to handle package upgrades. This should be fixed.

I can see two ways to achieve this goal. Either bump pip version to 6.0.1 in tree (which is good anyway since 6.0.1 has some fixes over 6.0) or disable this check in a system-wide config file, i.e. /etc/pip.conf

Contents to disable this check should be:
[global]
disable_pip_version_check = True

Please fix.

Reproducible: Always
Comment 1 Coacher 2014-12-23 13:24:46 UTC
Jeroen, I appreciate your work, but this is not about simple version bump. Consider the following situation: pip-6.0 is stabilized, while pip-6.0.1 is not. All users of stable will see message about upgrade to 6.0.1.
Comment 2 Coacher 2014-12-23 13:26:54 UTC
Python team, please disable pip's internal version check via system-wide config. Version bump is welcome too though.
Comment 3 Tim Harder gentoo-dev 2014-12-23 16:46:27 UTC
Fixed in 6.0.2.
Comment 4 Coacher 2014-12-23 18:02:03 UTC
(In reply to Tim Harder from comment #3)
> Fixed in 6.0.2.

Thanks.