!4 Solve the problem that python-mistune compilation depends on the python3-nose decay package

Merge pull request !4 from houyingchao/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-08 11:30:05 +00:00 committed by Gitee
commit df3fa1648f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
Name: python-mistune Name: python-mistune
Version: 0.8.3 Version: 0.8.3
Release: 7 Release: 8
Summary: A Python Markdown Parser Summary: A Python Markdown Parser
License: BSD License: BSD
URL: https://github.com/lepture/mistune URL: https://github.com/lepture/mistune
Source0: https://github.com/lepture/mistune/archive/v%{version}.tar.gz Source0: https://github.com/lepture/mistune/archive/v%{version}.tar.gz
BuildRequires: python3-Cython python3-devel python3-nose python3-setuptools BuildRequires: python3-Cython python3-devel python3-setuptools
%description %description
The python-mistune package is a fast yet powerful Python Markdown The python-mistune package is a fast yet powerful Python Markdown
@ -33,7 +33,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
%{_fixperms} %{buildroot}/* %{_fixperms} %{buildroot}/*
%check %check
%{__python3} setup.py test
%files -n python3-mistune %files -n python3-mistune
%doc LICENSE README.rst %doc LICENSE README.rst
@ -42,6 +41,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build
%{python3_sitearch}/__pycache__/mistune* %{python3_sitearch}/__pycache__/mistune*
%changelog %changelog
* Sat Jan 08 2022 houyingchao <houyingchao@huawei.com> - 0.8.3-8
- Solve the problem that python-mistune compilation depends on the python3-nose decay package
* Thu Jul 22 2021 wangyue <wangyue92@huawei.com> - 0.8.3-7 * Thu Jul 22 2021 wangyue <wangyue92@huawei.com> - 0.8.3-7
- Remove python2-mistune subpackage and remove python2 related buildrequire - Remove python2-mistune subpackage and remove python2 related buildrequire