From b697f0ea8f875f7d450547b446ea4c4d56613ed75865ee0394a394d1f4e21142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Aug 2019 15:43:34 +0000 Subject: [PATCH] - Update to 1.22.0: * Refactor asset naming to be OS safe OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-html?expand=0&rev=13 --- pytest-html-1.21.1.tar.gz | 3 --- pytest-html-1.22.0.tar.gz | 3 +++ python-pytest-html.changes | 6 ++++++ python-pytest-html.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 pytest-html-1.21.1.tar.gz create mode 100644 pytest-html-1.22.0.tar.gz diff --git a/pytest-html-1.21.1.tar.gz b/pytest-html-1.21.1.tar.gz deleted file mode 100644 index 9598ff8..0000000 --- a/pytest-html-1.21.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac405ca2fc4a55b83ca59319c69552f9bc870db2378e851633970bfc7fb93928 -size 27153 diff --git a/pytest-html-1.22.0.tar.gz b/pytest-html-1.22.0.tar.gz new file mode 100644 index 0000000..4062e16 --- /dev/null +++ b/pytest-html-1.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d3a3040ee9676d215225bf8b6aaab916e388bbca7eb05c2a98f28e5cbaa30e +size 27555 diff --git a/python-pytest-html.changes b/python-pytest-html.changes index 12244c9..92a9720 100644 --- a/python-pytest-html.changes +++ b/python-pytest-html.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 12 15:40:19 UTC 2019 - Tomáš Chvátal + +- Update to 1.22.0: + * Refactor asset naming to be OS safe + ------------------------------------------------------------------- Tue Jul 2 12:29:33 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-html.spec b/python-pytest-html.spec index 8ae4411..6bc1f52 100644 --- a/python-pytest-html.spec +++ b/python-pytest-html.spec @@ -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