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

98 commits

Author SHA1 Message Date
Pradyun Gedam 3697f45ee6
Fix the certifi version in vendor.txt
Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
2020-11-20 12:16:24 +00:00
Pradyun Gedam 74b1db4f64
Upgrade toml to 0.10.2 2020-11-19 18:49:54 +00:00
Pradyun Gedam 910b304a97
Upgrade resolvelib to 0.5.2 2020-11-19 18:38:04 +00:00
Pradyun Gedam e76b1ddeaa
Upgrade urllib3 to 1.26.2 2020-11-19 18:38:04 +00:00
Pradyun Gedam b08c4d5f3f
Upgrade certifi to 2020.11.8 2020-11-19 18:38:04 +00:00
Pradyun Gedam 1604ac4737
Upgrade requests to 2.25.0 2020-11-19 18:38:04 +00:00
Pradyun Gedam 1c6a119529
Upgrade pep517 to 0.9.1 2020-11-19 18:38:04 +00:00
Pradyun Gedam ca6095bfb3
Upgrade colorama to 0.4.4 2020-11-19 18:38:04 +00:00
Pradyun Gedam dcfea6ee8f
Really? Wow.
This is a fix for the sole failing test in the CI for these changes (in
tests/functional/test_debug.py::test_debug__library_versions). The
failure took me a fair bit of time to diagnose, but it looks like the
issue is that we're strictly comparing versions as strings. This is a
bad idea when they're not normalized.
2020-07-22 19:57:20 +05:30
Pradyun Gedam 4272aa7980
Upgrade toml to 0.10.1 2020-07-22 19:57:20 +05:30
Pradyun Gedam afa59d97f6
Upgrade six to 1.15.0 2020-07-22 19:57:19 +05:30
Pradyun Gedam 072b70b9bf
Upgrade urllib3 to 1.25.9 2020-07-22 19:57:19 +05:30
Pradyun Gedam fe7128c662
Upgrade idna to 2.10 2020-07-22 19:57:19 +05:30
Pradyun Gedam 2ac80f4336
Upgrade certifi to 2020.6.20 2020-07-22 19:57:19 +05:30
Pradyun Gedam 28aad200b3
Upgrade requests to 2.24.0 2020-07-22 19:57:19 +05:30
Pradyun Gedam 413968dd17
Upgrade packaging to 20.4 2020-07-22 19:57:19 +05:30
Pradyun Gedam e84d0c1813
Upgrade html5lib to 1.1
Also, drop the no-longer-necessary patch.
2020-07-22 19:57:18 +05:30
Pradyun Gedam 11a64cdae8
Upgrade distlib to 0.3.1 2020-07-22 19:57:18 +05:30
Pradyun Gedam b9b2c18735
Upgrade appdirs to 1.4.4 2020-07-22 19:57:18 +05:30
Tzu-ping Chung 46f433615e Update vendored ResolveLib to 0.4.0 2020-05-27 23:08:28 +08:00
Pradyun Gedam 5bea530899
Change certifi version to 2020.04.05.1 2020-04-15 23:27:30 +05:30
Pradyun Gedam 101332f70f
Upgrade urllib3 to 1.25.8 2020-04-15 21:35:58 +05:30
Pradyun Gedam 812f2a9f5b
Upgrade idna to 2.9 2020-04-15 21:35:58 +05:30
Pradyun Gedam 05aae8f888
Upgrade certifi to 2020.4.5.1 2020-04-15 21:35:57 +05:30
Pradyun Gedam e94f93530f
Upgrade requests to 2.23.0 2020-04-15 21:35:55 +05:30
Pradyun Gedam d2439f7d99
Upgrade pyparsing to 2.4.7 2020-04-15 21:35:52 +05:30
Pradyun Gedam 8ce1872cdd
Upgrade pep517 to 0.8.2 2020-04-15 21:35:49 +05:30
Pradyun Gedam 2694496d26
Upgrade packaging to 20.3 2020-04-15 21:35:45 +05:30
Pradyun Gedam 8f2b7c6344
Upgrade msgpack to 1.0.0 2020-04-15 21:35:43 +05:30
Pradyun Gedam fc394ca52b
Upgrade distro to 1.5.0 2020-04-15 21:09:17 +05:30
Pradyun Gedam 2ece449217
Upgrade contextlib2 to 0.6.0.post1 2020-04-15 21:07:42 +05:30
Pradyun Gedam 8b8fdd8429
Drop pytoml from vendored libraries 2020-04-14 13:07:20 +05:30
Pradyun Gedam a1af9d517d
Vendor toml 0.10.0 2020-04-14 12:59:54 +05:30
Tzu-ping Chung 74003e60ea Upgrade ResolveLib vendoring to 0.3.0 2020-04-11 11:16:00 +08:00
Tzu-ping Chung 72204f2640 Upgrade ResolveLib vendoring definition 2020-04-10 22:11:15 +08:00
Tzu-ping Chung 36065cf2e0 Vendor ResolveLib from Git
We are vendoring from the Git source for now, so the bug fix turnover
can be quicker if there's anything wrong in the resolution logic.

HEAD up-to-date as of 2020-03-12.
2020-03-12 22:37:30 +08:00
Pradyun Gedam 78a77229b4
Upgrade packaging to 20.1 2020-01-24 16:37:38 +05:30
Pradyun Gedam 7b2f0aa00d
Upgrade pkg_resources (via setuptools) to 44.0.0 2020-01-21 13:51:30 +05:30
Pradyun Gedam 947fceb0f9
Upgrade six to 1.14.0 2020-01-21 13:42:05 +05:30
Pradyun Gedam 501e00cec4
Upgrade urllib3 to 1.25.7 2020-01-21 13:37:47 +05:30
Pradyun Gedam 022f0e265b
Upgrade certifi to 2019.11.28 2020-01-21 13:37:42 +05:30
Pradyun Gedam 7770dc204e
Upgrade pyparsing to 2.4.6 2020-01-21 13:16:34 +05:30
Pradyun Gedam 9bce54e54a
Upgrade ipaddress to 1.0.23 2020-01-21 13:13:27 +05:30
Pradyun Gedam dd07badf20
Upgrade distlib to 0.3.0 2020-01-21 13:11:38 +05:30
Pradyun Gedam 744d0ebbd4
Upgrade colorama to 0.4.3 2020-01-21 13:10:01 +05:30
Pradyun Gedam ac42c232ce
Update CacheControl to 0.12.6 2020-01-21 12:48:59 +05:30
Chris Hunt 8460394c47 Update packaging version and include py.typed
Since the new packaging has types, it includes a py.typed. No harm in
including this in our package, and it may facilitate debug tool usage on
an installed pip by signaling that pip._vendor.packaging is
type-annotated.
2020-01-06 14:03:34 -05:00
Xavier Fernandez d9e27f0030 Bump vendored libraries 2019-10-10 12:33:38 +02:00
Xavier Fernandez 0cb85d5734 Bump contextlib2 to latest version 0.6.0 2019-10-10 00:06:55 +02:00
Chris Hunt 51d7a97385 Remove Lockfile. 2019-09-15 17:09:44 -04:00