Update package to version 2.3.0

This commit is contained in:
ysliu 2023-06-09 09:58:54 +08:00
parent 3ebc886ab7
commit 67cad41dcc
3 changed files with 8 additions and 3 deletions

Binary file not shown.

BIN
covdefaults-2.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-covdefaults
Version: 2.2.2
Version: 2.3.0
Release: 1
Summary: A coverage plugin to provide sensible default settings
License: MIT
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
%description
[![Build Status]( [![Azure DevOps coverage]( A coverage plugin to provide
sensible default settings installationbash pip install covdefaults to enable the
@ -22,6 +23,7 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-pytest
# General requires
BuildRequires: python3-coverage
# General requires
@ -77,7 +79,7 @@ mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
pytest
%files -n python3-covdefaults -f filelist.lst
%dir %{python3_sitelib}/*
@ -86,6 +88,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Update package to version 2.2.2