A tool for installing and managing Python packages
Go to file
Miro Hrončok 192c4aebdf Fix broken uninstallation by a bogus downstream patch
In pip 21.2, the Distribution here is a wrapper around the regular Distribution.
It has a limited set of API defined by the BaseDistribution protocol.
dist_location() uses the project_name attribute under the hood --
and that is not part of the API.

If we ever upstream this, we should make this check a property of BaseDistribution.
But, for now, we hotfix it by accessing the private wrapped Distribution object directly.
Yes, this is ugly.
2021-08-16 12:27:18 +02:00
tests Fedora CI: Cleanup for Fedora 32 EOL and prepare for Python 3.5 retirement 2021-05-25 00:50:46 +02:00
.gitignore Update to 20.0.2 2020-03-04 12:47:38 +01:00
dummy-certifi.patch Update to 21.1.1 2021-05-18 13:43:22 +02:00
no-version-warning.patch Update to 21.2.3 2021-08-09 20:33:45 +02:00
nowarn-pip._internal.main.patch Update to 21.2.3 2021-08-09 20:33:45 +02:00
pip-allow-different-versions.patch Update to 20.0.2 2020-03-04 12:47:38 +01:00
python-pip.rpmlintrc Update to 21.1.1 2021-05-18 13:43:22 +02:00
python-pip.spec Fix broken uninstallation by a bogus downstream patch 2021-08-16 12:27:18 +02:00
remove-existing-dist-only-if-path-conflicts.patch Fix broken uninstallation by a bogus downstream patch 2021-08-16 12:27:18 +02:00
sources Update to 21.2.3 2021-08-09 20:33:45 +02:00