From 5455f376846e1876c1851be9bc179013550d41b7 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Thu, 27 Oct 2022 03:40:37 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification Signed-off-by: zhuofeng --- python-virtualenv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 4e7bc27..bb1017c 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,7 +1,7 @@ %global srcname virtualenv Name: python-%{srcname} Version: 20.4.7 -Release: 1 +Release: 2 Summary: A tool to create isolated Python environments License: MIT URL: http://pypi.python.org/pypi/virtualenv @@ -68,6 +68,9 @@ Tools that support for python2.6 virtual environments with python3. %{python3_sitelib}/virtualenv/seed/wheels/embed/*.whl %changelog +* Thu Oct 27 2022 zhuofeng - 20.4.7-2 +- Rebuild for next release + * Thu Dec 09 2021 shixuantong - 20.4.7-1 - update version to 20.4.7 -- Gitee