- Update to 2.1.0:
* Added support for MP4 video format. (#260) * Added support for sorting metadata by key. (#245) * Added support for rendering reports collapsed (#239) * Added extra fixture (#269) * Added ability to change report title using hook (#270) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=23
This commit is contained in:
parent
df01528fd9
commit
1ac9060610
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:933da7a5e71e5eace9e475441ed88a684f20f6198aa36516cb947ac05edd9921
|
|
||||||
size 27905
|
|
3
pytest-html-2.1.0.tar.gz
Normal file
3
pytest-html-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8645a8616c8ed7414678e0aeebc3b2fd7d44268773ef5e7289289ad8632c9e91
|
||||||
|
size 29982
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 16 08:28:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.1.0:
|
||||||
|
* Added support for MP4 video format. (#260)
|
||||||
|
* Added support for sorting metadata by key. (#245)
|
||||||
|
* Added support for rendering reports collapsed (#239)
|
||||||
|
* Added extra fixture (#269)
|
||||||
|
* Added ability to change report title using hook (#270)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 09:51:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Tue Mar 3 09:51:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pytest-html
|
Name: python-pytest-html
|
||||||
Version: 2.0.1
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin for generating HTML reports
|
Summary: Pytest plugin for generating HTML reports
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user