diff --git a/python-markdown-exec.spec b/python-markdown-exec.spec index 0a5699b0e31d321ffede315bfd05a776154f3069..8fc1c193a33dbc69841723be18688e05cb4715e2 100644 --- a/python-markdown-exec.spec +++ b/python-markdown-exec.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.6.0 -Release: 1 +Release: 2 Summary: Utilities to execute code blocks in Markdown files. License: ISC @@ -19,6 +19,10 @@ BuildRequires: python3-wheel BuildRequires: python3-hatchling BuildRequires: python3-pdm-pep517 BuildRequires: python3-pdm-backend +BuildRequires: python3-pytest +BuildRequires: python3-markdown +BuildRequires: python3-markupsafe +BuildRequires: python3-pymdown-extensions %description Utilities to execute code blocks in Markdown files. @@ -39,11 +43,17 @@ Utilities to execute code blocks in Markdown files. %install %pyproject_install +%check +%pytest + %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{python3_sitelib}/markdown_exec* %changelog +* Thu Aug 31 2023 luolu12 - 1.6.0-2 +- Add check to pytest. + * Wed Aug 30 2023 luolu12 - 1.6.0-1 - Initial package.