diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 4e7bc275f42f1a354a8d946cdd66ea27cc4cc503..f415392e51061ef7e1eb1a47fcd24e065fd6a17b 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,11 +1,11 @@ %global srcname virtualenv Name: python-%{srcname} -Version: 20.4.7 +Version: 20.16.5 Release: 1 Summary: A tool to create isolated Python environments License: MIT URL: http://pypi.python.org/pypi/virtualenv -Source0: https://files.pythonhosted.org/packages/7c/46/4d4c37b6d96eb06961f8b2f38f7df12bb1a4951ff1145ac5dead9977e674/virtualenv-20.4.7.tar.gz +Source0: https://files.pythonhosted.org/packages/07/a3/bd699eccc596c3612c67b06772c3557fda69815972eef4b22943d7535c68/virtualenv-20.16.5.tar.gz BuildArch: noarch BuildRequires: python3-appdirs python3-distlib python3-filelock python3-six @@ -68,6 +68,9 @@ Tools that support for python2.6 virtual environments with python3. %{python3_sitelib}/virtualenv/seed/wheels/embed/*.whl %changelog +* Wed Apr 17 2024 Dongxing Wang - 20.16.5-1 +- Upgrade with version 20.16.5 to support Antelope + * Thu Dec 09 2021 shixuantong - 20.4.7-1 - update version to 20.4.7 diff --git a/virtualenv-20.4.7.tar.gz b/virtualenv-20.16.5.tar.gz similarity index 64% rename from virtualenv-20.4.7.tar.gz rename to virtualenv-20.16.5.tar.gz index 35e644fa72fb39a4205594c4184136c5db8c5cd4..c0c6772250f3707d5c5c4df91377cdc69e1c31ed 100644 Binary files a/virtualenv-20.4.7.tar.gz and b/virtualenv-20.16.5.tar.gz differ