diff --git a/pytest-sugar-1.1.0.tar.gz b/pytest-sugar-1.1.0.tar.gz deleted file mode 100644 index 3e8fb73132714cd63551fb79b2a7ca078ef64862..0000000000000000000000000000000000000000 Binary files a/pytest-sugar-1.1.0.tar.gz and /dev/null differ diff --git a/pytest-sugar-1.1.1.tar.gz b/pytest-sugar-1.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..11fa5a5f0a6f3308b77216136574c99797936aac Binary files /dev/null and b/pytest-sugar-1.1.1.tar.gz differ diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index 38a03aa43e0f09dd64e366e6761d7d70b97dcbf0..ddb87720d979be6fdb4dfe1ae91a1c44388500d5 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.1.0 +Version: 1.1.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). License: BSD @@ -72,6 +72,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 15 2025 lilu - 1.1.1-1 +- Update package to version 1.1.1 +- Adjust signature of SugarTerminalReporter to avoid conflicts with other pytest plugins + * 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).