Update package to version 0.9.7

This commit is contained in:
jxy_git 2023-06-16 16:04:49 +08:00
parent d779d7d3a0
commit 7da5fafdd3
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 %global _empty_manifest_terminate_build 0
Name: python-pytest-sugar Name: python-pytest-sugar
Version: 0.9.6 Version: 0.9.7
Release: 1 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). 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 License: BSD
URL: https://pivotfinland.com/pytest-sugar/ 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 BuildArch: noarch
Requires: python3-pytest
Requires: python3-termcolor
Requires: python3-packaging
%description %description
pytest-sugar is a plugin for [pytest](http://pytest.org) that shows pytest-sugar is a plugin for [pytest](http://pytest.org) that shows
failures and errors instantly and shows a progress bar. failures and errors instantly and shows a progress bar.
%package -n python3-pytest-sugar %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). 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-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-pytest
Requires: python3-termcolor
Requires: python3-packaging
%description -n python3-pytest-sugar %description -n python3-pytest-sugar
pytest-sugar is a plugin for [pytest](http://pytest.org) that shows pytest-sugar is a plugin for [pytest](http://pytest.org) that shows
failures and errors instantly and shows a progress bar. 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. failures and errors instantly and shows a progress bar.
%prep %prep
%autosetup -n pytest-sugar-0.9.6 %autosetup -n pytest-sugar-%{version}
%build %build
%py3_build %py3_build
@ -73,6 +72,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Thu Dec 15 2022 fushanqing <fushanqing@kylinos.cn> - 0.9.6-1
- update to version 0.9.6 - update to version 0.9.6