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

xblock-utils package is deprecated #38

Open
waza-ari opened this issue Jan 25, 2024 · 0 comments
Open

xblock-utils package is deprecated #38

waza-ari opened this issue Jan 25, 2024 · 0 comments

Comments

@waza-ari
Copy link

Using this xblock yields a bunch of the following warnings:

2024-01-25 16:52:44,537 WARNING 353 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/venv/lib/python3.8/site-packages/markdown_xblock/html.py:14: DeprecatedPackageWarning: Please use import xblock.utils.settings instead of xblockutils.settings because the 'xblock-utils' package has been deprecated and migrated to within 'xblock' package. 
  from xblockutils.settings import XBlockWithSettingsMixin

See openedx/XBlock#669 for more details.

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant