-
Notifications
You must be signed in to change notification settings - Fork 39
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
Conversation
cd2cb1c
to
8150ab2
Compare
setup.py
Outdated
@@ -23,11 +23,11 @@ def package_data(pkg, root_list): | |||
|
|||
setup( | |||
name='xblock-image-explorer', | |||
version='2.0', | |||
version='2.1', |
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.
I think it good time to add path version as well
2.1.0
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.
done
setup.py
Outdated
description='XBlock - Image Explorer', | ||
packages=['image_explorer'], | ||
install_requires=[ | ||
'XBlock>=1.2', | ||
'XBlock>=1.8.1', |
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.
Its not required as we have provided backward compatibility
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.
done
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