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

chore: remove bok-choy usage #108

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

salman2013
Copy link
Contributor

@salman2013 salman2013 commented Oct 24, 2023

Description

As the bok-choy has been deprecated openedx/public-engineering#13, we are removing its usage from the code in this PR.

Ticket : https://github.com/orgs/openedx/projects/55/views/1?pane=issue&itemId=40721593

In this PR i also updated xblockutils' new hierarchy for classes but with support for backward compatibility for Quince earlier releases.

Ticket: https://github.com/orgs/openedx/projects/55/views/1?pane=issue&itemId=41364624

setup.py Outdated
@@ -23,11 +23,11 @@ def package_data(pkg, root_list):

setup(
name='xblock-image-explorer',
version='2.0',
version='2.1',
Copy link

Choose a reason for hiding this comment

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

I think it good time to add path version as well
2.1.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

setup.py Outdated
description='XBlock - Image Explorer',
packages=['image_explorer'],
install_requires=[
'XBlock>=1.2',
'XBlock>=1.8.1',
Copy link

Choose a reason for hiding this comment

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

Its not required as we have provided backward compatibility

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@feanil feanil merged commit c930c52 into openedx:master Nov 6, 2023
5 checks passed
This was referenced Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants