From bdcbc1492a831ac2899d6805f0a7ca74c2d0982473d3deef3243e4907132f90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 18 Nov 2019 07:59:46 +0000 Subject: [PATCH 1/2] - Update to 0.11: * Improve error message if image shapes don't match. [#79] * Properly register mpl_image_compare marker with pytest. [#83] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mpl?expand=0&rev=3 --- pytest-mpl-0.10.tar.gz | 3 --- pytest-mpl-0.11.tar.gz | 3 +++ python-pytest-mpl.changes | 7 +++++++ python-pytest-mpl.spec | 6 ++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pytest-mpl-0.10.tar.gz create mode 100644 pytest-mpl-0.11.tar.gz diff --git a/pytest-mpl-0.10.tar.gz b/pytest-mpl-0.10.tar.gz deleted file mode 100644 index 011ca7e..0000000 --- a/pytest-mpl-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7006e63bf1ca9c50bea3d189c0f862751a16ce40bb373197b218f57af5b837c0 -size 195996 diff --git a/pytest-mpl-0.11.tar.gz b/pytest-mpl-0.11.tar.gz new file mode 100644 index 0000000..445470d --- /dev/null +++ b/pytest-mpl-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c5a47a8fdbc04652f18b65c587da642c6cc0354680ee44b16c161d9800a2ce +size 197274 diff --git a/python-pytest-mpl.changes b/python-pytest-mpl.changes index c1f5ff8..a242217 100644 --- a/python-pytest-mpl.changes +++ b/python-pytest-mpl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 18 07:58:33 UTC 2019 - Tomáš Chvátal + +- Update to 0.11: + * Improve error message if image shapes don't match. [#79] + * Properly register mpl_image_compare marker with pytest. [#83] + ------------------------------------------------------------------- Thu Jan 17 21:41:23 UTC 2019 - Todd R diff --git a/python-pytest-mpl.spec b/python-pytest-mpl.spec index f3a2000..e19c883 100644 --- a/python-pytest-mpl.spec +++ b/python-pytest-mpl.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-mpl # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-mpl -Version: 0.10 +Version: 0.11 Release: 0 Summary: pytest plugin for testing Matplotlib figures License: BSD-2-Clause @@ -31,9 +31,11 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-matplotlib Requires: python-nose +Requires: python-pillow Requires: python-pytest BuildArch: noarch # SECTION test requirements +BuildRequires: %{python_module Pillow} BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest} From c871c7339fdb22a0a94485f2f6645fe8c6de5428fed4788e75e644c7f31828ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 18 Nov 2019 08:00:19 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mpl?expand=0&rev=4 --- python-pytest-mpl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pytest-mpl.spec b/python-pytest-mpl.spec index e19c883..be5b7af 100644 --- a/python-pytest-mpl.spec +++ b/python-pytest-mpl.spec @@ -29,9 +29,9 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Pillow Requires: python-matplotlib Requires: python-nose -Requires: python-pillow Requires: python-pytest BuildArch: noarch # SECTION test requirements