Skip to content

Commit b89d041

Browse files
authored
docs: Deprecating message for problem-builder (#420)
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 b89d041

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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 Ulmo release, after which this repository will be
5+
> stop receiving further updates and eventually be archived.
6+
7+
18
## Problem Builder and Step Builder
29

310
[![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)