diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 6e8888f..66a1af1 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,10 +1,11 @@ -Name: python-virtualenv -Version: 20.0.27 +%global srcname virtualenv +Name: python-%{srcname} +Version: 20.3.0 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/aa/9d/d7713847ff3f58801045ab2ea5d4b6cdebc4a075b2bdd086f093beb92ecf/virtualenv-20.0.27.tar.gz +Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-appdirs python3-distlib python3-filelock python3-six @@ -66,6 +67,9 @@ Tools that support for python2.6 virtual environments with python3. %{python3_sitelib}/virtualenv/seed/wheels/embed/*.whl %changelog +* Thu Jan 28 2021 liudabo - 20.3.0-1 +- upgrade version to 20.3.0 + * Fri Jul 24 2020 shixuantong - 20.0.27-1 - update to 20.0.27-1 diff --git a/virtualenv-20.0.27.tar.gz b/virtualenv-20.3.0.tar.gz similarity index 66% rename from virtualenv-20.0.27.tar.gz rename to virtualenv-20.3.0.tar.gz index 5f48060..47c6ecc 100644 Binary files a/virtualenv-20.0.27.tar.gz and b/virtualenv-20.3.0.tar.gz differ