diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 79cc6678f225b51fb60f7dc9114c627e28cdcaf1..d884114fc13a85516a2e1b9bc5eaeae90852e7fc 100644 --- a/python-markupsafe.spec +++ b/python-markupsafe.spec @@ -5,7 +5,7 @@ This mitigates injection attacks, meaning untrusted user input can safely be dis Name: python-markupsafe Version: 1.1.1 -Release: 7 +Release: 8 Summary: Safely add untrusted strings to HTML/XML markup. License: BSD URL: https://pypi.org/project/MarkupSafe/ @@ -15,7 +15,7 @@ Source0: https://files.pythonhosted.org/packages/source/M/MarkupSafe/Mark %package -n python3-markupsafe Summary: %{summary} -BuildRequires: python3-devel python3-setuptools +BuildRequires: python3-devel python3-setuptools gcc %{?python_provide:%python_provide python3-markupsafe} %description -n python3-markupsafe %_description @@ -45,6 +45,12 @@ BuildRequires: python3-devel python3-setuptools %doc README.rst %changelog +* Wed Jun 23 2021 yuanxin - 1.1.1-8 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add buildrequires gcc + * Fri Oct 30 2020 wuchaochao - 1.1.1-7 - Type:bufix - CVE:NA