diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 9b18aed18502a7ab6c22e7a68b00af16b9f9e976..aea011f6bc9afd60ca62347418e69680defaee15 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,6 +1,6 @@ %global pypi_name virtualenv Name: python-%{pypi_name} -Version: 20.26.2 +Version: 20.26.6 Release: 1 Summary: A tool to create isolated Python environments License: MIT @@ -60,6 +60,9 @@ sed -i "s/^version_tuple = /__version_tuple__ = version_tuple = /g" ${ver_pyfile %{python3_sitelib}/%{pypi_name}*.dist-info/ %changelog +* Fri Oct 11 2024 xu_ping <707078654@qq.com> - 20.26.6-1 +- update version to 20.26.6 + * Thu Jun 06 2024 liuzhilin - 20.26.2-1 - update version to 20.26.2 - Fix bad return code from activate.sh if hashing is disabled - by :user:’fenkes-ibm’. diff --git a/virtualenv-20.26.2.tar.gz b/virtualenv-20.26.6.tar.gz similarity index 58% rename from virtualenv-20.26.2.tar.gz rename to virtualenv-20.26.6.tar.gz index 13bd94ab1ec92e024c1578cdd2ce376540fdb7eb..294cf4f27e97b05f4a49e8af57b363763aeb35ce 100644 Binary files a/virtualenv-20.26.2.tar.gz and b/virtualenv-20.26.6.tar.gz differ