update to 0.9.6

This commit is contained in:
fu-shanqing 2022-12-16 10:59:32 +08:00
parent daa1271786
commit 91c1fe2c31
3 changed files with 6 additions and 3 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pytest-sugar Name: python-pytest-sugar
Version: 0.9.5 Version: 0.9.6
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/e2/d0/b770e5d47794323f06dab98c328c6d25758f4aca015017e709af3d1abee2/pytest-sugar-0.9.5.tar.gz Source0: https://files.pythonhosted.org/packages/11/71/2bddd9f3f7fb267b31d7c6236dfb021d28b843f810b3fff57cf9194ef34b/pytest-sugar-0.9.6.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-pytest Requires: python3-pytest
@ -33,7 +33,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.5 %autosetup -n pytest-sugar-0.9.6
%build %build
%py3_build %py3_build
@ -73,5 +73,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Dec 15 2022 fushanqing <fushanqing@kylinos.cn> - 0.9.6-1
- update to version 0.9.6
* Mon Jul 11 2022 GuoCe <guoce@kylinos.cn> - 0.9.5-1 * Mon Jul 11 2022 GuoCe <guoce@kylinos.cn> - 0.9.5-1
- Upload code and spec. - Upload code and spec.