pex-tool / pex

A tool for generating .pex (Python EXecutable) files, lock files and venvs.
https://docs.pex-tool.org/
Apache License 2.0
2.5k stars 257 forks source link

Fix URL escaping for lock artifacts. #2349

Closed jsirois closed 5 months ago

jsirois commented 5 months ago

Fixes #2348 Fixes #2156

jsirois commented 5 months ago

Sorry for the noise. There is some sloppy here I'd like to clean up. I'll convert to draft and ping you tomorrow when it's solid.

jsirois commented 5 months ago

Alright, this is ready for review now. The 1st two commits fix CI bitrot and are off for review in #2351. This review is just of cd4db97 (the meat), and b70b6ab (which fell out cleanly).