Update vendored packaging to 23.1#3926
Conversation
It didn't so much pull them as those are the changes as found in those packages. I notice that a lot of the changes are whitespace-only changes. Did you run the vendoring routine on Windows by chance? It's possible that pip generates the files with different line endings depending on the platform. |
|
I do see that some of the I do think we should run the vendoring update with |
|
I'm using macOS and I see that the RECORD files are getting written with CRLF (Windows newlines), so something must have changed in pip to generate those files with the less desirable form :(. |
|
It looks like pip has been writing RECORD files with |
|
In order to decouple the incidental changes and the intentional ones, I've rebased your change on top of a clean re-run of |
|
Thanks 👍
(No, was Linux) |
Summary of changes
Update vendored
packagingto 23.1Closes #3802
I updated the
packagingversion in the twovendored.txtfiles and then rantox -e vendor. It seems it pulled in a bunch of changes to the other vendored packages' dist-info folders - I don't know if that is desired?Pull Request Checklist
changelog.d/.(See documentation for details)