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..be5b7af 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 @@ -29,11 +29,13 @@ 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-pytest BuildArch: noarch # SECTION test requirements +BuildRequires: %{python_module Pillow} BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest}