From 7478ffb39652b6c42b3f63c0906c574612bb89a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Wed, 26 Oct 2022 06:44:39 +0000 Subject: [PATCH] Rebuild for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张瑞方 (cherry picked from commit f107920c078ae0dd56c197a4e50ad3a54eba8836) --- python-markupsafe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-markupsafe.spec b/python-markupsafe.spec index 3dc94be..f645e54 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: 2.0.1 -Release: 2 +Release: 3 Summary: Safely add untrusted strings to HTML/XML markup. License: BSD URL: https://pypi.org/project/MarkupSafe/ @@ -47,6 +47,9 @@ Provides: python%{python3_version}dist(markupsafe) = %{version} %doc README.rst %changelog +* Wed Oct 26 2022 zhangruifang - 2.0.1-3 +- Rebuild for next release + * Wed Dec 29 2021 shixuantong - 2.0.1-2 - provide pythonXdist(markupsafe) -- Gitee