Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-matplotlib for openSUSE:Factory checked in at 2022-11-12 17:40:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old) and /work/SRC/openSUSE:Factory/.python-matplotlib.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib" Sat Nov 12 17:40:12 2022 rev:96 rq:1035220 version:3.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes 2022-08-22 11:04:55.417674118 +0200 +++ /work/SRC/openSUSE:Factory/.python-matplotlib.new.1597/python-matplotlib.changes 2022-11-12 17:40:24.233894648 +0100 @@ -1,0 +2,12 @@ +Fri Nov 11 11:40:06 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com> + +- Remove also setuptools_scm_git_archive dependency as it's suggested in the + release post + https://discourse.matplotlib.org/t/matplotlib-announce-amm-matplotlib-3-5-3/23046 + +------------------------------------------------------------------- +Fri Nov 11 11:19:52 UTC 2022 - Daniel Garcia <daniel.gar...@suse.com> + +- Allow build with setuptools_scm>=7 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-matplotlib.spec ++++++ --- /var/tmp/diff_new_pack.XrcyFO/_old 2022-11-12 17:40:25.053899530 +0100 +++ /var/tmp/diff_new_pack.XrcyFO/_new 2022-11-12 17:40:25.057899554 +0100 @@ -51,7 +51,6 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module pyparsing > 2.2.1} BuildRequires: %{python_module pytz} -BuildRequires: %{python_module setuptools_scm_git_archive} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: c++_compiler @@ -248,6 +247,10 @@ cp %{SOURCE1} mplsetup.cfg # The setup procedure wants certifi to download packages over https. Not applicable here. sed -i '/"certifi>=.*"/ d' setup.py +# To make it work with setuptools_scm >= 7 +# https://discourse.matplotlib.org/t/matplotlib-announce-amm-matplotlib-3-5-3/23046 +sed -i 's/setuptools_scm>=4,<7/setuptools_scm>=4/' setup.py +sed -i '/"setuptools_scm_git_archive"/ d' setup.py %build %if !%{with test}