Go to file
Miro Hrončok 4b288bd347 When pip is run outside of venv, don't show the upgrade warning
This is a fix for https://bugzilla.redhat.com/show_bug.cgi?id=1573755

1. We put "rpm" inside pip's INSTALLER instead of "pip"

2. From pip, we check what's in INSTALLER and only show the warning
   if it's "pip".

When a venv is cearted, pip is installed from wheel (trough rewheel),
INSTALLER contains "pip".

When virtualenv is used, pip is installed from the Interwebz via pip,
so INSTALLER contains "pip".

Upstream issue https://github.com/pypa/pip/issues/5346
2018-05-04 14:36:05 +02:00
.gitignore Update to 9.0.3 2018-03-29 15:18:38 +02:00
allow-stripping-given-prefix-from-wheel-RECORD-files.patch Update to 9.0.1 2016-11-18 14:42:28 -07:00
emit-a-warning-when-running-with-root-privileges.patch Fix typo in the sudo pip warning 2017-03-21 12:09:02 +01:00
local-dos.patch Patch local dos with predictable temp directory names 2014-11-18 13:49:10 +01:00
pip-nowarn-upgrade.patch When pip is run outside of venv, don't show the upgrade warning 2018-05-04 14:36:05 +02:00
pip9-allow-pip10-import.patch Allow to import pip10's main from pip9's /usr/bin/pip 2018-05-04 13:42:21 +02:00
python-pip.spec When pip is run outside of venv, don't show the upgrade warning 2018-05-04 14:36:05 +02:00
skip-network-tests.patch Update to 6.0.8 2015-03-06 14:33:17 +01:00
sources Update to 9.0.3 2018-03-29 15:18:38 +02:00