From 3575b0b31e7a974cf9fc5ce80b109d45c1de1b32 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:50:26 +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: 张瑞方 --- python-mock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-mock.spec b/python-mock.spec index 3309d83..e55ac65 100644 --- a/python-mock.spec +++ b/python-mock.spec @@ -7,7 +7,7 @@ needed attributes in the normal way. \ Name: python-mock Version: 4.0.3 -Release: 1 +Release: 2 Summary: A Python Mocking and Patching Library for Testing License: BSD URL: http://www.voidspace.org.uk/python/mock/ @@ -46,6 +46,9 @@ This is the python3 subpackage for %{name}. %{python3_sitelib}/{*.egg-info,mock} %changelog +* Wed Oct 26 2022 zhangruifang - 4.0.3-2 +- Rebuild for next release + * Mon Feb 1 2021 shangyibin - 4.0.3-1 - Upgrade to version 4.0.3 -- Gitee