forked from open-craft/xblock-html
-
Notifications
You must be signed in to change notification settings - Fork 3
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
xblock-utils package is deprecated #38
Comments
mrtmm
pushed a commit
to mrtmm/xblock-markdown
that referenced
this issue
Jul 24, 2024
The `xblock-utils` library has been deprecated as a separate package; the `utils` library has been moved into the `XBlock` and should now be imported from `xblock.utils` instead. (openedx/XBlock#675) Fixes: citynetwork#38
mrtmm
pushed a commit
to mrtmm/xblock-markdown
that referenced
this issue
Aug 1, 2024
The `xblock-utils` library has been deprecated as a separate package; the `utils` library has been moved into the `XBlock` and should now be imported from `xblock.utils` instead. (openedx/XBlock#675) Fixes: citynetwork#38
mrtmm
pushed a commit
to mrtmm/xblock-markdown
that referenced
this issue
Aug 2, 2024
The `xblock-utils` library has been deprecated as a separate package; the `utils` library has been moved into the `XBlock` and should now be imported from `xblock.utils` instead. (openedx/XBlock#675) Fixes: citynetwork#38
mrtmm
pushed a commit
to mrtmm/xblock-markdown
that referenced
this issue
Aug 2, 2024
The `xblock-utils` library has been deprecated as a separate package; the `utils` library has been moved into the `XBlock` and should now be imported from `xblock.utils` instead. (openedx/XBlock#675) Fixes: citynetwork#38
mrtmm
pushed a commit
to mrtmm/xblock-markdown
that referenced
this issue
Aug 2, 2024
* Update the import statement for xblock-utils The `xblock-utils` library has been deprecated as a separate package; the `utils` library has been moved into the `XBlock` and should now be imported from `xblock.utils` instead. (openedx/XBlock#675) * Upgrade to XBlock 2 Remove the use of deprecated `xblock.fragment` and direct id_generator parameters. 9openedx/XBlock#680) * Add Python 3.11 to test matrix Fixes: citynetwork#38
mrtmm
pushed a commit
to mrtmm/xblock-markdown
that referenced
this issue
Aug 2, 2024
* Update the import statement for xblock-utils The `xblock-utils` library has been deprecated as a separate package; the `utils` library has been moved into the `XBlock` and should now be imported from `xblock.utils` instead. (openedx/XBlock#675) * Upgrade to XBlock 2 Remove the use of deprecated `xblock.fragment` and direct id_generator parameters. 9openedx/XBlock#680) * Add Python 3.11 to test matrix; Drop Python 3.8 from test matrix * Add a version compatibility matrix to the README Fixes: citynetwork#38
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using this xblock yields a bunch of the following warnings:
See openedx/XBlock#669 for more details.
The text was updated successfully, but these errors were encountered: