diff --git a/pytest-mpl-0.16.1.tar.gz b/pytest-mpl-0.16.1.tar.gz deleted file mode 100644 index 57cc04dbf2577507b6d89e65f89bc39f36025b7f..0000000000000000000000000000000000000000 Binary files a/pytest-mpl-0.16.1.tar.gz and /dev/null differ diff --git a/pytest-mpl-0.17.0.tar.gz b/pytest-mpl-0.17.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4a828d4c63112fa8d3326eee490f1025d8217b0d Binary files /dev/null and b/pytest-mpl-0.17.0.tar.gz differ diff --git a/python-pytest-mpl.spec b/python-pytest-mpl.spec index 8d9c539fd20271c856322cc87f02102c04700263..39b41dfee6518c94736c5876efb9115ee9bae403 100644 --- a/python-pytest-mpl.spec +++ b/python-pytest-mpl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-mpl -Version: 0.16.1 -Release: 2 +Version: 0.17.0 +Release: 1 Summary: pytest plugin to help with testing figures output from Matplotlib License: BSD URL: https://github.com/matplotlib/pytest-mpl -Source0: https://files.pythonhosted.org/packages/44/ad/1e16308fa60daea13d8e4a0b79f8dddd73ee761d751932292052703d4238/pytest-mpl-0.16.1.tar.gz +Source0: https://files.pythonhosted.org/packages/a9/81/636f9ea4ec0182abc0ab96e5abeab39fc1d9ce8fecf19e2943d685de519f/pytest-mpl-0.17.0.tar.gz BuildArch: noarch %description --This is a plugin to facilitate image comparison for Matplotlib <>_ figures in @@ -96,6 +96,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 24 2024 liudy - 0.17.0-1 +- Update version to 0.17.0 +- Improve Logging Configuration: don't modify root logger +- Improve error reporting when test raises an exception +- Compat with pytest 8.1 +- Added support for EPS, PDF, and SVG image comparison + * Thu Jul 6 2023 li-miaomiao_zhr - 0.16.1-2 - Upgrade the installation method to pyproject