Skip to content
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

Add missing sections to blurbs #114553

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jan 25, 2024

Fixes python/core-workflow#525.

After adding more validation to blurb in python/core-workflow#507 (unreleased), blurb merge fails for these three files because they're missing a section entry.

Other "no new changes" blurbs do contain a section: Library entry:

We could modify blurb to allow files in Misc/NEWS.d/next to skip this validation, but it's easier to add the missing sections.

@hugovk
Copy link
Member Author

hugovk commented Jan 26, 2024

We should also backport this back to 3.8, so blurb merge works for security releases too.

RMs @pablogsal @ambv, is that okay?

(This would only be a problem when the next version of blurb is released, and it's not imminently planned.)

@serhiy-storchaka serhiy-storchaka added needs backport to 3.8 only security fixes needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Feb 12, 2024
@serhiy-storchaka
Copy link
Member

Let just create backport and left the on @pablogsal and @ambv. I think they missed your question, but it will be more difficult to miss PRs.

@hugovk hugovk merged commit dc8893a into python:main Feb 12, 2024
34 checks passed
@hugovk hugovk deleted the misc-news-add-sections branch February 12, 2024 14:16
@miss-islington-app
Copy link

Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10, 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 12, 2024
(cherry picked from commit dc8893a)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Feb 12, 2024

GH-115336 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Feb 12, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 12, 2024
(cherry picked from commit dc8893a)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Feb 12, 2024

GH-115337 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Feb 12, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 12, 2024
(cherry picked from commit dc8893a)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Feb 12, 2024

GH-115338 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 12, 2024
(cherry picked from commit dc8893a)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app bedevere-app bot removed the needs backport to 3.10 only security fixes label Feb 12, 2024
@bedevere-app
Copy link

bedevere-app bot commented Feb 12, 2024

GH-115339 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 12, 2024
(cherry picked from commit dc8893a)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app bedevere-app bot removed the needs backport to 3.9 only security fixes label Feb 12, 2024
@bedevere-app
Copy link

bedevere-app bot commented Feb 12, 2024

GH-115340 is a backport of this pull request to the 3.8 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.8 only security fixes label Feb 12, 2024
hugovk added a commit that referenced this pull request Feb 12, 2024
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Feb 12, 2024
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@pablogsal
Copy link
Member

We should also backport this back to 3.8, so blurb merge works for security releases too.

I am fine doing this for 3.10 and 3.11. @ambv what do you think?

ambv pushed a commit that referenced this pull request Feb 13, 2024
Add missing sections to blurbs (GH-114553)
(cherry picked from commit dc8893a)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
ambv pushed a commit that referenced this pull request Feb 13, 2024
(cherry picked from commit dc8893a)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
fsc-eriker pushed a commit to fsc-eriker/cpython that referenced this pull request Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

blurb merge: "No 'section' specified. You must provide one!"
5 participants