From e98d636dbdce0c7c71708a4fce1fa35abe9f7200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Thu, 27 Oct 2022 02:24:03 +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-setuptools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index a2f6cd8..e801ee3 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -8,7 +8,7 @@ Name: python-setuptools Version: 59.4.0 -Release: 3 +Release: 4 Summary: Easily build and distribute Python packages License: MIT and (BSD or ASL 2.0) @@ -110,6 +110,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore= %changelog +* Thu Oct 27 2022 zhangruifang - 59.4.0-4 +- Rebuild for next release + * Tue Jan 04 2022 shixuantong - 59.4.0-3 - Bootstrap for Python 3.9.9 -- Gitee