The CA Bundle should always use Unix line endings

This commit is contained in:
Donald Stufft 2018-03-31 13:45:15 -04:00
parent ad390f75d0
commit 18f6b20591
2 changed files with 4 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,2 +1,4 @@
# Patches must have Unix-style line endings, even on Windows
tasks/vendoring/patches/* eol=lf
# The CA Bundle should always use Unix-style line endings, even on Windows
src/pip/_vendor/certifi/*.pem eol=lf

View File

@ -182,6 +182,8 @@ Bug Fixes
- Abort if reading configuration causes encoding errors. (#4976)
- Add a ``--no-user`` option and use it when installing build dependencies.
(#5085)
- Fixed line endings in CA Bundle - 10.0.0b1 was inadvertently released with Windows
line endings. (#5131)
Vendored Libraries
------------------