Accepting request 722841 from devel:languages:python:pytest

- Update to 1.22.0:
  * Refactor asset naming to be OS safe

OBS-URL: https://build.opensuse.org/request/show/722841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-html?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-08-13 11:27:10 +00:00 committed by Git OBS Bridge
commit 0690a0349d
4 changed files with 13 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 12 15:40:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.22.0:
* Refactor asset naming to be OS safe
-------------------------------------------------------------------
Tue Jul 2 12:29:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,9 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-html
Version: 1.21.1
Version: 1.22.0
Release: 0
Summary: pytest plugin for generating HTML reports
Summary: Pytest plugin for generating HTML reports
License: MPL-2.0
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-html
@ -57,7 +57,8 @@ pytest plugin for generating HTML reports
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
export PYTHONDONTWRITEBYTECODE=1
%pytest
%files %{python_files}
%license LICENSE