Miro Hrončok
e9e8996aeb
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.
Related: rhbz#1932713
2021-09-17 19:15:07 +02:00
Miro Hrončok
a83e8d6604
Update to 21.2.3
...
The bundled toml was replaced by tomli, same license (MIT).
Related: rhbz#1932713
2021-09-17 19:14:32 +02:00
Karolina Surma
000f490c2d
Update to 21.1.1
...
Changes:
- dropped emit-a-warning-when-running-with-root-privileges.patch (fixed in upstream)
- rebased dummy-certifi.patch, remove-existing-dist-only-if-path-conflicts.patch, nowarn-pip._internal.main.patch
Related: rhbz#1932713
2021-09-17 19:13:51 +02:00
DistroBaker
69eab90d36
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-pip.git#e8f355153384f41e2f5ff11081ab93b08625b825
2021-02-18 16:32:30 +00:00
DistroBaker
7df2664e6d
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-pip.git#093819ce2ef1ccaecd829ad2c445156db11b0774
2021-01-27 11:42:40 +00:00
DistroBaker
b7b3cef88c
Merged update from upstream sources
...
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.
Source: https://src.fedoraproject.org/rpms/python-pip.git#cef1efc8a038aa18f9a591e1f44671abd781b8db
2020-12-19 00:15:05 +00:00
Troy Dawson
5819c19901
RHEL 9.0.0 Alpha bootstrap
...
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/python-pip#8825fe54dc6e32d8edcbecfe4b9f563a50e513b5
2020-10-14 19:37:16 -07:00