-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Rename from sugar to core module name #101
Conversation
src/sugar/cli.py
Outdated
@@ -6,7 +6,7 @@ | |||
from pathlib import Path | |||
from typing import Tuple | |||
|
|||
from sugar import Sugar | |||
from core import Sugar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from core import Sugar | |
from sugar.core import Sugar |
src/sugar/core.py
Outdated
@@ -13,7 +13,7 @@ | |||
|
|||
from jinja2 import Template | |||
|
|||
from sugar import __version__ | |||
from core import __version__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from core import __version__ | |
from sugar import __version__ |
tests/test_containers_sugar.py
Outdated
@@ -4,7 +4,7 @@ | |||
|
|||
import pytest | |||
|
|||
from sugar import Sugar | |||
from core import Sugar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from core import Sugar | |
from sugar.core import Sugar |
78e7a48
to
9788394
Compare
Could you remove and recreate it please? |
I removed the "poetry.lock" and then run the "poetry update":
|
9788394
to
9067533
Compare
@esloch the issue with the installation was fixed (I hope!) |
Thanks Ivan! |
@esloch , just cut a new release. please, rebase your branch on top of the upstream main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @esloch
🎉 This PR is included in version 1.10.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Pull Request description
How to test these changes
...
Pull Request checklists
This PR is a:
About this PR:
Author's checklist:
Additional information
Reviewer's checklist
Copy and paste this template for your review's note: