diff --git a/python-virtualenv.spec b/python-virtualenv.spec index cbb5902..8ccde26 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,6 +1,7 @@ +%global _without_tests 1 Name: python-virtualenv Version: 20.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool to create isolated Python environments License: MIT @@ -150,6 +151,9 @@ rm -r tmp_path %changelog +* Wed Jun 02 2021 Python Maint - 20.4.7-2 +- Bootstrap for Python 3.10 + * Tue May 25 2021 Lumír Balhar - 20.4.7-1 - Update to 20.4.7 Resolves: rhbz#1964115