Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mpl-animators for openSUSE:Factory checked in at 2025-05-09 18:50:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mpl-animators (Old) and /work/SRC/openSUSE:Factory/.python-mpl-animators.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mpl-animators" Fri May 9 18:50:10 2025 rev:3 rq:1275996 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mpl-animators/python-mpl-animators.changes 2023-12-11 21:51:40.374022738 +0100 +++ /work/SRC/openSUSE:Factory/.python-mpl-animators.new.30101/python-mpl-animators.changes 2025-05-09 18:52:48.648704378 +0200 @@ -1,0 +2,5 @@ +Fri May 9 05:11:50 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mpl-animators.spec ++++++ --- /var/tmp/diff_new_pack.MbeV5H/_old 2025-05-09 18:52:49.084722515 +0200 +++ /var/tmp/diff_new_pack.MbeV5H/_new 2025-05-09 18:52:49.088722682 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-mpl-animators # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,10 @@ URL: https://github.com/sunpy/mpl-animators Source: https://files.pythonhosted.org/packages/source/m/mpl_animators/mpl_animators-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-matplotlib >= 3.2.0 @@ -50,10 +52,10 @@ %setup -q -n mpl_animators-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -61,5 +63,5 @@ %files %{python_files} %{python_sitelib}/mpl_animators -%{python_sitelib}/mpl_animators-%{version}*-info +%{python_sitelib}/mpl_animators-%{version}.dist-info