Accepting request 753971 from devel:languages:python:pytest

- Update to 2.0.1:
  * Properly check for presence of CSS file
  * Added support for UTF-8 display
  * Fix initial sort on column

OBS-URL: https://build.opensuse.org/request/show/753971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-html?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-12-04 12:56:23 +00:00 committed by Git OBS Bridge
commit 9ad3142063
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:1428837592c94404e4112fbae76f6e512c35aab4b7d663dc3dd6ea58d2979710
size 27484

3
pytest-html-2.0.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 4 12:11:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.0.1:
* Properly check for presence of CSS file
* Added support for UTF-8 display
* Fix initial sort on column
-------------------------------------------------------------------
Fri Sep 20 09:46:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-html
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-html
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: Pytest plugin for generating HTML reports
License: MPL-2.0
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-html
Source: https://files.pythonhosted.org/packages/source/p/pytest-html/pytest-html-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}