diff --git a/mkdocstrings_python-1.16.10.tar.gz b/mkdocstrings_python-1.16.10.tar.gz deleted file mode 100644 index 7aeb9ad37cb7f40c71ad5e30adb840b8d4e1e55b..0000000000000000000000000000000000000000 Binary files a/mkdocstrings_python-1.16.10.tar.gz and /dev/null differ diff --git a/mkdocstrings_python-1.16.11.tar.gz b/mkdocstrings_python-1.16.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..983708f46f21301e0f68740955df5f9e58aaa932 Binary files /dev/null and b/mkdocstrings_python-1.16.11.tar.gz differ diff --git a/python-mkdocstrings-python.spec b/python-mkdocstrings-python.spec index 9026ac2422c62b5824a8b76cf9b7b720a3571e61..c0b35c056dd615a6a25716baad8e865e60a56f9f 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.16.10 +Version: 1.16.11 Release: 1 Summary: A Python handler for mkdocstrings.The Python handler uses Griffe to collect documentation from Python source code. @@ -31,7 +31,7 @@ Summary: %{summary} A Python handler for mkdocstrings.The Python handler uses Griffe to collect documentation from Python source code. %prep -%autosetup -p1 -n python-%{version} +%autosetup -p1 -n mkdocstrings_python-%{version} %build %pyproject_build @@ -46,6 +46,14 @@ A Python handler for mkdocstrings.The Python handler uses Griffe to collect docu %{python3_sitelib}/mkdocstrings_handlers %changelog +* Thu May 29 2025 chengwei 1.16.11-1 +- Update package with version 1.16.11 + Fix highlighting for signature with known special names like __init__ + Use default font-size for parameter headings + Prevent uppercasing H5 titles (by Material for MkDocs) + Use configured heading even when signature is not separated + Render attribute names without full path in ToC + * Fri May 16 2025 Dongxing Wang - 1.16.10-1 - Update package with version 1.16.10 Fix inventory base_url being ignored