From 878de64ed04cc7765528d31b418718ca70544431950cf15ed619f76f4f0c7799 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 18 Jan 2021 23:18:43 +0000 Subject: [PATCH] Accepting request 864144 from home:bnavigator:branches:devel:languages:python:pytest - Update to 3.1.1 * Fix issue with reporting of missing CSS files. (#388) Thanks to @prakhargurunani for reporting and fixing! - Changelog for 3.1.0 * Stop attaching test reruns to final test report entries (#374) Thanks to @VladimirPodolyan for reporting and @gnikonorov for the fix * Allow for report duration formatting (#376) Thanks to @brettnolan for reporting and @gnikonorov for the fix - Changelog for 3.0.0 * Respect --capture=no, --show-capture=no, and -s pytest flags (#171) Thanks to @bigunyak for reporting and @gnikonorov for the fix * Make the Results table Links column sortable (#242) Thanks to @vashirov for reporting and @gnikonorov for the fix * Fix issue with missing image or video in extras. (#265 and pytest-selenium#237) Thanks to @p00j4 and @anothermattbrown for reporting and @christiansandberg and @superdodd and @dhalperi for the fix * Fix attribute name for compatibility with pytest-xdist 2. (#305) Thanks to @Zac-HD for the fix * Post process HTML generation to allow teardown to appear in the HTML output. (#131) Thanks to @iwanb for reporting and @csm10495 for the fix OBS-URL: https://build.opensuse.org/request/show/864144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=27 --- pytest-html-2.1.1.tar.gz | 3 --- pytest-html-3.1.1.tar.gz | 3 +++ python-pytest-html.changes | 28 ++++++++++++++++++++++++++++ python-pytest-html.spec | 10 +++++----- 4 files changed, 36 insertions(+), 8 deletions(-) delete mode 100644 pytest-html-2.1.1.tar.gz create mode 100644 pytest-html-3.1.1.tar.gz diff --git a/pytest-html-2.1.1.tar.gz b/pytest-html-2.1.1.tar.gz deleted file mode 100644 index 13ba910..0000000 --- a/pytest-html-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a4ac391e105e391208e3eb9bd294a60dd336447fd8e1acddff3a6de7f4e57c5 -size 30261 diff --git a/pytest-html-3.1.1.tar.gz b/pytest-html-3.1.1.tar.gz new file mode 100644 index 0000000..e93cf91 --- /dev/null +++ b/pytest-html-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3 +size 38548 diff --git a/python-pytest-html.changes b/python-pytest-html.changes index 3fd9bf2..7486c7d 100644 --- a/python-pytest-html.changes +++ b/python-pytest-html.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Jan 18 20:21:31 UTC 2021 - Benjamin Greiner + +- Update to 3.1.1 + * Fix issue with reporting of missing CSS files. (#388) + Thanks to @prakhargurunani for reporting and fixing! +- Changelog for 3.1.0 + * Stop attaching test reruns to final test report entries (#374) + Thanks to @VladimirPodolyan for reporting and @gnikonorov for + the fix + * Allow for report duration formatting (#376) + Thanks to @brettnolan for reporting and @gnikonorov for the fix +- Changelog for 3.0.0 + * Respect --capture=no, --show-capture=no, and -s pytest flags + (#171) Thanks to @bigunyak for reporting and @gnikonorov for the + fix + * Make the Results table Links column sortable (#242) + Thanks to @vashirov for reporting and @gnikonorov for the fix + * Fix issue with missing image or video in extras. (#265 and + pytest-selenium#237) + Thanks to @p00j4 and @anothermattbrown for reporting and + @christiansandberg and @superdodd and @dhalperi for the fix + * Fix attribute name for compatibility with pytest-xdist 2. (#305) + Thanks to @Zac-HD for the fix + * Post process HTML generation to allow teardown to appear in the + HTML output. (#131) + Thanks to @iwanb for reporting and @csm10495 for the fix + ------------------------------------------------------------------- Mon Mar 23 09:08:07 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-html.spec b/python-pytest-html.spec index 9ffab62..81210fc 100644 --- a/python-pytest-html.spec +++ b/python-pytest-html.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-html # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-html -Version: 2.1.1 +Version: 3.1.1 Release: 0 Summary: Pytest plugin for generating HTML reports License: MPL-2.0 @@ -44,7 +44,7 @@ BuildRequires: %{python_module pytest-xdist} %python_subpackages %description -pytest plugin for generating HTML reports +A plugin for pytest that generates a HTML report for test results. %prep %setup -q -n pytest-html-%{version} @@ -57,13 +57,13 @@ pytest plugin for generating HTML reports %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -export PYTHONDONTWRITEBYTECODE=1 export LANG=en_US.UTF-8 %pytest %files %{python_files} %license LICENSE %doc CHANGES.rst README.rst -%{python_sitelib}/* +%{python_sitelib}/pytest_html +%{python_sitelib}/pytest_html-%{version}*-info %changelog