- 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/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal 2019-12-04 12:13:13 +00:00 committed by Git OBS Bridge
parent 18d383ba8a
commit dd7a6a5252
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,10 @@
%{?!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.0 Version: 2.0.1
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
Group: Development/Languages/Python
URL: https://github.com/pytest-dev/pytest-html URL: https://github.com/pytest-dev/pytest-html
Source: https://files.pythonhosted.org/packages/source/p/pytest-html/pytest-html-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pytest-html/pytest-html-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools_scm}