1 Star 0 Fork 4

在下邵宁/python-sphinx-lint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-sphinx-lint.spec 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
在下邵宁 提交于 2024-10-25 17:20 . Update package to version 1.0.0
Name: python-sphinx-lint
Version: 1.0.0
Release: 1
Summary: Check for stylistic and formal issues in .rst and .py files included in the documentation.
License: MIT
URL: https://codeload.github.com/shopkeep/sphinx-lint
Source0: https://files.pythonhosted.org/packages/ad/98/ae9d0b97fb9340e7dd9b1f709fad9a41201c73e9a0f9c4c933a0449f8e56/sphinx_lint-0.9.1.tar.gz
BuildArch: noarch
%description
%{summary}.
%package -n python3-sphinx-lint
Summary: %{summary}.
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-hatch-vcs
%description -n python3-sphinx-lint
%{summary}.
%prep
%autosetup -n sphinx_lint-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-sphinx-lint
%license LICENSE
%doc README.md
%{python3_sitelib}/sphinx_lint-*dist-info/
%{python3_sitelib}/sphinxlint/
%{_bindir}/sphinx-lint
%changelog
* Thu Oct 24 2024 shaoning <shaoning@kylinos.cn> - 1.0.0-1
- Update package to version 1.0.0
* Add checker for searching unnecessary parentheses in func & meth role
* Fix check_missing_space_in_hyperlink docstring
* CI: Move friend projects to own job
* CI: set concurrency
* Lint: unify Black with Ruff
* Tue Mar 12 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.9.1-1
- Update package to version 0.9.1
Drop support for EOL Python 3.7
Use pre-compiled regular expressions
Allow users to provide an explicit process count
Pre-compile nearly all regex patterns
Update Python version used to test friend projects.
* Thu Jul 27 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.6.8-1
- Init package python3-sphinx-lint of version 0.6.8.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaoninghouse/python-sphinx-lint.git
git@gitee.com:shaoninghouse/python-sphinx-lint.git
shaoninghouse
python-sphinx-lint
python-sphinx-lint
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385