From 763861373ea8ce07984ef10ef7830923c79deba1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 14:48:53 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-virtualenv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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