diff --git a/pytest-sugar-1.0.0.tar.gz b/pytest-sugar-1.0.0.tar.gz deleted file mode 100644 index 93f86efde5f578b656d9997b80e648f2dc867ccf..0000000000000000000000000000000000000000 Binary files a/pytest-sugar-1.0.0.tar.gz and /dev/null differ diff --git a/pytest-sugar-1.1.0.tar.gz b/pytest-sugar-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3e8fb73132714cd63551fb79b2a7ca078ef64862 Binary files /dev/null and b/pytest-sugar-1.1.0.tar.gz differ diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index 495a11f513a4dc8cc5e4382418ce8ed79a673d04..38a03aa43e0f09dd64e366e6761d7d70b97dcbf0 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-sugar -Version: 1.0.0 +Version: 1.1.0 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 @@ -72,6 +72,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 22 2025 openeuler_bot - 1.1.0-1 +- Add Playwright trace file detection and display support for failed tests (version:1.1.0). +- New command-line options for configuring Playwright trace files (version:1.1.0). + * Fri Sep 06 2024 xu_ping <707078654@qq.com> - 1.0.0-1 - Update package to version 1.0.0 Add support for pytest 8.x