From 8062773c55f9840b75e0f273ad502893fbb8a004c372652522a605b3c4c09c12 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 11 Nov 2022 11:41:02 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=67 --- python-matplotlib.changes | 7 +++++++ python-matplotlib.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 89ff68c..237b821 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 11 11:40:06 UTC 2022 - Daniel Garcia + +- 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 diff --git a/python-matplotlib.spec b/python-matplotlib.spec index fc192f5..0053272 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -51,7 +51,6 @@ BuildRequires: %{python_module packaging >= 20.0} 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 @@ -251,6 +250,7 @@ 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}