Accepting request 713053 from devel:languages:python:pytest

- Update to 1.21.1:
  * Fix issue with assets filenames being too long.
  * Allow opening generated html report in browser (@ssbarnea)
  * Handle when report title is stored as an environment variable (@BeyondEvil)
  * Change assets naming method (@SunInJuly)

OBS-URL: https://build.opensuse.org/request/show/713053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-html?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-07-03 13:15:00 +00:00 committed by Git OBS Bridge
commit 191ea2fb4d
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7c65cdd9d5e4d09cef2f500ca801f80c1110204f24e5b84d019c6f919b15e9e
size 26589

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac405ca2fc4a55b83ca59319c69552f9bc870db2378e851633970bfc7fb93928
size 27153

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 2 12:29:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.21.1:
* Fix issue with assets filenames being too long.
* Allow opening generated html report in browser (@ssbarnea)
* Handle when report title is stored as an environment variable (@BeyondEvil)
* Change assets naming method (@SunInJuly)
-------------------------------------------------------------------
Wed Feb 27 08:13:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-html
Version: 1.20.0
Version: 1.21.1
Release: 0
Summary: pytest plugin for generating HTML reports
License: MPL-2.0