!3 Update package to version 2.3.0
From: @ysliuci Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
29ac789a12
Binary file not shown.
BIN
covdefaults-2.3.0.tar.gz
Normal file
BIN
covdefaults-2.3.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-covdefaults
|
Name: python-covdefaults
|
||||||
Version: 2.2.2
|
Version: 2.3.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A coverage plugin to provide sensible default settings
|
Summary: A coverage plugin to provide sensible default settings
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/asottile/covdefaults
|
URL: https://github.com/asottile/covdefaults
|
||||||
Source0: https://files.pythonhosted.org/packages/9b/24/36a45f0734a1553ccbbd92683af7369bc919dce219ff42f921323d0be7db/covdefaults-2.2.2.tar.gz
|
Source0: https://files.pythonhosted.org/packages/44/ee/9a6f2611f72e4c5657ae5542a510cf4164d2c673687c0ea73bb1cbd85b4d/covdefaults-2.3.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
[![Build Status]( [![Azure DevOps coverage]( A coverage plugin to provide
|
[![Build Status]( [![Azure DevOps coverage]( A coverage plugin to provide
|
||||||
sensible default settings installationbash pip install covdefaults to enable the
|
sensible default settings installationbash pip install covdefaults to enable the
|
||||||
@ -22,6 +23,7 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
|
BuildRequires: python3-pytest
|
||||||
# General requires
|
# General requires
|
||||||
BuildRequires: python3-coverage
|
BuildRequires: python3-coverage
|
||||||
# General requires
|
# General requires
|
||||||
@ -77,7 +79,7 @@ mv %{buildroot}/filelist.lst .
|
|||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} setup.py test
|
pytest
|
||||||
|
|
||||||
%files -n python3-covdefaults -f filelist.lst
|
%files -n python3-covdefaults -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
@ -86,6 +88,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 7 2023 ysliu <ysliuci@isoftstone.com> - 2.3.0-1
|
||||||
|
- Update package to version 2.3.0
|
||||||
|
|
||||||
* Mon Dec 12 2022 wubijie <wubijie@kylinos.cn> - 2.2.2-1
|
* Mon Dec 12 2022 wubijie <wubijie@kylinos.cn> - 2.2.2-1
|
||||||
- Update package to version 2.2.2
|
- Update package to version 2.2.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user