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

Update to pyodide 0.27.2 #163

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Update to pyodide 0.27.2 #163

merged 2 commits into from
Feb 3, 2025

Conversation

bollwyvl
Copy link
Contributor

changes

  • update to pyodide 0.27.2
    • not seeing anything super-relevant other than some vendored package bumps...
      but this includes things like pydantic and httpx that are... less disciplined about API stability, of late

Copy link
Contributor

lite-badge 👈 Try it on ReadTheDocs

@bollwyvl bollwyvl marked this pull request as ready for review January 25, 2025 21:40
@bollwyvl bollwyvl requested a review from jtpio January 25, 2025 21:41
@bollwyvl
Copy link
Contributor Author

Seemed fine on RTD. Guess if it looks alright, we can punch it through as another alpha, take a look on some downstreams, and then do a backport for 0.5.x.

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

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

Thanks!

@jtpio jtpio merged commit 37d011a into jupyterlite:main Feb 3, 2025
14 checks passed
@jtpio
Copy link
Member

jtpio commented Feb 3, 2025

@meeseeksdev please backport to 0.5.x

Copy link

lumberbot-app bot commented Feb 3, 2025

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 0.5.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 37d011a1f9f068bb938e3eff80e8a497ac27618a
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #163: Update to pyodide 0.27.2'
  1. Push to a named branch:
git push YOURFORK 0.5.x:auto-backport-of-pr-163-on-0.5.x
  1. Create a PR against branch 0.5.x, I would have named this PR:

"Backport PR #163 on branch 0.5.x (Update to pyodide 0.27.2)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@bollwyvl bollwyvl deleted the pyodide-0272 branch February 3, 2025 17:10
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