diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 4e7bc275f42f1a354a8d946cdd66ea27cc4cc503..ba62ef7edc96d4748201ad15ef21d70411aadbe9 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.13.2 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/f1/6d/6c92388af71432c2261476f60c254c3982b6b02f66a33e88a14cc845a8b5/virtualenv-20.13.2.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 +* Tue Jul 26 2022 renliang16 - 20.13.2-1 +- Upgrade package python3-virtualenv to version 20.13.2 + * 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.13.2.tar.gz similarity index 64% rename from virtualenv-20.4.7.tar.gz rename to virtualenv-20.13.2.tar.gz index 35e644fa72fb39a4205594c4184136c5db8c5cd4..743ebeb0ad9f066ec11f6ef9624ca49574127ae0 100644 Binary files a/virtualenv-20.4.7.tar.gz and b/virtualenv-20.13.2.tar.gz differ