This is an archive of the discontinued Mercurial Phabricator instance.

packaging: update the certifi dependency
ClosedPublic

Authored by mharbison72 on Oct 4 2021, 12:03 AM.

Details

Summary

Not sure if this helps with recent certificate issues[1], but we might as well
keep this modern.

Note that certifi no longer claims py2 support, and there's a PR to add it back
in[2]. Py2 support was dropped in 2020.04.05.2 (which predates what's being
updated here). None of the *.py files have changed since the 2020.6.20 release,
and I was able to call certifi.where() in both a virtualenv and with
hg debugshell from an MSI install with this version, so we shouldn't be any
worse off than before.

[1] https://foss.heptapod.net/mercurial/tortoisehg/thg/-/issues/5745
[2] https://github.com/certifi/python-certifi/pull/154

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

mharbison72 created this revision.Oct 4 2021, 12:03 AM
marmoute accepted this revision.Oct 5 2021, 7:21 AM
marmoute added a subscriber: marmoute.

That seems fine.

pulkit accepted this revision.Oct 12 2021, 9:24 AM
This revision is now accepted and ready to land.Oct 12 2021, 9:24 AM
This revision was automatically updated to reflect the committed changes.