Skip to content

Commit dcd96a7

Browse files
committed
docs: Deprecating message for problem-builder
This change adds a message deprecating problem builder. Announcement on forums: https://discuss.openedx.org/t/deprecation-removal-problem-builder-repository/13664 DEPR Ticket: openedx/public-engineering#268
1 parent a4cfa28 commit dcd96a7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
> [!WARNING]
2+
> Problem Builder is no longer being developed by OpenCraft.
3+
> It will be supported with compatibility and security fixes
4+
> till the Teak release after which this repository will be
5+
> stop receiving further updates and be archived.
6+
> A simplified XBlock with some of the key features of this
7+
> block is being investigated at OpenCraft.
8+
9+
110
## Problem Builder and Step Builder
211

312
[![Circle CI](https://circleci.com/gh/open-craft/problem-builder.svg?style=svg)](https://circleci.com/gh/open-craft/problem-builder)

problem_builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.0"
1+
__version__ = "5.2.1"

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,13 @@ def package_data(pkg, roots):
167167
setup(
168168
name='xblock-problem-builder',
169169
version=VERSION,
170-
description='XBlock - Problem Builder',
170+
description='XBlock - Problem Builder [deprecated]',
171+
classifiers=[
172+
"Development Status :: 7 - Inactive",
173+
"Programming Language :: Python :: 3",
174+
"Programming Language :: Python :: 3.11",
175+
"Programming Language :: Python :: 3.12",
176+
],
171177
long_description=README,
172178
long_description_content_type='text/markdown',
173179
author='OpenCraft',

0 commit comments

Comments
 (0)