diff --git a/pytest-sugar-0.9.6.tar.gz b/pytest-sugar-0.9.6.tar.gz deleted file mode 100644 index 46f0cf3a359523c3bfcae59acf9f29186ebd757f..0000000000000000000000000000000000000000 Binary files a/pytest-sugar-0.9.6.tar.gz and /dev/null differ diff --git a/pytest-sugar-0.9.7.tar.gz b/pytest-sugar-0.9.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3bfd3fafba6a318dfd9184ef8d9543631d88a82b Binary files /dev/null and b/pytest-sugar-0.9.7.tar.gz differ diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index 08f2869e54399eefd924d56531967c80507a7679..87863343e88bc28bde90976b59a65bde0455200e 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -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 - 0.9.7-1 +- Update package to version 0.9.7 + * Thu Dec 15 2022 fushanqing - 0.9.6-1 - update to version 0.9.6