Skip to content

[3.15] Update SOURCE_URI for 3.15 branch#150783

Merged
hugovk merged 1 commit into
python:3.15from
hugovk:3.15-source-uri
Jun 2, 2026
Merged

[3.15] Update SOURCE_URI for 3.15 branch#150783
hugovk merged 1 commit into
python:3.15from
hugovk:3.15-source-uri

Conversation

@hugovk
Copy link
Copy Markdown
Member

@hugovk hugovk commented Jun 2, 2026

No description provided.

Copy link
Copy Markdown
Member

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated here by python/release-tools/run_release.py

Did that break?

@hugovk
Copy link
Copy Markdown
Member Author

hugovk commented Jun 2, 2026

It didn't raise during last month's 3.15.0b1 release:

✅  Checking CPython repository is clean
✅  Checking pyspecific
✅  Checking CPython repository is clean

Today's 3.15.0b2 release had:

✅  Checking CPython repository is clean
💥  Checking pyspecific
Traceback (most recent call last):
  File "/Users/hugo/github/release-tools/run_release.py", line 1504, in <module>
    main()
    ~~~~^^
  File "/Users/hugo/github/release-tools/run_release.py", line 1500, in main
    automata.run()
    ~~~~~~~~~~~~^^
  File "/Users/hugo/github/release-tools/run_release.py", line 255, in run
    raise e from None
  File "/Users/hugo/github/release-tools/run_release.py", line 252, in run
    self.current_task(self.db)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/Users/hugo/github/release-tools/release.py", line 151, in __call__
    return getattr(self, "function")(db)
           ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^
  File "/Users/hugo/github/release-tools/run_release.py", line 553, in check_pyspecific
    raise ReleaseException(
    ...<3 lines>...
    )
ReleaseException: SOURCE_URI is incorrect (it needs changing before beta 1):
expected: SOURCE_URI = 'https://github.com/python/cpython/tree/3.15/%s'
got     : SOURCE_URI = 'https://github.com/python/cpython/tree/main/%s'

For comparison, last year's 3.14.0b1:

✅  Checking Git repository is clean
💥  Checking pyspecific
Traceback (most recent call last):
  File "/Users/hugo/github/release-tools/run_release.py", line 1412, in <module>
    main()
  File "/Users/hugo/github/release-tools/run_release.py", line 1408, in main
    automata.run()
  File "/Users/hugo/github/release-tools/run_release.py", line 273, in run
    raise e from None
  File "/Users/hugo/github/release-tools/run_release.py", line 270, in run
    self.current_task(self.db)
  File "/Users/hugo/github/release-tools/release.py", line 126, in __call__
    return getattr(self, "function")(db)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/hugo/github/release-tools/run_release.py", line 536, in check_pyspecific
    raise ReleaseException("SOURCE_URI is incorrect")
ReleaseException: SOURCE_URI is incorrect

Can look into that later.

@hugovk hugovk enabled auto-merge (squash) June 2, 2026 12:04
@hugovk hugovk merged commit de7576e into python:3.15 Jun 2, 2026
42 checks passed
@hugovk hugovk deleted the 3.15-source-uri branch June 2, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants