8000 Add docs for updating external dependencies by sethmlarson · Pull Request #1280 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add docs for updating external dependencies #1280

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add PCbuild/build.bat --regen option to docs
  • Loading branch information
sethmlarson committed Feb 29, 2024
commit cefc01d48aaa142585ddde2cef77e66755a02da3
2 changes: 1 addition & 1 deletion developer-workflow/sbom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ When updating external dependencies for a CPython branch:

1. Push the update to the ``cpython-source-deps`` repository and create a new Git tag.
2. Update the entry for the project in ``get_externals.bat``.
3. Run ``make regen-sbom`` in the CPython source repository.
3. Run ``make regen-sbom`` or ``PCbuild/build.bat --regen`` in the CPython source repository.
4. Verify the metadata (like version, download location) in ``externals.spdx.json`` SBOM is updated as expected with ``git diff``.
5. Commit the changes and have them merged together.
0