diff --git a/mkdocstrings_python-1.5.1.tar.gz b/mkdocstrings_python-1.5.1.tar.gz deleted file mode 100644 index 60fe19aac7637926e851bae096f6cc9fa795c241..0000000000000000000000000000000000000000 Binary files a/mkdocstrings_python-1.5.1.tar.gz and /dev/null differ diff --git a/mkdocstrings_python-1.8.0.tar.gz b/mkdocstrings_python-1.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4441c48170d57635beac421793c5cfdcbf8d5c32 Binary files /dev/null and b/mkdocstrings_python-1.8.0.tar.gz differ diff --git a/python-mkdocstrings-python.spec b/python-mkdocstrings-python.spec index 94cd0d488c205103ac0115f1ea628e39157fe41d..a09d74ed0d468888b4c48d24f28f5878fe70f99b 100644 --- a/python-mkdocstrings-python.spec +++ b/python-mkdocstrings-python.spec @@ -3,7 +3,7 @@ %global source_name mkdocstrings_python Name: python-%{pypi_name} -Version: 1.5.1 +Version: 1.8.0 Release: 1 Summary: A Python handler for mkdocstrings.The Python handler uses Griffe to collect documentation from Python source code. @@ -19,7 +19,6 @@ BuildRequires: python3-wheel BuildRequires: python3-hatchling BuildRequires: python3-virtualenv BuildRequires: python3-poetry-core -BuildRequires: python3-pdm-pep517 BuildRequires: python3-pdm-backend %description @@ -47,6 +46,15 @@ A Python handler for mkdocstrings.The Python handler uses Griffe to collect docu %{python3_sitelib}/mkdocstrings_handlers %changelog +* Wed Mar 6 2024 Dongxing Wang - 1.8.0-1 +- Update package with version 1.8.0 + Release Insiders features of the $500/month funding goal + Cross-references for type annotations in signatures + griffe-inherited-docstrings, a Griffe extension for inheriting docstrings + griffe2md, a tool to output API docs to Markdown using Griffe + Add option to unwrap Annotated types + Add doc-signature CSS class to separate signature code blocks + * Fri Aug 25 2023 zoujiancang - 1.5.1-1 - Initial package