diff --git a/pytest-sugar-0.9.5.tar.gz b/pytest-sugar-0.9.5.tar.gz deleted file mode 100644 index e30fe4bf5f81f3288af26ca3595589a955bca8d7..0000000000000000000000000000000000000000 Binary files a/pytest-sugar-0.9.5.tar.gz and /dev/null differ diff --git a/pytest-sugar-0.9.6.tar.gz b/pytest-sugar-0.9.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..46f0cf3a359523c3bfcae59acf9f29186ebd757f Binary files /dev/null and b/pytest-sugar-0.9.6.tar.gz differ diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index c9ad000c17bbf7da254fd312ecc1e4faebe0e121..08f2869e54399eefd924d56531967c80507a7679 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-sugar -Version: 0.9.5 +Version: 0.9.6 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/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 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. %prep -%autosetup -n pytest-sugar-0.9.5 +%autosetup -n pytest-sugar-0.9.6 %build %py3_build @@ -73,5 +73,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 fushanqing - 0.9.6-1 +- update to version 0.9.6 + * Mon Jul 11 2022 GuoCe - 0.9.5-1 - Upload code and spec.