1 Star 0 Fork 5

李璐/python-mkdocstrings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-mkdocstrings.spec 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
李璐 提交于 2024-09-03 16:31 . update package to version 0.26.0
%global _empty_manifest_terminate_build 0
%global pypi_name mkdocstrings
%global _description %{expand:
Automatic documentation from sources, for MkDocs. Come have a chat or ask questions on our Gitter channel.}
Name: python-%{pypi_name}
Version: 0.26.0
Release: 1
Summary: Automatic documentation from sources, for MkDocs.
License: ISC
URL: https://github.com/mkdocstrings/mkdocstrings
Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pdm-backend
%description %_description
%package -n python3-%{pypi_name}
Summary: Automatic documentation from sources, for MkDocs.
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name} %_description
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{pypi_name}-%{version}.dist-info/
%{python3_sitelib}/%{pypi_name}/
%changelog
* Tue Sep 3 2024 lilu <lilu@kylinos.cn> - 0.26.0-1
- update package to version 0.26.0
- Allow hooking into autorefs when converting Markdown docstrings
- Upgrade Python-Markdown lower bound to 3.6
* Mon Aug 26 2024 lifeifei <lifeifei@kylinos.cn> - 0.25.2-1
- update package to version 0.25.2
Support once parameter in logging methods, allowing to log a message only once with a given logger.
Support blank line between ::: path and YAML options.
Bugfix.
* Tue Mar 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.24.1-1
- Update package with version 0.24.1
Support new pymdownx-highlight options
Backup anchors with id and no href, for compatibility with autorefs' Markdown anchors
Cache downloaded inventories as local file
Register all anchors for each object in the inventory
Support cross-references for API docs rendered in top-level index page
* Fri Aug 25 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.22.0-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lilu_ll/python-mkdocstrings.git
git@gitee.com:lilu_ll/python-mkdocstrings.git
lilu_ll
python-mkdocstrings
python-mkdocstrings
master

搜索帮助