diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 7c49507fb516c62da45cce2098597b78d9d4b271..be579f0536bb3aa41a8ce267915d80596040cbeb 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,11 +1,11 @@ %global srcname virtualenv Name: python-%{srcname} -Version: 20.3.0 -Release: 2 +Version: 20.4.2 +Release: 1 Summary: A tool to create isolated Python environments License: MIT URL: http://pypi.python.org/pypi/virtualenv -Source0: %{pypi_source} +Source0: https://files.pythonhosted.org/packages/79/64/203241c2e2b5abfd5edca4e28242c21bf8a9e84490873e4a8a155a9658fc/virtualenv-20.4.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 +* Thu Aug 05 2021 liusheng - 20.4.2-1 +- Upgrade to version 20.4.2 + * Wed Apr 28 2021 shixuantong - 20.3.0-2 - add requires python3-appdirs python3-distlib python3-filelock diff --git a/virtualenv-20.3.0.tar.gz b/virtualenv-20.4.2.tar.gz similarity index 66% rename from virtualenv-20.3.0.tar.gz rename to virtualenv-20.4.2.tar.gz index 47c6ecc486ac06ac6f4ccb59e7be9ae21d191d26..da69d3813f5615c620e6c82b85b1d637e501f065 100644 Binary files a/virtualenv-20.3.0.tar.gz and b/virtualenv-20.4.2.tar.gz differ