build!: Rename the PyPI project to openedx-core#471
Merged
kdmccormick merged 2 commits intomainfrom Feb 18, 2026
Merged
Conversation
kdmccormick
commented
Jan 30, 2026
kdmccormick
commented
Jan 30, 2026
6 tasks
ceb984f to
af3b009
Compare
kdmccormick
commented
Feb 17, 2026
kdmccormick
commented
Feb 17, 2026
Cleaning up missed occurances of oepnedx_content.api being imported as "authoring_api".
379f762 to
0e3c749
Compare
openedx-coreopenedx-core
kdmccormick
commented
Feb 17, 2026
dc4c785 to
9ae2c1e
Compare
kdmccormick
commented
Feb 17, 2026
kdmccormick
commented
Feb 17, 2026
bradenmacdonald
approved these changes
Feb 18, 2026
Contributor
bradenmacdonald
left a comment
There was a problem hiding this comment.
OK, looks good and the plan sounds good to me! I can't really test this but I looked over the diff and didn't see any issues.
To represent the increasing scope of this repository, we are renaming it from openedx-learning to openedx-core. Practically, this commit: * Updates GitHub hyperlinks in this repo from openedx/openedx-learning -> openedx/openedx-core * Publishes a new PyPI project called openedx-core, version starting at 0.34 * Publishes a final PyPI release of openedx-learning, versioned 0.33, which is empty and just installs openedx-core as a dependency * Updates "Learning Core" to "Open edX Core" in various docs and comments * Updates various docs and comments to represent the project's new scope. BREAKING CHANGE: openedx-learning==0.33.0 will be the final release of openedx-learning. It will transitively install openedx-core==0.34.0 (fully code-compatible) and not receive updates going forward. In order to receive updates, operators should install openedx-core instead. Part of: #470
46a825a to
3a779cd
Compare
Member
Author
|
@bradenmacdonald I hit some hiccups when publishing |
Contributor
|
@kdmccormick Thanks for working through that, and no worries - I kinda figured a little point release would be necessary. It's pretty hard to predict the issues with something like this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
To represent the increasing scope of this repository, we are renaming it from openedx-learning to openedx-core. See the ADR for more details: https://github.com/openedx/openedx-core/blob/kdmccormick/openedx-core/docs/decisions/0021-openedx-core.rst
Practically, this PR:
BREAKING CHANGE notice for operators: openedx-learning==0.33.0 will be the final release of openedx-learning. It will transitively install openedx-core==0.34.0 (fully code-compatible) and not receive updates going forward. In order to receive updates, operators should install openedx-core instead.
Notes for reviewers
Supporting info / merge considerations / testing
Before merging this, we'll:
openedx_contentapp #454openedx_contentis a top-level package #468After merging this, I'll:
This is all part of:
openedx-core#470