diff --git a/markdown_exec-1.8.0.tar.gz b/markdown_exec-1.8.0.tar.gz deleted file mode 100644 index 11c0c5f2ef889f2d2b5c22fbd5098435f8549fff..0000000000000000000000000000000000000000 Binary files a/markdown_exec-1.8.0.tar.gz and /dev/null differ diff --git a/markdown_exec-1.9.3.tar.gz b/markdown_exec-1.9.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a746df9ef1e7fca1f7a9c97aab3dd2960962df1c Binary files /dev/null and b/markdown_exec-1.9.3.tar.gz differ diff --git a/python-markdown-exec.spec b/python-markdown-exec.spec index db61d45b70064d021d9b5d85e156b8489630cb01..26f3ab3348e26e130840af17de589c3c8fc97b23 100644 --- a/python-markdown-exec.spec +++ b/python-markdown-exec.spec @@ -3,13 +3,13 @@ Name: python-%{pypi_name} -Version: 1.8.0 +Version: 1.9.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/9a/9a/5857fa669849920c5114a76a77b71134675d0b6fdeb4920e63f4c89db9a9/markdown_exec-1.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e4/41/5173766cc223e3d410b6f7d6590f48dda5408ffa925af7f341a760621dcc/markdown_exec-1.9.3.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -44,6 +44,10 @@ Utilities to execute code blocks in Markdown files. %{python3_sitelib}/markdown_exec* %changelog +* Wed Oct 30 2024 liudy - 1.9.3-1 +- Update version to 1.9.3 +- Fix patching lines in tracebacks on Python 3.13 + * Tue Mar 5 2024 Dongxing Wang - 1.8.0-1 - Update package with version 1.8.0 Add pyodide fence