diff --git a/markdown-exec-1.10.3.tar.gz b/markdown-exec-1.10.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8af8c4308e318d96a5915b9216a49dedc2875e59 Binary files /dev/null and b/markdown-exec-1.10.3.tar.gz differ diff --git a/markdown_exec-1.9.3.tar.gz b/markdown_exec-1.9.3.tar.gz deleted file mode 100644 index a746df9ef1e7fca1f7a9c97aab3dd2960962df1c..0000000000000000000000000000000000000000 Binary files a/markdown_exec-1.9.3.tar.gz and /dev/null differ diff --git a/python-markdown-exec.spec b/python-markdown-exec.spec index 26f3ab3348e26e130840af17de589c3c8fc97b23..d16bac66d25a6a60adf6bf28ed4a86c42bafacd1 100644 --- a/python-markdown-exec.spec +++ b/python-markdown-exec.spec @@ -3,13 +3,13 @@ Name: python-%{pypi_name} -Version: 1.9.3 +Version: 1.10.3 Release: 1 Summary: Utilities to execute code blocks in Markdown files. License: ISC -URL: https://pawamoy.github.io/markdown-exec/ -Source0: https://files.pythonhosted.org/packages/e4/41/5173766cc223e3d410b6f7d6590f48dda5408ffa925af7f341a760621dcc/markdown_exec-1.9.3.tar.gz +URL: https://github.com/pawamoy/markdown-exec +Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -30,7 +30,7 @@ Utilities to execute code blocks in Markdown files. %prep -%autosetup -n %{source_name}-%{version} +%autosetup -n %{pypi_name}-%{version} %build %pyproject_build @@ -44,6 +44,15 @@ Utilities to execute code blocks in Markdown files. %{python3_sitelib}/markdown_exec* %changelog +* Mon Apr 07 2025 Dongxing Wang - 1.10.3-1 +- Update package with version 1.10.3 + Also escape strings printed directly to the output + Don't forget to clear "Initializing" in Pyodide output + Escape Pyodide output, improve error handling + Add lower bound to pygments-ansi-color extra + Fix emoji display in pyodide fence for themes other than Material + Drop support for Python 3.8 + * Wed Oct 30 2024 liudy - 1.9.3-1 - Update version to 1.9.3 - Fix patching lines in tracebacks on Python 3.13