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

Custom Jupyverse releaser #377

Open
davidbrochart opened this issue Dec 19, 2023 · 1 comment
Open

Custom Jupyverse releaser #377

davidbrochart opened this issue Dec 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@davidbrochart
Copy link
Collaborator

davidbrochart commented Dec 19, 2023

Problem

Releasing Jupyverse and all its plugins is becoming too cumbersome, especially on conda-forge where one has to manually merge every PR and make sure no dependency has changed. This is mainly due to the fact that we release a new version even if there was no change. It makes it easy to install because all jupyverse* and fps* packages must have the same version, but this is not even enforced in the requirements, so one has to check manually that this is indeed the case after installing.
At the same time, plugins are independent of each other, they only respect a specification that is defined in jupyverse_api, so they should only pin jupyverse_api. And jupyverse is just a meta-package for installing a number of plugins that make up a Jupyter server.

Proposed Solution

Maybe Jupyverse should have its own releaser, since the mechanism is very specific. It would go like this:

  • only release packages that have changed since the last release.
  • release jupyverse_api first, then plugins.
  • release jupyverse last.
@davidbrochart davidbrochart added the enhancement New feature or request label Dec 19, 2023
Copy link

welcome bot commented Dec 19, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant