start self-test of software package

This commit is contained in:
li-miaomiao_zhr 2023-09-13 18:38:40 +08:00
parent 4b40928501
commit 027a11cb29

View File

@ -1,6 +1,6 @@
Name: python-ablog
Version: 0.11.4.post1
Release: 1
Release: 2
Summary: A Sphinx extension that converts any documentation or personal website project into a full-fledged blog.
License: MIT
@ -21,6 +21,13 @@ BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
# for test
BuildRequires: python3-pytest
BuildRequires: python3-docutils
BuildRequires: python3-sphinx
BuildRequires: python3-dateutil
BuildRequires: python3-feedgen
%description -n python3-ablog
ablog provides cross platform hidden file detection.
@ -33,6 +40,9 @@ ablog provides cross platform hidden file detection.
%install
%pyproject_install
%check
%pytest
%files -n python3-ablog
%license LICENSE.rst
%doc README.rst
@ -41,5 +51,8 @@ ablog provides cross platform hidden file detection.
%{_bindir}/ablog
%changelog
* Wed Sep 13 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.11.4.post1-2
- Start self-test of software package
* Mon Jul 31 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 0.11.4.post1-1
- Init package python3-ablog of version 0.11.4.post1