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 2026-01-06 17:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-mpl (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-mpl.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-mpl"
Tue Jan 6 17:46:32 2026 rev:7 rq:1325618 version:0.18.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-mpl/python-pytest-mpl.changes
2024-09-24 17:34:40.396588193 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-mpl.new.1928/python-pytest-mpl.changes
2026-01-06 17:47:41.909313229 +0100
@@ -1,0 +2,7 @@
+Thu Jan 1 11:21:34 UTC 2026 - Ben Greiner <[email protected]>
+
+- Update to 0.18.0
+ * Support generating summary reports when using pytest-xdist by
+ @ConorMacBride in #242
+
+-------------------------------------------------------------------
Old:
----
pytest-mpl-0.17.0-gh.tar.gz
New:
----
_scmsync.obsinfo
build.specials.obscpio
pytest_mpl-0.18.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-mpl.spec ++++++
--- /var/tmp/diff_new_pack.ZtatrI/_old 2026-01-06 17:47:42.397333305 +0100
+++ /var/tmp/diff_new_pack.ZtatrI/_new 2026-01-06 17:47:42.401333470 +0100
@@ -18,36 +18,34 @@
%{?sle15_python_module_pythons}
Name: python-pytest-mpl
-Version: 0.17.0
+Version: 0.18.0
Release: 0
Summary: Pytest plugin for testing Matplotlib figures
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/matplotlib/pytest-mpl
-# 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
+Source:
https://files.pythonhosted.org/packages/source/p/pytest_mpl/pytest_mpl-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools_scm}
+# Upstream says >= 80 but that is a bit ambitious and not needed here
BuildRequires: %{python_module setuptools}
+# Upstream says >= 8 but that is not enough for the [simple] hook used
+BuildRequires: %{python_module setuptools_scm >= 9}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Jinja2
-Requires: python-Pillow
-Requires: python-matplotlib
-Requires: python-packaging
-Requires: python-pytest
-%if %python_version_nodots < 39
-Requires: python-importlib-resources
-%endif
+Requires: python-Jinja2 >= 2.10.2
+Requires: python-Pillow >= 8.1.1
+Requires: python-matplotlib >= 3.3.3
+Requires: python-packaging >= 22
+Requires: python-pytest >= 5.4.0
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module Pillow}
-BuildRequires: %{python_module Jinja2}
-BuildRequires: %{python_module importlib-resources if %python-base < 3.9}
-BuildRequires: %{python_module matplotlib}
-BuildRequires: %{python_module packaging}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module Jinja2 >= 2.10.2}
+BuildRequires: %{python_module Pillow >= 8.1.1}
+BuildRequires: %{python_module matplotlib >= 3.3.3}
+BuildRequires: %{python_module packaging >= 22}
+BuildRequires: %{python_module pytest >= 5.4}
# /SECTION
%python_subpackages
@@ -55,10 +53,9 @@
This is a pytest plugin to help with testing figures output from Matplotlib.
%prep
-%setup -q -n pytest-mpl-%{version}
+%setup -q -n pytest_mpl-%{version}
%build
-export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%pyproject_wheel
%install
++++++ _scmsync.obsinfo ++++++
mtime: 1767277030
commit: 778da83477121619059c218ce975eb9e79a6346d459ba8343a6f4bde95b954cf
url: https://src.opensuse.org/python-pytest/python-pytest-mpl.git
revision: 778da83477121619059c218ce975eb9e79a6346d459ba8343a6f4bde95b954cf
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-01-06 14:19:22.000000000 +0100
@@ -0,0 +1 @@
+.osc