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..92e2ad4d58f613377edc79e758323877c42d52e6 100644 --- a/python-mkdocstrings-python.spec +++ b/python-mkdocstrings-python.spec @@ -4,13 +4,13 @@ %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. License: ISC URL: https://github.com/mkdocstrings/python -Source0: https://files.pythonhosted.org/packages/source/m/mkdocstrings_python/mkdocstrings_python-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/ca/0d/dab7b08ca7e5a38b033cd83565bb0f95f05e8f3df7bc273e793c2ad3576e/mkdocstrings_python-2.0.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -67,6 +67,10 @@ export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %{python3_sitelib}/mkdocstrings_handlers %changelog +* Fri Nov 28 2025 wanggang - 2.0.0-1 +- Update package to version 2.0.0 +- Remove deprecated code for v2 (c10afdb by Timothée Mazzucotelli). + * 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)