Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-mpl for openSUSE:Factory checked in at 2021-02-18 20:42:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-mpl (Old) and /work/SRC/openSUSE:Factory/.python-pytest-mpl.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-mpl" Thu Feb 18 20:42:32 2021 rev:4 rq:873531 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-mpl/python-pytest-mpl.changes 2020-08-04 20:24:03.385015461 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-mpl.new.28504/python-pytest-mpl.changes 2021-02-18 20:54:24.479551880 +0100 @@ -1,0 +2,18 @@ +Wed Feb 17 13:52:37 UTC 2021 - Ben Greiner <[email protected]> + +- Update to 0.12 + * Fix passing a https url for baseline images from the CLI. [#89] + * Added --mpl-baseline-relative option to specify baseline + images relative to the test path. [#96] + * Add option to do comparisons against a json library of sha256 + hashes. [#98] + * Drop support for matplotlib 1.5 and Python < 3.6. [#100] + * Add support for generating a HTML summary of test faliures. + [#101] + * Add support for falling back to baseline image comparison if + hash comparison fails. [#101] +- Skip python2 and python36 flavors. python36-matplotlib is no + longer in Tumbleweed (NEP 29) +- Get test reference data from GitHub archive + +------------------------------------------------------------------- Old: ---- pytest-mpl-0.11.tar.gz New: ---- pytest-mpl-0.12.0-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-mpl.spec ++++++ --- /var/tmp/diff_new_pack.M1Y8Kq/_old 2021-02-18 20:54:25.007552375 +0100 +++ /var/tmp/diff_new_pack.M1Y8Kq/_new 2021-02-18 20:54:25.011552379 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-mpl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 +%define skip_python36 1 +%define eggver 0.12 Name: python-pytest-mpl -Version: 0.11 +Version: 0.12.0 Release: 0 -Summary: pytest plugin for testing Matplotlib figures +Summary: Pytest plugin for testing Matplotlib figures License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/matplotlib/pytest-mpl -Source: https://files.pythonhosted.org/packages/source/p/pytest-mpl/pytest-mpl-%{version}.tar.gz +# get the test reference data from the GitHub archive +Source: https://github.com/matplotlib/pytest-mpl/archive/v%{version}.tar.gz#/pytest-mpl-%{version}-gh.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -59,6 +63,7 @@ %files %{python_files} %doc CHANGES.md README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pytest_mpl +%{python_sitelib}/pytest_mpl-%{eggver}*-info %changelog
