start self-test of software package
This commit is contained in:
parent
fdb7eae9c3
commit
d45ee16e0a
@ -6,7 +6,7 @@ Automatically link across pages in MkDocs.}
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Automatically link across pages in MkDocs.
|
Summary: Automatically link across pages in MkDocs.
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://github.com/mkdocstrings/autorefs
|
URL: https://github.com/mkdocstrings/autorefs
|
||||||
@ -20,6 +20,14 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-setuptools_scm
|
BuildRequires: python3-setuptools_scm
|
||||||
BuildRequires: python3-pdm-backend
|
BuildRequires: python3-pdm-backend
|
||||||
|
|
||||||
|
# for test
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-pytest-cov
|
||||||
|
BuildRequires: python3-pytest-randomly
|
||||||
|
BuildRequires: python3-pytest-xdist
|
||||||
|
BuildRequires: python3-mkdocs
|
||||||
|
BuildRequires: python3-markdown
|
||||||
|
|
||||||
%description %_description
|
%description %_description
|
||||||
|
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
@ -37,6 +45,9 @@ Summary: Automatically link across pages in MkDocs.
|
|||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -44,5 +55,8 @@ Summary: Automatically link across pages in MkDocs.
|
|||||||
%{python3_sitelib}/mkdocs_autorefs/
|
%{python3_sitelib}/mkdocs_autorefs/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 4 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.5.0-2
|
||||||
|
- Start self-test of sofware package
|
||||||
|
|
||||||
* Fri Aug 25 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.5.0-1
|
* Fri Aug 25 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.5.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user