diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 9931530..95ddee2 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,6 +1,6 @@ Name: python-virtualenv Version: 16.7.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to create isolated Python environments License: MIT @@ -140,6 +140,9 @@ rm -r tmp_path %changelog +* Sat May 23 2020 Miro Hrončok - 16.7.10-2 +- Rebuilt for Python 3.9 + * Tue Feb 25 2020 Miro Hrončok - 16.7.10-1 - Update to 16.7.10 - Explicitly require setuptools < 44 with Python 3.4