diff --git a/mkdocstrings_python-1.18.2.tar.gz b/mkdocstrings_python-1.18.2.tar.gz deleted file mode 100644 index a1b1067e5461a21b182d5e9f51be19d2e7eb5809..0000000000000000000000000000000000000000 Binary files a/mkdocstrings_python-1.18.2.tar.gz and /dev/null differ diff --git a/mkdocstrings_python-1.19.0.tar.gz b/mkdocstrings_python-1.19.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dc9dd81fcb5f28de4565578893b63c1d9e0d92b5 Binary files /dev/null and b/mkdocstrings_python-1.19.0.tar.gz differ diff --git a/python-mkdocstrings-python.spec b/python-mkdocstrings-python.spec index 42e2d2027c839356a8a53cadb4719b626f736c64..41b138db270c3e993c2b8db8ca5542e57656113e 100644 --- a/python-mkdocstrings-python.spec +++ b/python-mkdocstrings-python.spec @@ -3,13 +3,13 @@ %global source_name mkdocstrings_python Name: python-%{pypi_name} -Version: 1.18.2 +Version: 1.19.0 Release: 1 Summary: A Python handler for mkdocstrings.The Python handler uses Griffe to collect documentation from Python source code. License: ISC URL: https://github.com/mkdocstrings/python -Source0: %{url}/archive/%{version}/%{source_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/m/mkdocstrings_python/mkdocstrings_python-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -46,6 +46,9 @@ A Python handler for mkdocstrings.The Python handler uses Griffe to collect docu %{python3_sitelib}/mkdocstrings_handlers %changelog +* Tue Nov 18 2025 lvwq - 1.19.0-1 +- Update to 1.19.0 + * Thu Oct 09 2025 zengliwen - 1.18.2-1 - Update package to version 1.18.2 normalize spaces to underscores when passing object to rendering context using its kind as key