-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to packaging 20.9 #9533
Update to packaging 20.9 #9533
Conversation
Thanks. What's with the "chore:" in the commit message and PR title? As an entirely trivial style point (i.e. if you don't I won't worry) I'd prefer if it were omitted. |
Habit, from https://www.conventionalcommits.org/en/v1.0.0/ - chore being for updates. |
Should I bump everything from
|
Nice, it even adds the news entries. :) |
Next time I'm using pipx, seems like nox -s vendoring wants to add my Pipfile/Pipfile.lock. |
3b377ab
to
c7ace4d
Compare
I've cherry picked one commit from the four (and removed the Pipfiles it added to the commit 😠 ). Rerunning with |
Sorry, I don't have time to look at this, maybe one of the other @pypa/pip-committers does. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I trust vendoring
is doing the right thing and did not check the updated code in packaging
, only the file names affected.
LGTM!
The automation is written with the assumption that you have a clean working tree. 🤷🏻♂️ |
Ran with
vendoring sync . -v
.Preparation for #9506; fixes an issue with pip not installing 10.9+ Universal2 wheels on ARM macOS.