diff --git a/markdown_exec-1.6.0.tar.gz b/markdown_exec-1.6.0.tar.gz deleted file mode 100644 index f89c7de387734febf7faa6efc007a1bdaad67e03..0000000000000000000000000000000000000000 Binary files a/markdown_exec-1.6.0.tar.gz and /dev/null differ diff --git a/markdown_exec-1.8.0.tar.gz b/markdown_exec-1.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..11c0c5f2ef889f2d2b5c22fbd5098435f8549fff Binary files /dev/null and b/markdown_exec-1.8.0.tar.gz differ diff --git a/python-markdown-exec.spec b/python-markdown-exec.spec index 0a5699b0e31d321ffede315bfd05a776154f3069..db61d45b70064d021d9b5d85e156b8489630cb01 100644 --- a/python-markdown-exec.spec +++ b/python-markdown-exec.spec @@ -3,13 +3,13 @@ Name: python-%{pypi_name} -Version: 1.6.0 +Version: 1.8.0 Release: 1 -Summary: Utilities to execute code blocks in Markdown files. +Summary: Utilities to execute code blocks in Markdown files. License: ISC URL: https://pawamoy.github.io/markdown-exec/ -Source0: https://files.pythonhosted.org/packages/0c/38/cb1cc8c607d8fd99d4cc3e0dfe5ee32fe21191101014af667bcaaddb9076/markdown_exec-1.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/9a/9a/5857fa669849920c5114a76a77b71134675d0b6fdeb4920e63f4c89db9a9/markdown_exec-1.8.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -17,7 +17,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling -BuildRequires: python3-pdm-pep517 BuildRequires: python3-pdm-backend %description @@ -45,5 +44,11 @@ Utilities to execute code blocks in Markdown files. %{python3_sitelib}/markdown_exec* %changelog +* Tue Mar 5 2024 Dongxing Wang - 1.8.0-1 +- Update package with version 1.8.0 + Add pyodide fence + Add ansi option to mark ANSI extra as required or not + Set MKDOCS_CONFIG_DIR environment variable to build file path relative to it + * Wed Aug 30 2023 luolu12 - 1.6.0-1 - Initial package.