1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

10 commits

Author SHA1 Message Date
Maxim Kurnikov f77b8ca051 remove #noqa: F401 2019-02-22 14:17:07 +03:00
Maxim Kurnikov 7696e7e530 Add type annotations for pip._internal.download, pip._internal.wheel and pip._internal.pep425tags (#6067)
References https://github.com/pypa/pip/issues/4748, https://github.com/pypa/pip/pull/6038.
2018-12-16 14:46:39 +05:30
Paul Moore 087d8254a7
Merge pull request #5410 from wtolson/manylinux2010
Manylinux2010
2018-11-22 11:07:49 +00:00
Mickaël Schoentgen 860deed7db Fix DeprecationWarning: the imp module is deprecated in favour of importlib in pep425tags.py 2018-08-16 21:08:23 +02:00
William T Olson 93038958d1 Expand details for manylinux1 compatibility with manylinux2010 2018-05-15 13:31:02 -04:00
William T Olson eb867a65be Revert explicit arch detection for macosx 2018-05-15 13:19:53 -04:00
William T Olson 84eef80e31 Explicitly check the platform arch 2018-05-15 10:32:37 -04:00
William T Olson 8d2068906b Rename manylinux2 tag as manylinux2010
This reflects the change in the tag name in PEP 571.
2018-05-15 10:16:35 -04:00
Mark Williams fde4a826b9 Preliminary manylinux2 support. 2018-05-15 09:09:56 -04:00
Donald Stufft 95bcf8c5f6 Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
Renamed from pip/pep425tags.py (Browse further)