From 43385c455ffbec0ad90deb4d1acc8a1f30eb47c0 Mon Sep 17 00:00:00 2001 From: Avasam Date: Fri, 28 Mar 2025 11:15:08 -0400 Subject: [PATCH] Mark commonmark as no_longer_updated (#13726) --- stubs/commonmark/METADATA.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stubs/commonmark/METADATA.toml b/stubs/commonmark/METADATA.toml index aa3a1922c..d5b10a699 100644 --- a/stubs/commonmark/METADATA.toml +++ b/stubs/commonmark/METADATA.toml @@ -1,2 +1,6 @@ version = "0.9.*" upstream_repository = "https://github.com/rtfd/commonmark.py" +no_longer_updated = true +extra_description = """\ +`commonmark` is deprecated in favor of [markdown-it-py](https://pypi.org/project/markdown-it-py/). +See [this issue](https://github.com/readthedocs/commonmark.py/issues/308) for background and discussion."""