!13 删除构建过程中对 python-nosexcover的测试依赖
From: @cherry530 Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
fb92aebc92
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-smmap
|
Name: python-smmap
|
||||||
Version: 3.0.5
|
Version: 3.0.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A pure Python implementation of a sliding window memory map manager
|
Summary: A pure Python implementation of a sliding window memory map manager
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/gitpython-developers/smmap
|
URL: https://github.com/gitpython-developers/smmap
|
||||||
@ -20,7 +20,7 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-nosexcover
|
BuildRequires: python3-pytest
|
||||||
|
|
||||||
%description -n python3-smmap
|
%description -n python3-smmap
|
||||||
A pure Python implementation of a sliding window memory map manager
|
A pure Python implementation of a sliding window memory map manager
|
||||||
@ -68,7 +68,7 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} setup.py test
|
pytest
|
||||||
|
|
||||||
%files -n python3-smmap -f filelist.lst
|
%files -n python3-smmap -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 13 2022 xu_ping <xuping33@h-partners.com> - 3.0.5-2
|
||||||
|
- Remove test dependencies on python-nosexcover during the build process
|
||||||
|
|
||||||
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.0.5-1
|
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.0.5-1
|
||||||
- Upgrade version to 3.0.5
|
- Upgrade version to 3.0.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user