diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 8ccde26..3c44180 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,7 +1,6 @@ -%global _without_tests 1 Name: python-virtualenv Version: 20.4.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to create isolated Python environments License: MIT @@ -40,7 +39,7 @@ BuildRequires: python3-pytest BuildRequires: python3-pytest-mock BuildRequires: python3-pytest-randomly BuildRequires: python3-pytest-timeout -BuildRequires: xonsh +#BuildRequires: xonsh -- not ready for Python 3.10, optional test dependency %endif # RPM installed wheels @@ -151,6 +150,9 @@ rm -r tmp_path %changelog +* Fri Jun 04 2021 Python Maint - 20.4.7-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 20.4.7-2 - Bootstrap for Python 3.10