Fix changelog diff for dependency specifier updates#13645
Fix changelog diff for dependency specifier updates#13645larsoner merged 4 commits intomne-tools:mainfrom
Conversation
|
Will deleting that old, incorrect changelog entry mess with anything? |
No it should be fine! |
|
Yeah, no diff from the SPEC0 action (as expected), will return it to scheduled running |
|
Great! Will manually merge once CircleCI comes back happy, other than the expected 45 warnings 😓 (FYI in the latest commit message to save some CI cycles you could have pushed with |
Sure, I'll keep that in mind for these types of things! Is |
|
|
|
|

Reference issue (if any)
Discussed in #13641
What does this implement/fix?
@larsoner, turns out when the specifiers/markers are being prettified,
'in pyproject.toml becomes"(e.g.,'Darwin'->"Darwin"). Was enough for the check for changed requirements to be triggered.Just added the conversion of any double back to single quotation marks.