!6 Update package to version 0.9.7

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-06-16 08:21:44 +00:00 committed by Gitee
commit d8bfb3f2a6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 10 additions and 8 deletions

Binary file not shown.

BIN
pytest-sugar-0.9.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,26 +1,25 @@
%global _empty_manifest_terminate_build 0
Name: python-pytest-sugar
Version: 0.9.6
Version: 0.9.7
Release: 1
Summary: pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly).
License: BSD
URL: https://pivotfinland.com/pytest-sugar/
Source0: https://files.pythonhosted.org/packages/11/71/2bddd9f3f7fb267b31d7c6236dfb021d28b843f810b3fff57cf9194ef34b/pytest-sugar-0.9.6.tar.gz
Source0: https://files.pythonhosted.org/packages/57/18/fe569040c5796879288544b1cc98888fce1754138d54e8287ed21614491e/pytest-sugar-0.9.7.tar.gz
BuildArch: noarch
Requires: python3-pytest
Requires: python3-termcolor
Requires: python3-packaging
%description
pytest-sugar is a plugin for [pytest](http://pytest.org) that shows
failures and errors instantly and shows a progress bar.
%package -n python3-pytest-sugar
Summary: pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly).
Provides: python-pytest-sugar
Provides: python-pytest-sugar = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-pytest
Requires: python3-termcolor
Requires: python3-packaging
%description -n python3-pytest-sugar
pytest-sugar is a plugin for [pytest](http://pytest.org) that shows
failures and errors instantly and shows a progress bar.
@ -33,7 +32,7 @@ pytest-sugar is a plugin for [pytest](http://pytest.org) that shows
failures and errors instantly and shows a progress bar.
%prep
%autosetup -n pytest-sugar-0.9.6
%autosetup -n pytest-sugar-%{version}
%build
%py3_build
@ -73,6 +72,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jun 16 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.9.7-1
- Update package to version 0.9.7
* Thu Dec 15 2022 fushanqing <fushanqing@kylinos.cn> - 0.9.6-1
- update to version 0.9.6