From 94faa7948a5f53fc93aeb08552fa3ee8f635b005 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 19:48:36 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-virtualenv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 90e453a..1333437 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,6 +1,7 @@ +%global _without_tests 1 Name: python-virtualenv Version: 20.13.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to create isolated Python environments License: MIT @@ -161,6 +162,9 @@ rm -r tmp_path %changelog +* Mon Jun 13 2022 Python Maint - 20.13.4-3 +- Bootstrap for Python 3.11 + * Mon Jun 06 2022 Lumír Balhar - 20.13.4-2 - Improve compatibility with Python 3.11 Resolves: rhbz#2093193