diff --git a/mkdocstrings_python-1.19.0.tar.gz b/mkdocstrings_python-1.19.0.tar.gz deleted file mode 100644 index dc9dd81fcb5f28de4565578893b63c1d9e0d92b5..0000000000000000000000000000000000000000 Binary files a/mkdocstrings_python-1.19.0.tar.gz and /dev/null differ diff --git a/mkdocstrings_python-2.0.0.tar.gz b/mkdocstrings_python-2.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f90305e5d5af29c8f912e28a6c15befb86b9726c Binary files /dev/null and b/mkdocstrings_python-2.0.0.tar.gz differ diff --git a/python-mkdocstrings-python.spec b/python-mkdocstrings-python.spec index 436e2daf4366a13c33a97ab9dadb0a612fa5ee0b..ad748e8790cdb0e7665565284a4ced131afbe528 100644 --- a/python-mkdocstrings-python.spec +++ b/python-mkdocstrings-python.spec @@ -4,7 +4,7 @@ %undefine _python_dist_allow_version_zero Name: python-%{pypi_name} -Version: 1.19.0 +Version: 2.0.0 Release: 1 Summary: A Python handler for mkdocstrings.The Python handler uses Griffe to collect documentation from Python source code. @@ -67,6 +67,9 @@ export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %{python3_sitelib}/mkdocstrings_handlers %changelog +* Tue Dec 02 2025 zhangzeyang0718 - 2.0.0-1 +- Update to 2.0.0 + * Fri Nov 21 2025 zhangyuting - 1.19.0-1 - Update to 1.19.0 - Add python3-certifi to BuildRequires (fix SSL certificate file not found error)