From d2663f947ae83ead987fb2091fe4d54523878a1f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 29 Jun 2023 20:10:55 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-virtualenv.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 58f6d84..821d1f2 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -1,7 +1,6 @@ -%global _without_tests 1 Name: python-virtualenv Version: 20.21.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to create isolated Python environments License: MIT @@ -152,6 +151,9 @@ PIP_CERT=/etc/pki/tls/certs/ca-bundle.crt \ %{_bindir}/virtualenv %changelog +* Thu Jun 29 2023 Python Maint - 20.21.1-3 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 20.21.1-2 - Bootstrap for Python 3.12