openedx / AudioXBlock

edX: A very simple audio player for edX
GNU Affero General Public License v3.0
1 stars 10 forks source link

Remove xblockutils package #110

Closed farhan closed 1 year ago

farhan commented 1 year ago

Parent ticket: https://github.com/openedx/axim-engineering/issues/915

This repository is using the xblock-utils package which has been deprecated and migrated to within the xblock package.

In this ticket, we will:

### Tasks
- [x] Make sure the repository is using xblock [version 1.8.1](https://github.com/openedx/XBlock/releases/tag/xblock-1.8.0) or above. Upgrade the version if required, preferably via the `make upgrade` command.
- [x] Remove the `xblock-utils` package
- [x] Find and replace all the `xblockutils.*` imports with `xblock.utils.*`
- [x] Make sure all the test cases are passing
- [x] Test the xblock
farhan commented 1 year ago

PR: https://github.com/openedx/AudioXBlock/pull/112

feanil commented 1 year ago

The PR has been merged and released.