diff --git a/0001-fixed-link-1154.patch b/0001-fixed-link-1154.patch new file mode 100644 index 0000000000000000000000000000000000000000..c003eb6c26e8030e54f9e04652e77c1fa4cc7827 --- /dev/null +++ b/0001-fixed-link-1154.patch @@ -0,0 +1,25 @@ +From 0f5f8af08b415af7647cbc484f0408695e019d3a Mon Sep 17 00:00:00 2001 +From: ireznikov +Date: Thu, 15 Jul 2021 11:28:15 +0400 +Subject: [PATCH] fixed link #1154 + +--- + docs/extensions/admonition.md | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/docs/extensions/admonition.md b/docs/extensions/admonition.md +index 24d8254..4f79d48 100644 +--- a/docs/extensions/admonition.md ++++ b/docs/extensions/admonition.md +@@ -99,7 +99,7 @@ Styling + There is no CSS included as part of this extension. Check out the default + [Sphinx][sphinx] theme for inspiration. + +-[sphinx]: https://www.sphinx-doc.org/en/stable/ ++[sphinx]: https://www.sphinx-doc.org/en/master/ + + ## Usage + +-- +2.33.0 + diff --git a/python-markdown.spec b/python-markdown.spec index 7184eeb778a18aa6ce552889a3e6e8fc28cf5a92..41b5e859e2f584cb8a7967fbab30728e5235ba12 100644 --- a/python-markdown.spec +++ b/python-markdown.spec @@ -2,13 +2,14 @@ Name: python-markdown Version: 3.3.7 -Release: 2 +Release: 3 Summary: A Python implementation of John Gruber’s Markdown License: BSD-3-Clause URL: https://pypi.org/project/Markdown/ Source0: https://pypi.python.org/packages/source/M/Markdown/Markdown-%{version}.tar.gz Patch0: 0001-Update-th-td-to-use-style-attribute.patch +Patch1: 0001-fixed-link-1154.patch BuildArch: noarch @@ -49,6 +50,9 @@ find docs -type f -exec sed -i 's/\r//' {} \; %{_bindir}/markdown_py %changelog +* Wed Jan 18 2023 caofei - 3.3.7-3 +- fixed link #1154 + * Tue Jan 17 2023 caofei - 3.3.7-2 - Update th/td to use style attribute